Package com.soffid.iam.iga.api
Class CustomObject
java.lang.Object
com.soffid.iam.iga.api.CustomObject
- All Implemented Interfaces:
Serializable
ValueObject CustomObject
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCustomObject(CustomObject otherBean) CustomObject(Long id, String name, String description, String type, Map<String, Object> attributes, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy, Boolean deleted) CustomObject(String name, String description, String type) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute attributesGets value for attribute createdByGets value for attribute createdOnGets value for attribute deletedGets value for attribute deletedByGets value for attribute deletedOnGets value for attribute descriptiongetId()Gets value for attribute idgetName()Gets value for attribute namegetType()Gets value for attribute typeGets value for attribute updatedByGets value for attribute updatedOnvoidsetAttributes(Map<String, Object> attributes) Sets value for attribute attributesvoidsetCreatedBy(String createdBy) Sets value for attribute createdByvoidsetCreatedOn(Date createdOn) Sets value for attribute createdOnvoidsetDeleted(Boolean deleted) Sets value for attribute deletedvoidsetDeletedBy(String deletedBy) Sets value for attribute deletedByvoidsetDeletedOn(Date deletedOn) Sets value for attribute deletedOnvoidsetDescription(String description) Sets value for attribute descriptionvoidSets value for attribute idvoidSets value for attribute namevoidSets value for attribute typevoidsetUpdatedBy(String updatedBy) Sets value for attribute updatedByvoidsetUpdatedOn(Date updatedOn) Sets value for attribute updatedOntoString()Returns a string representation of the value object.
-
Constructor Details
-
CustomObject
public CustomObject() -
CustomObject
-
CustomObject
-
CustomObject
-
-
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 -
getType
Gets value for attribute type -
setType
Sets value for attribute type -
getAttributes
Gets value for attribute attributes -
setAttributes
Sets value for attribute attributes -
getCreatedOn
Gets value for attribute createdOn -
setCreatedOn
Sets value for attribute createdOn -
getCreatedBy
Gets value for attribute createdBy -
setCreatedBy
Sets value for attribute createdBy -
getUpdatedOn
Gets value for attribute updatedOn -
setUpdatedOn
Sets value for attribute updatedOn -
getUpdatedBy
Gets value for attribute updatedBy -
setUpdatedBy
Sets value for attribute updatedBy -
getDeletedOn
Gets value for attribute deletedOn -
setDeletedOn
Sets value for attribute deletedOn -
getDeletedBy
Gets value for attribute deletedBy -
setDeletedBy
Sets value for attribute deletedBy -
getDeleted
Gets value for attribute deleted -
setDeleted
Sets value for attribute deleted -
toString
Returns a string representation of the value object.
-