Package com.soffid.iam.iga.api
Class UserDomain
java.lang.Object
com.soffid.iam.iga.api.UserDomain
- All Implemented Interfaces:
Serializable
ValueObject UserDomain
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUserDomain(UserDomain otherBean) UserDomain(Long id, String name, String description, UserDomainType type, String bshExpr, String bshExprCreate, String beanGenerator) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute beanGeneratorGets value for attribute bshExprGets value for attribute bshExprCreategetCode()Gets value for attribute nameGets value for attribute descriptiongetId()Gets value for attribute idgetName()Gets value for attribute namegetType()Gets value for attribute typevoidsetBeanGenerator(String beanGenerator) Sets value for attribute beanGeneratorvoidsetBshExpr(String bshExpr) Sets value for attribute bshExprvoidsetBshExprCreate(String bshExprCreate) Sets value for attribute bshExprCreatevoidSets value for attribute namevoidsetDescription(String description) Sets value for attribute descriptionvoidSets value for attribute idvoidSets value for attribute namevoidsetType(UserDomainType type) Sets value for attribute typetoString()Returns a string representation of the value object.
-
Constructor Details
-
UserDomain
public UserDomain() -
UserDomain
-
UserDomain
-
-
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 -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getBshExpr
Gets value for attribute bshExpr -
setBshExpr
Sets value for attribute bshExpr -
getBshExprCreate
Gets value for attribute bshExprCreate -
setBshExprCreate
Sets value for attribute bshExprCreate -
getBeanGenerator
Gets value for attribute beanGenerator -
setBeanGenerator
Sets value for attribute beanGenerator -
toString
Returns a string representation of the value object.
-