Class SecurityRoleGroupResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.security.common.transfer.SecurityRoleGroupResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityRoleGroupResultTransfer
(String securityRoleGroupName, SecurityRoleGroupTransfer securityRoleGroup) Creates a new instance of SecurityRoleGroupResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the securityRoleGroup.Returns the securityRoleGroupName.void
setSecurityRoleGroup
(SecurityRoleGroupTransfer securityRoleGroup) Sets the securityRoleGroup.void
setSecurityRoleGroupName
(String securityRoleGroupName) Sets the securityRoleGroupName.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
-
SecurityRoleGroupResultTransfer
public SecurityRoleGroupResultTransfer(String securityRoleGroupName, SecurityRoleGroupTransfer securityRoleGroup) Creates a new instance of SecurityRoleGroupResultTransfer
-
-
Method Details
-
getSecurityRoleGroupName
Returns the securityRoleGroupName.- Returns:
- the securityRoleGroupName
-
setSecurityRoleGroupName
Sets the securityRoleGroupName.- Parameters:
securityRoleGroupName
- the securityRoleGroupName to set
-
getSecurityRoleGroup
Returns the securityRoleGroup.- Returns:
- the securityRoleGroup
-
setSecurityRoleGroup
Sets the securityRoleGroup.- Parameters:
securityRoleGroup
- the securityRoleGroup to set
-