Package com.soffid.iam.api
Class ObjectMappingProperty
- java.lang.Object
-
- com.soffid.iam.api.ObjectMappingProperty
-
- All Implemented Interfaces:
Serializable
public class ObjectMappingProperty extends Object implements Serializable
ValueObject ObjectMappingProperty- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectMappingProperty()ObjectMappingProperty(ObjectMappingProperty otherBean)ObjectMappingProperty(Long id, String property, String value, Long objectId)ObjectMappingProperty(String property, String value, Long objectId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetId()Gets value for attribute idLonggetObjectId()Gets value for attribute objectIdStringgetProperty()Gets value for attribute propertyStringgetValue()Gets value for attribute valuevoidsetId(Long id)Sets value for attribute idvoidsetObjectId(Long objectId)Sets value for attribute objectIdvoidsetProperty(String property)Sets value for attribute propertyvoidsetValue(String value)Sets value for attribute valuestatic ObjectMappingPropertytoObjectMappingProperty(ObjectMappingProperty vo)Creates a ObjectMappingProperty value object based on a ObjectMappingProperty object.static voidtoObjectMappingProperty(ObjectMappingProperty source, ObjectMappingProperty target)Updates a ObjectMappingProperty value object based on a ObjectMappingProperty object.static ObjectMappingProperty[]toObjectMappingPropertyArray(ObjectMappingProperty[] source)Creates a ObjectMappingProperty array on a ObjectMappingProperty array.static AsyncList<ObjectMappingProperty>toObjectMappingPropertyAsyncList(AsyncList<ObjectMappingProperty> source)Creates a ObjectMappingProperty asynclist on a ObjectMappingProperty collection.static PagedResult<ObjectMappingProperty>toObjectMappingPropertyList(PagedResult<ObjectMappingProperty> source)Creates a ObjectMappingProperty pagedResult on a ObjectMappingProperty collection.static List<ObjectMappingProperty>toObjectMappingPropertyList(Collection<ObjectMappingProperty> source)Creates a ObjectMappingProperty list on a ObjectMappingProperty collection.StringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
ObjectMappingProperty
public ObjectMappingProperty()
-
ObjectMappingProperty
public ObjectMappingProperty(Long id, String property, String value, Long objectId)
-
ObjectMappingProperty
public ObjectMappingProperty(ObjectMappingProperty otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getProperty
public String getProperty()
Gets value for attribute property
-
setProperty
public void setProperty(String property)
Sets value for attribute property
-
getValue
public String getValue()
Gets value for attribute value
-
setValue
public void setValue(String value)
Sets value for attribute value
-
getObjectId
public Long getObjectId()
Gets value for attribute objectId
-
setObjectId
public void setObjectId(Long objectId)
Sets value for attribute objectId
-
toString
public String toString()
Returns a string representation of the value object.
-
toObjectMappingProperty
public static ObjectMappingProperty toObjectMappingProperty(ObjectMappingProperty vo)
Creates a ObjectMappingProperty value object based on a ObjectMappingProperty object.
-
toObjectMappingPropertyList
public static List<ObjectMappingProperty> toObjectMappingPropertyList(Collection<ObjectMappingProperty> source)
Creates a ObjectMappingProperty list on a ObjectMappingProperty collection.
-
toObjectMappingPropertyList
public static PagedResult<ObjectMappingProperty> toObjectMappingPropertyList(PagedResult<ObjectMappingProperty> source)
Creates a ObjectMappingProperty pagedResult on a ObjectMappingProperty collection.
-
toObjectMappingPropertyAsyncList
public static AsyncList<ObjectMappingProperty> toObjectMappingPropertyAsyncList(AsyncList<ObjectMappingProperty> source)
Creates a ObjectMappingProperty asynclist on a ObjectMappingProperty collection.
-
toObjectMappingPropertyArray
public static ObjectMappingProperty[] toObjectMappingPropertyArray(ObjectMappingProperty[] source)
Creates a ObjectMappingProperty array on a ObjectMappingProperty array.
-
toObjectMappingProperty
public static void toObjectMappingProperty(ObjectMappingProperty source, ObjectMappingProperty target)
Updates a ObjectMappingProperty value object based on a ObjectMappingProperty object.
-
-