Class MyPersons
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.implementation.MyUntypedData
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.implementation.MyPerson
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.implementation.MyPersons
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<UntypedData>
@Entity @Indexed public class MyPersons extends MyPerson
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData
ALL_RIGHTS_RESERVED, EMPTY, string
-
-
Constructor Summary
Constructors Constructor Description MyPersons()
Default constructor is necessary for HIBERNATE PojoInstantiator.MyPersons(UntypedData edal)
-
Method Summary
Modifier and Type Method Description java.util.Collection<MyPerson>
getPersons()
void
setPersons(java.util.Collection<MyPerson> persons)
Persons
toPerson()
-
Methods inherited from class de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.implementation.MyPerson
getAddressLine, getCountry, getZip, setAddressLine, setCountry, setZip, toString
-
Methods inherited from class de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.implementation.MyUntypedData
getId, getString, setId, setString
-
Methods inherited from class de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.UntypedData
compareTo, equals, hashCode, toHTML
-
-
-
-
Constructor Detail
-
MyPersons
public MyPersons()
Default constructor is necessary for HIBERNATE PojoInstantiator.
-
MyPersons
public MyPersons(UntypedData edal)
- Parameters:
edal
- the EDAL publicUntypedData
object to be cloned
-
-
Method Detail
-
toPerson
public Persons toPerson() throws ORCIDException
- Throws:
ORCIDException
-
getPersons
public java.util.Collection<MyPerson> getPersons()
- Returns:
- the persons
-
setPersons
public void setPersons(java.util.Collection<MyPerson> persons)
- Parameters:
persons
- the persons to set
-
-