Package com.soffid.iam.model
Class ObjectMappingTriggerEntity
- java.lang.Object
-
- com.soffid.iam.model.ObjectMappingTriggerEntity
-
- Direct Known Subclasses:
ObjectMappingTriggerEntityImpl
public abstract class ObjectMappingTriggerEntity extends Object
Entity ObjectMappingTriggerEntity
-
-
Constructor Summary
Constructors Constructor Description ObjectMappingTriggerEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an ObjectMappingTriggerEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Long
getId()
Gets value for attribute idObjectMappingEntity
getObject()
Gets value for attribute objectString
getScript()
Gets value for attribute scriptes.caib.seycon.ng.comu.SoffidObjectTrigger
getTrigger()
Gets value for attribute triggerint
hashCode()
Returns a hash code based on this entity's identifiers.void
setId(Long id)
Sets value for attribute idvoid
setObject(ObjectMappingEntity object)
Sets value for attribute objectvoid
setScript(String script)
Sets value for attribute scriptvoid
setTrigger(es.caib.seycon.ng.comu.SoffidObjectTrigger trigger)
Sets value for attribute trigger
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getTrigger
public es.caib.seycon.ng.comu.SoffidObjectTrigger getTrigger()
Gets value for attribute trigger
-
setTrigger
public void setTrigger(es.caib.seycon.ng.comu.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
-
getObject
public ObjectMappingEntity getObject()
Gets value for attribute object
-
setObject
public void setObject(ObjectMappingEntity object)
Sets value for attribute object
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an ObjectMappingTriggerEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-