@Entity @Indexed public final class MyIdentifierRelation extends MyUntypedData
IdentifierRelation for persistence with
HIBERNATE.ALL_RIGHTS_RESERVED, EMPTY, string| Constructor and Description |
|---|
MyIdentifierRelation()
Default constructor for
MyIdentifierRelation is necessary for
PojoInstantiator of HIBERNATE. |
MyIdentifierRelation(UntypedData edal)
Copy constructor to convert public
IdentifierRelation to private
MyIdentifierRelation. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MyIdentifier> |
getRelations()
Getter for the field
relations. |
void |
setRelations(java.util.List<MyIdentifier> relations)
Setter for the field
relations. |
IdentifierRelation |
toIdentifierRelation()
Convert this
MyIdentifierRelation to a public
IdentifierRelation. |
getId, getString, setId, setStringpublic MyIdentifierRelation()
MyIdentifierRelation is necessary for
PojoInstantiator of HIBERNATE.public MyIdentifierRelation(UntypedData edal)
IdentifierRelation to private
MyIdentifierRelation.edal - the EDAL public UntypedData object to be clonedpublic java.util.List<MyIdentifier> getRelations()
relations.List object.public void setRelations(java.util.List<MyIdentifier> relations)
relations.relations - a List object.public IdentifierRelation toIdentifierRelation()
MyIdentifierRelation to a public
IdentifierRelation.IdentifierRelation object.