Package es.caib.seycon.ng.comu
Class ObjectMappingTrigger
- java.lang.Object
-
- es.caib.seycon.ng.comu.ObjectMappingTrigger
-
- All Implemented Interfaces:
Serializable
public class ObjectMappingTrigger extends Object implements Serializable
ValueObject ObjectMappingTrigger- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectMappingTrigger()
ObjectMappingTrigger(ObjectMappingTrigger otherBean)
ObjectMappingTrigger(SoffidObjectTrigger trigger, Long objectId)
ObjectMappingTrigger(Long id, SoffidObjectTrigger trigger, String script, 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
getScript()
Gets value for attribute scriptSoffidObjectTrigger
getTrigger()
Gets value for attribute triggervoid
setId(Long id)
Sets value for attribute idvoid
setObjectId(Long objectId)
Sets value for attribute objectIdvoid
setScript(String script)
Sets value for attribute scriptvoid
setTrigger(SoffidObjectTrigger trigger)
Sets value for attribute triggerstatic ObjectMappingTrigger
toObjectMappingTrigger(ObjectMappingTrigger vo)
Creates a ObjectMappingTrigger value object based on a ObjectMappingTrigger object.static void
toObjectMappingTrigger(ObjectMappingTrigger source, ObjectMappingTrigger target)
Updates a ObjectMappingTrigger value object based on a ObjectMappingTrigger object.static ObjectMappingTrigger[]
toObjectMappingTriggerArray(ObjectMappingTrigger[] source)
Creates a ObjectMappingTrigger array on a ObjectMappingTrigger array.static AsyncList<ObjectMappingTrigger>
toObjectMappingTriggerAsyncList(AsyncList<ObjectMappingTrigger> source)
Creates a ObjectMappingTrigger asynclist on a ObjectMappingTrigger collection.static PagedResult<ObjectMappingTrigger>
toObjectMappingTriggerList(PagedResult<ObjectMappingTrigger> source)
Creates a ObjectMappingTrigger pagedResult on a ObjectMappingTrigger collection.static List<ObjectMappingTrigger>
toObjectMappingTriggerList(Collection<ObjectMappingTrigger> source)
Creates a ObjectMappingTrigger list on a ObjectMappingTrigger collection.String
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
ObjectMappingTrigger
public ObjectMappingTrigger()
-
ObjectMappingTrigger
public ObjectMappingTrigger(Long id, SoffidObjectTrigger trigger, String script, Long objectId)
-
ObjectMappingTrigger
public ObjectMappingTrigger(SoffidObjectTrigger trigger, Long objectId)
-
ObjectMappingTrigger
public ObjectMappingTrigger(ObjectMappingTrigger otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getTrigger
public SoffidObjectTrigger getTrigger()
Gets value for attribute trigger
-
setTrigger
public void setTrigger(SoffidObjectTrigger trigger)
Sets value for attribute trigger
-
getScript
public String getScript()
Gets value for attribute script
-
setScript
public void setScript(String script)
Sets value for attribute script
-
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.
-
toObjectMappingTrigger
public static ObjectMappingTrigger toObjectMappingTrigger(ObjectMappingTrigger vo)
Creates a ObjectMappingTrigger value object based on a ObjectMappingTrigger object.
-
toObjectMappingTriggerList
public static List<ObjectMappingTrigger> toObjectMappingTriggerList(Collection<ObjectMappingTrigger> source)
Creates a ObjectMappingTrigger list on a ObjectMappingTrigger collection.
-
toObjectMappingTriggerList
public static PagedResult<ObjectMappingTrigger> toObjectMappingTriggerList(PagedResult<ObjectMappingTrigger> source)
Creates a ObjectMappingTrigger pagedResult on a ObjectMappingTrigger collection.
-
toObjectMappingTriggerAsyncList
public static AsyncList<ObjectMappingTrigger> toObjectMappingTriggerAsyncList(AsyncList<ObjectMappingTrigger> source)
Creates a ObjectMappingTrigger asynclist on a ObjectMappingTrigger collection.
-
toObjectMappingTriggerArray
public static ObjectMappingTrigger[] toObjectMappingTriggerArray(ObjectMappingTrigger[] source)
Creates a ObjectMappingTrigger array on a ObjectMappingTrigger array.
-
toObjectMappingTrigger
public static void toObjectMappingTrigger(ObjectMappingTrigger source, ObjectMappingTrigger target)
Updates a ObjectMappingTrigger value object based on a ObjectMappingTrigger object.
-
-