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