Package com.soffid.iam.iga.api
Class ExtensibleObjectRegister
java.lang.Object
com.soffid.iam.iga.api.ExtensibleObjectRegister
- All Implemented Interfaces:
Serializable
ValueObject ExtensibleObjectRegister
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtensibleObjectRegister(ExtensibleObjectRegister otherBean) ExtensibleObjectRegister(String name, String descsription, String className) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute classNameGets value for attribute descsriptiongetName()Gets value for attribute namevoidsetClassName(String className) Sets value for attribute classNamevoidsetDescsription(String descsription) Sets value for attribute descsriptionvoidSets value for attribute nametoString()Returns a string representation of the value object.
-
Constructor Details
-
ExtensibleObjectRegister
public ExtensibleObjectRegister() -
ExtensibleObjectRegister
-
ExtensibleObjectRegister
-
-
Method Details
-
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getDescsription
Gets value for attribute descsription -
setDescsription
Sets value for attribute descsription -
getClassName
Gets value for attribute className -
setClassName
Sets value for attribute className -
toString
Returns a string representation of the value object.
-