Package com.soffid.iam.iga.api
Class Domain
java.lang.Object
com.soffid.iam.iga.api.Domain
- All Implemented Interfaces:
Serializable
ValueObject Domain
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute descriptionGets value for attribute informationSystemgetId()Gets value for attribute idGets value for attribute informationSystemgetName()Gets value for attribute namevoidsetDescription(String description) Sets value for attribute descriptionvoidsetExternalCode(String informationSystem) Sets value for attribute informationSystemvoidSets value for attribute idvoidsetInformationSystem(String informationSystem) Sets value for attribute informationSystemvoidSets value for attribute nametoString()Returns a string representation of the value object.
-
Constructor Details
-
Domain
public Domain() -
Domain
-
Domain
-
Domain
-
-
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 -
getInformationSystem
Gets value for attribute informationSystem -
setInformationSystem
Sets value for attribute informationSystem -
getExternalCode
Gets value for attribute informationSystem -
setExternalCode
Sets value for attribute informationSystem -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
toString
Returns a string representation of the value object.
-