Class PartyContactMechanismAlias
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.contact.server.entity.PartyContactMechanismAlias
- 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 PartyContactMechanismAliasPartyContactMechanismAlias(PartyContactMechanismAliasValue value, EntityPermission entityPermission) Creates a new instance of PartyContactMechanismAlias -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlias()booleangetContactMechanism(EntityPermission entityPermission) getContactMechanism(Session session) getContactMechanism(Session session, EntityPermission entityPermission) getContactMechanismAliasType(EntityPermission entityPermission) getContactMechanismAliasType(Session session) getContactMechanismAliasType(Session session, EntityPermission entityPermission) booleangetContactMechanismForUpdate(Session session) booleanbooleangetParty()getParty(EntityPermission entityPermission) getParty(Session session, EntityPermission entityPermission) getPartyForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidvoidsetContactMechanism(ContactMechanism entity) voidvoidsetContactMechanismAliasTypePK(ContactMechanismAliasTypePK contactMechanismAliasTypePK) voidsetContactMechanismPK(ContactMechanismPK contactMechanismPK) voidsetFromTime(Long fromTime) voidvoidvoidsetPartyPK(PartyPK partyPK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
PartyContactMechanismAlias
Creates a new instance of PartyContactMechanismAlias- Throws:
PersistenceException
-
PartyContactMechanismAlias
public PartyContactMechanismAlias(PartyContactMechanismAliasValue value, EntityPermission entityPermission) Creates a new instance of PartyContactMechanismAlias
-
-
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
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getPartyContactMechanismAliasValue
-
setPartyContactMechanismAliasValue
public void setPartyContactMechanismAliasValue(PartyContactMechanismAliasValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyPK
-
getParty
-
getParty
-
getParty
-
getParty
-
getPartyForUpdate
-
getPartyForUpdate
-
setPartyPK
public void setPartyPK(PartyPK partyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setParty
-
getPartyPKHasBeenModified
-
getContactMechanismPK
-
getContactMechanism
-
getContactMechanism
-
getContactMechanism
-
getContactMechanism
-
getContactMechanismForUpdate
-
getContactMechanismForUpdate
-
setContactMechanismPK
public void setContactMechanismPK(ContactMechanismPK contactMechanismPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactMechanism
-
getContactMechanismPKHasBeenModified
-
getContactMechanismAliasTypePK
-
getContactMechanismAliasType
public ContactMechanismAliasType getContactMechanismAliasType(Session session, EntityPermission entityPermission) -
getContactMechanismAliasType
-
getContactMechanismAliasType
-
getContactMechanismAliasType
-
getContactMechanismAliasTypeForUpdate
-
getContactMechanismAliasTypeForUpdate
-
setContactMechanismAliasTypePK
public void setContactMechanismAliasTypePK(ContactMechanismAliasTypePK contactMechanismAliasTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setContactMechanismAliasType
-
getContactMechanismAliasTypePKHasBeenModified
-
getAlias
-
setAlias
-
getAliasHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-