Class SecurityRoleGroupDetailValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<SecurityRoleGroupDetailPK>
com.echothree.model.data.security.server.value.SecurityRoleGroupDetailValue
- All Implemented Interfaces:
Serializable
,Cloneable
public class SecurityRoleGroupDetailValue
extends BaseValue<SecurityRoleGroupDetailPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityRoleGroupDetailValue
(SecurityRoleGroupDetailPK securityRoleGroupDetailPK, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleGroupName, SecurityRoleGroupPK parentSecurityRoleGroupPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleGroupDetailValueSecurityRoleGroupDetailValue
(SecurityRoleGroupPK securityRoleGroupPK, String securityRoleGroupName, SecurityRoleGroupPK parentSecurityRoleGroupPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of SecurityRoleGroupDetailValue -
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
setParentSecurityRoleGroupPK
(SecurityRoleGroupPK parentSecurityRoleGroupPK) void
setSecurityRoleGroupName
(String securityRoleGroupName) void
setSecurityRoleGroupPK
(SecurityRoleGroupPK securityRoleGroupPK) 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
-
SecurityRoleGroupDetailValue
public SecurityRoleGroupDetailValue(SecurityRoleGroupDetailPK securityRoleGroupDetailPK, SecurityRoleGroupPK securityRoleGroupPK, String securityRoleGroupName, SecurityRoleGroupPK parentSecurityRoleGroupPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SecurityRoleGroupDetailValue- Throws:
PersistenceNotNullException
-
SecurityRoleGroupDetailValue
public SecurityRoleGroupDetailValue(SecurityRoleGroupPK securityRoleGroupPK, String securityRoleGroupName, SecurityRoleGroupPK parentSecurityRoleGroupPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of SecurityRoleGroupDetailValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstance
in classBaseValue<SecurityRoleGroupDetailPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<SecurityRoleGroupDetailPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<SecurityRoleGroupDetailPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in classBaseValue<SecurityRoleGroupDetailPK>
-
getSecurityRoleGroupPK
-
setSecurityRoleGroupPK
public void setSecurityRoleGroupPK(SecurityRoleGroupPK securityRoleGroupPK) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSecurityRoleGroupPKHasBeenModified
-
getSecurityRoleGroupName
-
setSecurityRoleGroupName
public void setSecurityRoleGroupName(String securityRoleGroupName) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getSecurityRoleGroupNameHasBeenModified
-
getParentSecurityRoleGroupPK
-
setParentSecurityRoleGroupPK
-
getParentSecurityRoleGroupPKHasBeenModified
-
getIsDefault
-
setIsDefault
- Throws:
PersistenceNotNullException
-
getIsDefaultHasBeenModified
-
getSortOrder
-
setSortOrder
- Throws:
PersistenceNotNullException
-
getSortOrderHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-