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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setCommunicationEventPK
(CommunicationEventPK communicationEventPK) void
setCommunicationEventRoleTypePK
(CommunicationEventRoleTypePK communicationEventRoleTypePK) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<CommunicationEventRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<CommunicationEventRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<CommunicationEventRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-