Package com.soffid.iam.iga.api
Class DomainUsersMember
java.lang.Object
com.soffid.iam.iga.api.DomainUsersMember
- All Implemented Interfaces:
Serializable
ValueObject DomainUsersMember
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDomainUsersMember(DomainUsersMember otherBean) DomainUsersMember(String type) DomainUsersMember(String code, String type, String description, String descriptionType, UserDomain userDomain, PasswordDomain passwordDomain, PasswordPolicy passwordPolicy) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets value for attribute codeGets value for attribute descriptionGets value for attribute descriptionTypeGets value for attribute passwordDomainGets value for attribute passwordPolicygetType()Gets value for attribute typeGets value for attribute userDomainvoidSets value for attribute codevoidsetDescription(String description) Sets value for attribute descriptionvoidsetDescriptionType(String descriptionType) Sets value for attribute descriptionTypevoidsetPasswordDomain(PasswordDomain passwordDomain) Sets value for attribute passwordDomainvoidsetPasswordPolicy(PasswordPolicy passwordPolicy) Sets value for attribute passwordPolicyvoidSets value for attribute typevoidsetUserDomain(UserDomain userDomain) Sets value for attribute userDomaintoString()Returns a string representation of the value object.
-
Constructor Details
-
DomainUsersMember
public DomainUsersMember() -
DomainUsersMember
public DomainUsersMember(String code, String type, String description, String descriptionType, UserDomain userDomain, PasswordDomain passwordDomain, PasswordPolicy passwordPolicy) -
DomainUsersMember
-
DomainUsersMember
-
-
Method Details
-
getCode
Gets value for attribute code -
setCode
Sets value for attribute code -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getDescriptionType
Gets value for attribute descriptionType -
setDescriptionType
Sets value for attribute descriptionType -
getUserDomain
Gets value for attribute userDomain -
setUserDomain
Sets value for attribute userDomain -
getPasswordDomain
Gets value for attribute passwordDomain -
setPasswordDomain
Sets value for attribute passwordDomain -
getPasswordPolicy
Gets value for attribute passwordPolicy -
setPasswordPolicy
Sets value for attribute passwordPolicy -
toString
Returns a string representation of the value object.
-