@Entity
public class MemberProductCustomOperation
extends org.cyclos.entities.BaseEntity
MemberProduct and a CustomOperation| Constructor and Description |
|---|
MemberProductCustomOperation() |
| Modifier and Type | Method and Description |
|---|---|
CustomOperation |
getCustomOperation() |
Network |
getNetwork() |
MemberProduct |
getProduct() |
boolean |
isEnabled() |
boolean |
isRun() |
void |
setCustomOperation(CustomOperation customOperation) |
void |
setEnabled(boolean enabled) |
void |
setProduct(MemberProduct product) |
void |
setRun(boolean run) |
getDataTranslationType, getVersion, isGlobal, isPersistent, isTransientpublic CustomOperation getCustomOperation()
public Network getNetwork()
getNetwork in class org.cyclos.entities.BaseEntitypublic MemberProduct getProduct()
public boolean isEnabled()
public boolean isRun()
public void setCustomOperation(CustomOperation customOperation)
public void setEnabled(boolean enabled)
public void setProduct(MemberProduct product)
public void setRun(boolean run)