Class PartyRelationship
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.party.server.entity.PartyRelationship
- 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 PartyRelationshipPartyRelationship(PartyRelationshipValue value, EntityPermission entityPermission) Creates a new instance of PartyRelationship -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromParty(EntityPermission entityPermission) booleangetFromRoleType(EntityPermission entityPermission) booleanbooleangetPartyRelationshipType(EntityPermission entityPermission) booleanbooleangetToParty(EntityPermission entityPermission) booleangetToRoleType(EntityPermission entityPermission) booleanbooleaninthashCode()voidremove()voidsetFromParty(Party entity) voidsetFromPartyPK(PartyPK fromPartyPK) voidsetFromRoleType(RoleType entity) voidsetFromRoleTypePK(RoleTypePK fromRoleTypePK) voidsetFromTime(Long fromTime) voidvoidsetPartyRelationshipTypePK(PartyRelationshipTypePK partyRelationshipTypePK) voidvoidsetThruTime(Long thruTime) voidsetToParty(Party entity) voidsetToPartyPK(PartyPK toPartyPK) voidsetToRoleType(RoleType entity) voidsetToRoleTypePK(RoleTypePK toRoleTypePK) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
PartyRelationship
Creates a new instance of PartyRelationship- Throws:
PersistenceException
-
PartyRelationship
Creates a new instance of PartyRelationship
-
-
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
-
getPartyRelationshipValue
-
setPartyRelationshipValue
public void setPartyRelationshipValue(PartyRelationshipValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getPartyRelationshipTypePK
-
getPartyRelationshipType
-
getPartyRelationshipType
-
getPartyRelationshipTypeForUpdate
-
setPartyRelationshipTypePK
public void setPartyRelationshipTypePK(PartyRelationshipTypePK partyRelationshipTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setPartyRelationshipType
-
getPartyRelationshipTypePKHasBeenModified
-
getFromPartyPK
-
getFromParty
-
getFromParty
-
getFromPartyForUpdate
-
setFromPartyPK
public void setFromPartyPK(PartyPK fromPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFromParty
-
getFromPartyPKHasBeenModified
-
getFromRoleTypePK
-
getFromRoleType
-
getFromRoleType
-
getFromRoleTypeForUpdate
-
setFromRoleTypePK
public void setFromRoleTypePK(RoleTypePK fromRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setFromRoleType
-
getFromRoleTypePKHasBeenModified
-
getToPartyPK
-
getToParty
-
getToParty
-
getToPartyForUpdate
-
setToPartyPK
public void setToPartyPK(PartyPK toPartyPK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setToParty
-
getToPartyPKHasBeenModified
-
getToRoleTypePK
-
getToRoleType
-
getToRoleType
-
getToRoleTypeForUpdate
-
setToRoleTypePK
public void setToRoleTypePK(RoleTypePK toRoleTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setToRoleType
-
getToRoleTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-