Package org.cyclos.entities.system
Class CustomOperationAction
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.BaseEntity
-
- org.cyclos.entities.system.CustomOperationAction
-
- All Implemented Interfaces:
Cloneable,Comparable<CustomOperationAction>,ProcessableForDataTranslation,IEntity
@Entity public class CustomOperationAction extends BaseEntity implements Comparable<CustomOperationAction>
Describe theCustomOperationScope.INTERNALcustom operation (action) that can be executed over the result of a main (owner) custom operation.
-
-
Constructor Summary
Constructors Constructor Description CustomOperationAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(CustomOperationAction o)CustomOperationgetActionOperation()NetworkgetNetwork()Returns the network this entity belongs toCustomOperationgetOwnerOperation()Set<CustomOperationActionParameter>getParameters()CustomOperationActionVisibilitygetVisibility()voidsetActionOperation(CustomOperation actionOperation)voidsetOwnerOperation(CustomOperation ownerOperation)voidsetParameters(Set<CustomOperationActionParameter> parameters)voidsetVisibility(CustomOperationActionVisibility visibility)-
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
clone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toShortString, toString
-
-
-
-
Method Detail
-
compareTo
public int compareTo(CustomOperationAction o)
- Specified by:
compareToin interfaceComparable<CustomOperationAction>
-
getActionOperation
public CustomOperation getActionOperation()
-
getNetwork
public Network getNetwork()
Description copied from class:NetworkedEntityReturns the network this entity belongs to- Specified by:
getNetworkin classNetworkedEntity
-
getOwnerOperation
public CustomOperation getOwnerOperation()
-
getParameters
public Set<CustomOperationActionParameter> getParameters()
-
getVisibility
public CustomOperationActionVisibility getVisibility()
-
setActionOperation
public void setActionOperation(CustomOperation actionOperation)
-
setOwnerOperation
public void setOwnerOperation(CustomOperation ownerOperation)
-
setParameters
public void setParameters(Set<CustomOperationActionParameter> parameters)
-
setVisibility
public void setVisibility(CustomOperationActionVisibility visibility)
-
-