Class SecurityRoleDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SecurityRoleDetailPK>
com.echothree.model.data.security.server.value.SecurityRoleDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SecurityRoleDetailValue
extends BaseValue<SecurityRoleDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityRoleDetailValue
(SecurityRoleDetailPK securityRoleDetailPK, SecurityRolePK securityRolePK, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleDetailValueSecurityRoleDetailValue
(SecurityRolePK securityRolePK, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleDetailValue -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setFromTime
(Long fromTime) void
setIsDefault
(Boolean isDefault) void
setSecurityRoleGroupPK
(SecurityRoleGroupPK securityRoleGroupPK) void
setSecurityRoleName
(String securityRoleName) void
setSecurityRolePK
(SecurityRolePK securityRolePK) void
setSortOrder
(Integer sortOrder) void
setThruTime
(Long thruTime) toString()
Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
SecurityRoleDetailValue
public SecurityRoleDetailValue(SecurityRoleDetailPK securityRoleDetailPK, SecurityRolePK securityRolePK, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SecurityRoleDetailValue- Throws:
PersistenceNotNullException
-
SecurityRoleDetailValue
public SecurityRoleDetailValue(SecurityRolePK securityRolePK, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SecurityRoleDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SecurityRoleDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SecurityRoleDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SecurityRoleDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SecurityRoleDetailPK>
-
getSecurityRolePK
-
setSecurityRolePK
- Throws:
PersistenceNotNullException
-
getSecurityRolePKHasBeenModified
-
getSecurityRoleGroupPK
-
setSecurityRoleGroupPK
public void setSecurityRoleGroupPK(SecurityRoleGroupPK securityRoleGroupPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSecurityRoleGroupPKHasBeenModified
-
getSecurityRoleName
-
setSecurityRoleName
- Throws:
PersistenceNotNullException
-
getSecurityRoleNameHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-