Class MyLegalPerson
- 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.MyLegalPerson
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<UntypedData>
@Entity @Indexed public class MyLegalPerson extends MyPerson
Internal representation ofLegalPerson
for persistence with HIBERNATE.- 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 MyLegalPerson()
Default constructor forMyLegalPerson
is necessary for PojoInstantiator of HIBERNATE.MyLegalPerson(UntypedData edal)
Copy constructor to convert publicLegalPerson
to privateMyLegalPerson
.
-
Method Summary
Modifier and Type Method Description java.lang.String
getLegalName()
void
setLegalName(java.lang.String legalName)
-
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
-
MyLegalPerson
public MyLegalPerson()
Default constructor forMyLegalPerson
is necessary for PojoInstantiator of HIBERNATE.
-
MyLegalPerson
public MyLegalPerson(UntypedData edal)
Copy constructor to convert publicLegalPerson
to privateMyLegalPerson
.- Parameters:
edal
- the EDAL publicUntypedData
object to be cloned
-
-