example.entity
Class Customer

java.lang.Object
  extended byorg.dentaku.services.persistence.ModelEntity
      extended byexample.entity.CustomerBase
          extended byexample.entity.Customer
All Implemented Interfaces:
org.dentaku.services.persistence.XMLBean

public class Customer
extends example.entity.CustomerBase


Field Summary
 
Fields inherited from class example.entity.CustomerBase
companyName, email, firstName, id, lastName, passwordHash, passwordHint
 
Constructor Summary
Customer()
           
 
Methods inherited from class example.entity.CustomerBase
getBillAddress, getCompanyName, getEmail, getFirstName, getId, getInvoices, getLastName, getLogins, getPasswordHash, getPasswordHint, getShipAddress, getXML, setBillAddress, setCompanyName, setEmail, setFirstName, setId, setInvoices, setLastName, setLogins, setPasswordHash, setPasswordHint, setShipAddress, setXML
 
Methods inherited from class org.dentaku.services.persistence.ModelEntity
initialize, refresh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Customer

public Customer()


Copyright © -2004 . All Rights Reserved.