example.entity
Class Person

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

public class Person
extends example.entity.PersonBase


Field Summary
 
Fields inherited from class example.entity.PersonBase
email, firstName, id, lastName, passwordHash, passwordHint
 
Constructor Summary
Person()
           
 
Methods inherited from class example.entity.PersonBase
getCustomer, getEmail, getFirstName, getId, getLastName, getPasswordHash, getPasswordHint, getXML, setCustomer, setEmail, setFirstName, setId, setLastName, setPasswordHash, setPasswordHint, 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

Person

public Person()


Copyright © -2004 . All Rights Reserved.