Class SecurityRoleGroupTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.security.common.transfer.SecurityRoleGroupTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityRoleGroupTransfer(String securityRoleGroupName, SecurityRoleGroupTransfer parentSecurityRoleGroup, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of SecurityRoleGroupTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the description.Returns the isDefault.Returns the parentSecurityRoleGroup.Returns the securityRoleCount.Returns the securityRoleGroupName.Returns the securityRoles.Returns the sortOrder.voidsetDescription(String description) Sets the description.voidsetIsDefault(Boolean isDefault) Sets the isDefault.voidsetParentSecurityRoleGroup(SecurityRoleGroupTransfer parentSecurityRoleGroup) Sets the parentSecurityRoleGroup.voidsetSecurityRoleCount(Long securityRoleCount) Sets the securityRoleCount.voidsetSecurityRoleGroupName(String securityRoleGroupName) Sets the securityRoleGroupName.voidsetSecurityRoles(MapWrapper<SecurityRoleTransfer> securityRoles) Sets the securityRoles.voidsetSortOrder(Integer sortOrder) Sets the sortOrder.Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
SecurityRoleGroupTransfer
public SecurityRoleGroupTransfer(String securityRoleGroupName, SecurityRoleGroupTransfer parentSecurityRoleGroup, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of SecurityRoleGroupTransfer
-
-
Method Details
-
getSecurityRoleGroupName
Returns the securityRoleGroupName.- Returns:
- the securityRoleGroupName
-
setSecurityRoleGroupName
Sets the securityRoleGroupName.- Parameters:
securityRoleGroupName- the securityRoleGroupName to set
-
getParentSecurityRoleGroup
Returns the parentSecurityRoleGroup.- Returns:
- the parentSecurityRoleGroup
-
setParentSecurityRoleGroup
Sets the parentSecurityRoleGroup.- Parameters:
parentSecurityRoleGroup- the parentSecurityRoleGroup to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-
getSecurityRoleCount
Returns the securityRoleCount.- Returns:
- the securityRoleCount
-
setSecurityRoleCount
Sets the securityRoleCount.- Parameters:
securityRoleCount- the securityRoleCount to set
-
getSecurityRoles
Returns the securityRoles.- Returns:
- the securityRoles
-
setSecurityRoles
Sets the securityRoles.- Parameters:
securityRoles- the securityRoles to set
-