@Entity @Indexed public class MyPersons extends MyPerson
ALL_RIGHTS_RESERVED, EMPTY, string| Constructor and Description |
|---|
MyPersons()
Default constructor is necessary for HIBERNATE PojoInstantiator.
|
MyPersons(UntypedData edal)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MyPerson> |
getPersons() |
void |
setPersons(java.util.Collection<MyPerson> persons) |
Persons |
toPerson() |
getAddressLine, getCountry, getZip, setAddressLine, setCountry, setZip, toStringgetId, getString, setId, setStringcompareTo, equals, hashCode, toHTMLpublic MyPersons()
public MyPersons(UntypedData edal)
edal - the EDAL public UntypedData object to be clonedpublic Persons toPerson() throws ORCIDException
ORCIDExceptionpublic java.util.Collection<MyPerson> getPersons()
public void setPersons(java.util.Collection<MyPerson> persons)
persons - the persons to set