Class SecurityRoleResultTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.security.common.transfer.SecurityRoleResultTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityRoleResultTransfer
(String securityRoleGroupName, String securityRoleName, SecurityRoleTransfer securityRole) Creates a new instance of SecurityRoleResultTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the securityRole.Returns the securityRoleGroupName.Returns the securityRoleName.void
setSecurityRole
(SecurityRoleTransfer securityRole) Sets the securityRole.void
setSecurityRoleGroupName
(String securityRoleGroupName) Sets the securityRoleGroupName.void
setSecurityRoleName
(String securityRoleName) Sets the securityRoleName.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
-
SecurityRoleResultTransfer
public SecurityRoleResultTransfer(String securityRoleGroupName, String securityRoleName, SecurityRoleTransfer securityRole) Creates a new instance of SecurityRoleResultTransfer
-
-
Method Details
-
getSecurityRoleGroupName
Returns the securityRoleGroupName.- Returns:
- the securityRoleGroupName
-
setSecurityRoleGroupName
Sets the securityRoleGroupName.- Parameters:
securityRoleGroupName
- the securityRoleGroupName to set
-
getSecurityRoleName
Returns the securityRoleName.- Returns:
- the securityRoleName
-
setSecurityRoleName
Sets the securityRoleName.- Parameters:
securityRoleName
- the securityRoleName to set
-
getSecurityRole
Returns the securityRole.- Returns:
- the securityRole
-
setSecurityRole
Sets the securityRole.- Parameters:
securityRole
- the securityRole to set
-