Package com.soffid.iam.model
Class ReconcileTriggerEntity
- java.lang.Object
-
- com.soffid.iam.model.ReconcileTriggerEntity
-
- Direct Known Subclasses:
ReconcileTriggerEntityImpl
public abstract class ReconcileTriggerEntity extends Object
Entity ReconcileTriggerEntity
-
-
Constructor Summary
Constructors Constructor Description ReconcileTriggerEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an ReconcileTriggerEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Long
getId()
Gets value for attribute idcom.soffid.iam.api.SoffidObjectType
getObjectType()
Gets value for attribute objectTypeString
getScript()
Gets value for attribute scriptSystemEntity
getSystem()
Gets value for attribute systemes.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
setObjectType(com.soffid.iam.api.SoffidObjectType objectType)
Sets value for attribute objectTypevoid
setScript(String script)
Sets value for attribute scriptvoid
setSystem(SystemEntity system)
Sets value for attribute systemvoid
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
-
getObjectType
public com.soffid.iam.api.SoffidObjectType getObjectType()
Gets value for attribute objectType
-
setObjectType
public void setObjectType(com.soffid.iam.api.SoffidObjectType objectType)
Sets value for attribute objectType
-
getSystem
public SystemEntity getSystem()
Gets value for attribute system
-
setSystem
public void setSystem(SystemEntity system)
Sets value for attribute system
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an ReconcileTriggerEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-