public abstract class LegalEntityAssociation extends Association
PhoneAssociation
and BusinessAssociation
; useful
for Liskov substitution of these entities.LegalEntity
,
Association
Constructor and Description |
---|
LegalEntityAssociation(EntityId entityId,
ResponseDictionary responseDictionary) |
LegalEntityAssociation(EntityId entityId,
ResponseDictionary dictionary,
TimePeriod validFor,
java.lang.Boolean historical,
java.util.Date contactCreationDate) |
getContactCreationDate, getEntity, getEntityId, getEntityIdType, getHistorical, getValidFor, setContactCreationDate, setHistorical, setValidFor
public LegalEntityAssociation(EntityId entityId, ResponseDictionary responseDictionary)
public LegalEntityAssociation(EntityId entityId, ResponseDictionary dictionary, TimePeriod validFor, java.lang.Boolean historical, java.util.Date contactCreationDate)