Package es.caib.seycon.ng.comu
Class ObjectMappingProperty
- java.lang.Object
-
- es.caib.seycon.ng.comu.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 Long
getId()
Gets value for attribute idLong
getObjectId()
Gets value for attribute objectIdString
getProperty()
Gets value for attribute propertyString
getValue()
Gets value for attribute valuevoid
setId(Long id)
Sets value for attribute idvoid
setObjectId(Long objectId)
Sets value for attribute objectIdvoid
setProperty(String property)
Sets value for attribute propertyvoid
setValue(String value)
Sets value for attribute valuestatic ObjectMappingProperty
toObjectMappingProperty(ObjectMappingProperty vo)
Creates a ObjectMappingProperty value object based on a ObjectMappingProperty object.static void
toObjectMappingProperty(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.String
toString()
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.
-
-