Package com.soffid.iam.api
Class MailListRoleMember
- java.lang.Object
-
- com.soffid.iam.api.MailListRoleMember
-
- All Implemented Interfaces:
Serializable
public class MailListRoleMember extends Object implements Serializable
ValueObject MailListRoleMember- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MailListRoleMember()MailListRoleMember(MailListRoleMember otherBean)MailListRoleMember(String roleName, String dispatcherName)MailListRoleMember(String roleName, String dispatcherName, String scope, String roleDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDispatcherName()Gets value for attribute dispatcherNameStringgetRoleDescription()Gets value for attribute roleDescriptionStringgetRoleName()Gets value for attribute roleNameStringgetScope()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 roleNamevoidsetScope(String scope)Sets value for attribute scopeStringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
MailListRoleMember
public MailListRoleMember()
-
MailListRoleMember
public MailListRoleMember(String roleName, String dispatcherName, String scope, String roleDescription)
-
MailListRoleMember
public MailListRoleMember(MailListRoleMember otherBean)
-
-
Method Detail
-
getRoleName
public String getRoleName()
Gets value for attribute roleName
-
setRoleName
public void setRoleName(String roleName)
Sets value for attribute roleName
-
getDispatcherName
public String getDispatcherName()
Gets value for attribute dispatcherName
-
setDispatcherName
public void setDispatcherName(String dispatcherName)
Sets value for attribute dispatcherName
-
getScope
public String getScope()
Gets value for attribute scope
-
setScope
public void setScope(String scope)
Sets value for attribute scope
-
getRoleDescription
public String getRoleDescription()
Gets value for attribute roleDescription
-
setRoleDescription
public void setRoleDescription(String roleDescription)
Sets value for attribute roleDescription
-
-