Package es.caib.seycon.ng.comu
Class ObjectMapping
- java.lang.Object
-
- es.caib.seycon.ng.comu.ObjectMapping
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExtensibleObjectMapping
public class ObjectMapping extends Object implements Serializable
ValueObject ObjectMapping- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectMapping()ObjectMapping(ObjectMapping otherBean)ObjectMapping(Long id, String systemObject, SoffidObjectType soffidObject, String soffidCustomObject, String condition, Long dispatcherId, boolean authoritative)ObjectMapping(String systemObject, SoffidObjectType soffidObject, Long dispatcherId, boolean authoritative)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCondition()Gets value for attribute conditionLonggetDispatcherId()Gets value for attribute dispatcherIdLonggetId()Gets value for attribute idStringgetSoffidCustomObject()Gets value for attribute soffidCustomObjectSoffidObjectTypegetSoffidObject()Gets value for attribute soffidObjectStringgetSystemObject()Gets value for attribute systemObjectbooleanisAuthoritative()Gets value for attribute authoritativevoidsetAuthoritative(boolean authoritative)Sets value for attribute authoritativevoidsetCondition(String condition)Sets value for attribute conditionvoidsetDispatcherId(Long dispatcherId)Sets value for attribute dispatcherIdvoidsetId(Long id)Sets value for attribute idvoidsetSoffidCustomObject(String soffidCustomObject)Sets value for attribute soffidCustomObjectvoidsetSoffidObject(SoffidObjectType soffidObject)Sets value for attribute soffidObjectvoidsetSystemObject(String systemObject)Sets value for attribute systemObjectstatic ObjectMappingtoObjectMapping(ObjectMapping vo)Creates a ObjectMapping value object based on a ObjectMapping object.static voidtoObjectMapping(ObjectMapping source, ObjectMapping target)Updates a ObjectMapping value object based on a ObjectMapping object.static ObjectMapping[]toObjectMappingArray(ObjectMapping[] source)Creates a ObjectMapping array on a ObjectMapping array.static AsyncList<ObjectMapping>toObjectMappingAsyncList(AsyncList<ObjectMapping> source)Creates a ObjectMapping asynclist on a ObjectMapping collection.static PagedResult<ObjectMapping>toObjectMappingList(PagedResult<ObjectMapping> source)Creates a ObjectMapping pagedResult on a ObjectMapping collection.static List<ObjectMapping>toObjectMappingList(Collection<ObjectMapping> source)Creates a ObjectMapping list on a ObjectMapping collection.StringtoString()Returns a string representation of the value object.
-
-
-
Constructor Detail
-
ObjectMapping
public ObjectMapping()
-
ObjectMapping
public ObjectMapping(Long id, String systemObject, SoffidObjectType soffidObject, String soffidCustomObject, String condition, Long dispatcherId, boolean authoritative)
-
ObjectMapping
public ObjectMapping(String systemObject, SoffidObjectType soffidObject, Long dispatcherId, boolean authoritative)
-
ObjectMapping
public ObjectMapping(ObjectMapping otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getSystemObject
public String getSystemObject()
Gets value for attribute systemObject
-
setSystemObject
public void setSystemObject(String systemObject)
Sets value for attribute systemObject
-
getSoffidObject
public SoffidObjectType getSoffidObject()
Gets value for attribute soffidObject
-
setSoffidObject
public void setSoffidObject(SoffidObjectType soffidObject)
Sets value for attribute soffidObject
-
getSoffidCustomObject
public String getSoffidCustomObject()
Gets value for attribute soffidCustomObject
-
setSoffidCustomObject
public void setSoffidCustomObject(String soffidCustomObject)
Sets value for attribute soffidCustomObject
-
getCondition
public String getCondition()
Gets value for attribute condition
-
setCondition
public void setCondition(String condition)
Sets value for attribute condition
-
getDispatcherId
public Long getDispatcherId()
Gets value for attribute dispatcherId
-
setDispatcherId
public void setDispatcherId(Long dispatcherId)
Sets value for attribute dispatcherId
-
isAuthoritative
public boolean isAuthoritative()
Gets value for attribute authoritative
-
setAuthoritative
public void setAuthoritative(boolean authoritative)
Sets value for attribute authoritative
-
toString
public String toString()
Returns a string representation of the value object.
-
toObjectMapping
public static ObjectMapping toObjectMapping(ObjectMapping vo)
Creates a ObjectMapping value object based on a ObjectMapping object.
-
toObjectMappingList
public static List<ObjectMapping> toObjectMappingList(Collection<ObjectMapping> source)
Creates a ObjectMapping list on a ObjectMapping collection.
-
toObjectMappingList
public static PagedResult<ObjectMapping> toObjectMappingList(PagedResult<ObjectMapping> source)
Creates a ObjectMapping pagedResult on a ObjectMapping collection.
-
toObjectMappingAsyncList
public static AsyncList<ObjectMapping> toObjectMappingAsyncList(AsyncList<ObjectMapping> source)
Creates a ObjectMapping asynclist on a ObjectMapping collection.
-
toObjectMappingArray
public static ObjectMapping[] toObjectMappingArray(ObjectMapping[] source)
Creates a ObjectMapping array on a ObjectMapping array.
-
toObjectMapping
public static void toObjectMapping(ObjectMapping source, ObjectMapping target)
Updates a ObjectMapping value object based on a ObjectMapping object.
-
-