Class SecurityRoleValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SecurityRolePK>
com.echothree.model.data.security.server.value.SecurityRoleValue
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityRoleValue
(SecurityRoleDetailPK activeDetailPK, SecurityRoleDetailPK lastDetailPK) Creates a new instance of SecurityRoleValueSecurityRoleValue
(SecurityRolePK securityRolePK, SecurityRoleDetailPK activeDetailPK, SecurityRoleDetailPK lastDetailPK) Creates a new instance of SecurityRoleValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setActiveDetailPK
(SecurityRoleDetailPK activeDetailPK) void
setLastDetailPK
(SecurityRoleDetailPK lastDetailPK) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SecurityRoleValue
public SecurityRoleValue(SecurityRolePK securityRolePK, SecurityRoleDetailPK activeDetailPK, SecurityRoleDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of SecurityRoleValue- Throws:
PersistenceNotNullException
-
SecurityRoleValue
public SecurityRoleValue(SecurityRoleDetailPK activeDetailPK, SecurityRoleDetailPK lastDetailPK) throws PersistenceNotNullException Creates a new instance of SecurityRoleValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SecurityRolePK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SecurityRolePK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SecurityRolePK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SecurityRolePK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-