@Entity @Indexed public class MyLegalPerson extends MyPerson
LegalPerson for persistence with
HIBERNATE.ALL_RIGHTS_RESERVED, EMPTY, string| Constructor and Description |
|---|
MyLegalPerson()
Default constructor for
MyLegalPerson is necessary for
PojoInstantiator of HIBERNATE. |
MyLegalPerson(UntypedData edal)
Copy constructor to convert public
LegalPerson to private
MyLegalPerson. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLegalName() |
void |
setLegalName(java.lang.String legalName) |
getAddressLine, getCountry, getZip, setAddressLine, setCountry, setZip, toStringgetId, getString, setId, setStringcompareTo, equals, hashCode, toHTMLpublic MyLegalPerson()
MyLegalPerson is necessary for
PojoInstantiator of HIBERNATE.public MyLegalPerson(UntypedData edal)
LegalPerson to private
MyLegalPerson.edal - the EDAL public UntypedData object to be cloned