Class PartyEntitySecurityRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<PartyEntitySecurityRolePK>
com.echothree.model.data.security.server.value.PartyEntitySecurityRoleValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class PartyEntitySecurityRoleValue
extends BaseValue<PartyEntitySecurityRolePK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionPartyEntitySecurityRoleValue
(PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartyEntitySecurityRoleValuePartyEntitySecurityRoleValue
(PartyEntitySecurityRolePK partyEntitySecurityRolePK, PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) Creates a new instance of PartyEntitySecurityRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setEntityInstancePK
(EntityInstancePK entityInstancePK) void
setFromTime
(Long fromTime) void
setPartyPK
(PartyPK partyPK) void
setSecurityRolePK
(SecurityRolePK securityRolePK) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
PartyEntitySecurityRoleValue
public PartyEntitySecurityRoleValue(PartyEntitySecurityRolePK partyEntitySecurityRolePK, PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyEntitySecurityRoleValue- Throws:
PersistenceNotNullException
-
PartyEntitySecurityRoleValue
public PartyEntitySecurityRoleValue(PartyPK partyPK, EntityInstancePK entityInstancePK, SecurityRolePK securityRolePK, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of PartyEntitySecurityRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<PartyEntitySecurityRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<PartyEntitySecurityRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<PartyEntitySecurityRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<PartyEntitySecurityRolePK>
-
getPartyPK
-
setPartyPK
- Throws:
PersistenceNotNullException
-
getPartyPKHasBeenModified
-
getEntityInstancePK
-
setEntityInstancePK
public void setEntityInstancePK(EntityInstancePK entityInstancePK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getEntityInstancePKHasBeenModified
-
getSecurityRolePK
-
setSecurityRolePK
- Throws:
PersistenceNotNullException
-
getSecurityRolePKHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-