Class PartyContactMechanismRelationship
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contact.server.entity.PartyContactMechanismRelationship
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of PartyContactMechanismRelationshipPartyContactMechanismRelationship(PartyContactMechanismRelationshipValue value, EntityPermission entityPermission) Creates a new instance of PartyContactMechanismRelationship -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromPartyContactMechanism(EntityPermission entityPermission) booleanbooleanbooleangetToPartyContactMechanism(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidvoidsetFromPartyContactMechanismPK(PartyContactMechanismPK fromPartyContactMechanismPK) voidsetFromTime(Long fromTime) voidvoidsetThruTime(Long thruTime) voidvoidsetToPartyContactMechanismPK(PartyContactMechanismPK toPartyContactMechanismPK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
PartyContactMechanismRelationship
Creates a new instance of PartyContactMechanismRelationship- Throws:
PersistenceException
-
PartyContactMechanismRelationship
public PartyContactMechanismRelationship(PartyContactMechanismRelationshipValue value, EntityPermission entityPermission) Creates a new instance of PartyContactMechanismRelationship
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPartyContactMechanismRelationshipValue
-
setPartyContactMechanismRelationshipValue
public void setPartyContactMechanismRelationshipValue(PartyContactMechanismRelationshipValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getFromPartyContactMechanismPK
-
getFromPartyContactMechanism
-
getFromPartyContactMechanism
-
getFromPartyContactMechanismForUpdate
-
setFromPartyContactMechanismPK
public void setFromPartyContactMechanismPK(PartyContactMechanismPK fromPartyContactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFromPartyContactMechanism
-
getFromPartyContactMechanismPKHasBeenModified
-
getToPartyContactMechanismPK
-
getToPartyContactMechanism
-
getToPartyContactMechanism
-
getToPartyContactMechanismForUpdate
-
setToPartyContactMechanismPK
public void setToPartyContactMechanismPK(PartyContactMechanismPK toPartyContactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setToPartyContactMechanism
-
getToPartyContactMechanismPKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-