Package com.soffid.iam.base.api
Class Tenant
java.lang.Object
com.soffid.iam.base.api.Tenant
- All Implemented Interfaces:
Serializable
ValueObject Tenant
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute descriptiongetId()Gets value for attribute idgetName()Gets value for attribute namebooleanGets value for attribute enabledvoidsetDescription(String description) Sets value for attribute descriptionvoidsetEnabled(boolean enabled) Sets value for attribute enabledvoidSets value for attribute idvoidSets value for attribute nametoString()Returns a string representation of the value object.
-
Constructor Details
-
Tenant
public Tenant() -
Tenant
-
Tenant
-
Tenant
-
-
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 -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
isEnabled
public boolean isEnabled()Gets value for attribute enabled -
setEnabled
public void setEnabled(boolean enabled) Sets value for attribute enabled -
toString
Returns a string representation of the value object.
-