Package com.soffid.iam.iga.api
Class ObjectMappingProperty
java.lang.Object
com.soffid.iam.iga.api.ObjectMappingProperty
- All Implemented Interfaces:
Serializable
ValueObject ObjectMappingProperty
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectMappingProperty(ObjectMappingProperty otherBean) ObjectMappingProperty(Long id, String property, String value, Long objectId) ObjectMappingProperty(String property, Long objectId) -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets value for attribute idGets value for attribute objectIdGets value for attribute propertygetValue()Gets value for attribute valuevoidSets value for attribute idvoidsetObjectId(Long objectId) Sets value for attribute objectIdvoidsetProperty(String property) Sets value for attribute propertyvoidSets value for attribute valuetoString()Returns a string representation of the value object.
-
Constructor Details
-
ObjectMappingProperty
public ObjectMappingProperty() -
ObjectMappingProperty
-
ObjectMappingProperty
-
ObjectMappingProperty
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getProperty
Gets value for attribute property -
setProperty
Sets value for attribute property -
getValue
Gets value for attribute value -
setValue
Sets value for attribute value -
getObjectId
Gets value for attribute objectId -
setObjectId
Sets value for attribute objectId -
toString
Returns a string representation of the value object.
-