Package com.soffid.iam.iga.api
Class MailListRoleMember
java.lang.Object
com.soffid.iam.iga.api.MailListRoleMember
- All Implemented Interfaces:
Serializable
ValueObject MailListRoleMember
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMailListRoleMember(MailListRoleMember otherBean) MailListRoleMember(String roleName, String dispatcherName) MailListRoleMember(String roleName, String dispatcherName, String scope, String roleDescription) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute dispatcherNameGets value for attribute roleDescriptionGets value for attribute roleNamegetScope()Gets value for attribute scopevoidsetDispatcherName(String dispatcherName) Sets value for attribute dispatcherNamevoidsetRoleDescription(String roleDescription) Sets value for attribute roleDescriptionvoidsetRoleName(String roleName) Sets value for attribute roleNamevoidSets value for attribute scopetoString()Returns a string representation of the value object.
-
Constructor Details
-
MailListRoleMember
public MailListRoleMember() -
MailListRoleMember
-
MailListRoleMember
-
MailListRoleMember
-
-
Method Details
-
getRoleName
Gets value for attribute roleName -
setRoleName
Sets value for attribute roleName -
getDispatcherName
Gets value for attribute dispatcherName -
setDispatcherName
Sets value for attribute dispatcherName -
getScope
Gets value for attribute scope -
setScope
Sets value for attribute scope -
getRoleDescription
Gets value for attribute roleDescription -
setRoleDescription
Sets value for attribute roleDescription -
toString
Returns a string representation of the value object.
-