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 TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetActiveDetailPK(SecurityRoleGroupDetailPK activeDetailPK) voidsetLastDetailPK(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:
getBaseFactoryInstancein classBaseValue<SecurityRoleGroupPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<SecurityRoleGroupPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<SecurityRoleGroupPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<SecurityRoleGroupPK>
-
getActiveDetailPK
-
setActiveDetailPK
-
getActiveDetailPKHasBeenModified
-
getLastDetailPK
-
setLastDetailPK
-
getLastDetailPKHasBeenModified
-