Package org.cyclos.entities.users
Class CustomOperationBulkActionParameter
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.NetworkedEntity
-
- org.cyclos.entities.users.CustomOperationBulkActionParameter
-
- All Implemented Interfaces:
Cloneable,HasNetwork,ProcessableForProxying,IEntity
@Entity public class CustomOperationBulkActionParameter extends NetworkedEntity
ABulkActionthat runs a custom operation over each user
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description CustomOperationBulkActionParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomOperationBulkActiongetBulkAction()CustomOperationFieldgetCustomField()NetworkgetNetwork()Returns the network this entity belongs toStringgetValue()voidsetBulkAction(CustomOperationBulkAction bulkAction)voidsetCustomField(CustomOperationField customField)voidsetValue(String value)-
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
-
getBulkAction
public CustomOperationBulkAction getBulkAction()
-
getCustomField
public CustomOperationField getCustomField()
-
getNetwork
public Network getNetwork()
Description copied from interface:HasNetworkReturns the network this entity belongs to
-
getValue
public String getValue()
-
setBulkAction
public void setBulkAction(CustomOperationBulkAction bulkAction)
-
setCustomField
public void setCustomField(CustomOperationField customField)
-
setValue
public void setValue(String value)
-
-