Package com.soffid.iam.am.api
Class PasswordDomain
java.lang.Object
com.soffid.iam.am.api.PasswordDomain
- All Implemented Interfaces:
Serializable
ValueObject PasswordDomain
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordDomain(PasswordDomain otherBean) PasswordDomain(Long id, String name, String description) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets value for attribute nameGets value for attribute descriptiongetId()Gets value for attribute idgetName()Gets value for attribute namevoidSets value for attribute namevoidsetDescription(String description) Sets value for attribute descriptionvoidSets value for attribute idvoidSets value for attribute nametoString()Returns a string representation of the value object.
-
Constructor Details
-
PasswordDomain
public PasswordDomain() -
PasswordDomain
-
PasswordDomain
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getCode
Gets value for attribute name -
setCode
Sets value for attribute name -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
toString
Returns a string representation of the value object.
-