Package org.cyclos.entities.system
Class CustomOperationActionParameter
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.system.CustomOperationActionParameter
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class CustomOperationActionParameter extends BaseEntity
This class defines how a form field of the action custom operation gets its value: from a field of the owner custom operation or (if null) from the owner custom operation's script.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description CustomOperationActionParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomOperationActiongetAction()CustomOperationFieldgetActionField()NetworkgetNetwork()Returns the network this entity belongs toCustomOperationFieldgetOwnerField()voidsetAction(CustomOperationAction actionOperation)voidsetActionField(CustomOperationField actionField)voidsetOwnerField(CustomOperationField ownerField)-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getAction
public CustomOperationAction getAction()
-
getActionField
public CustomOperationField getActionField()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to
-
getOwnerField
public CustomOperationField getOwnerField()
-
setAction
public void setAction(CustomOperationAction actionOperation)
-
setActionField
public void setActionField(CustomOperationField actionField)
-
setOwnerField
public void setOwnerField(CustomOperationField ownerField)
-
-