Class CommunicationEventRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<CommunicationEventRolePK>
com.echothree.model.data.communication.server.value.CommunicationEventRoleValue
- All Implemented Interfaces:
Serializable,Cloneable
public class CommunicationEventRoleValue
extends BaseValue<CommunicationEventRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionCommunicationEventRoleValue(CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventRoleValueCommunicationEventRoleValue(CommunicationEventRolePK communicationEventRolePK, CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEventRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetCommunicationEventPK(CommunicationEventPK communicationEventPK) voidsetCommunicationEventRoleTypePK(CommunicationEventRoleTypePK communicationEventRoleTypePK) voidsetFromTime(Long fromTime) voidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
CommunicationEventRoleValue
public CommunicationEventRoleValue(CommunicationEventRolePK communicationEventRolePK, CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommunicationEventRoleValue- Throws:
PersistenceNotNullException
-
CommunicationEventRoleValue
public CommunicationEventRoleValue(CommunicationEventPK communicationEventPK, PartyPK partyPK, CommunicationEventRoleTypePK communicationEventRoleTypePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of CommunicationEventRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<CommunicationEventRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<CommunicationEventRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<CommunicationEventRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<CommunicationEventRolePK>
-
getCommunicationEventPK
-
setCommunicationEventPK
public void setCommunicationEventPK(CommunicationEventPK communicationEventPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommunicationEventPKHasBeenModified
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getCommunicationEventRoleTypePK
-
setCommunicationEventRoleTypePK
public void setCommunicationEventRoleTypePK(CommunicationEventRoleTypePK communicationEventRoleTypePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getCommunicationEventRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-