public class Operation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
id |
protected String |
label |
protected String |
name |
protected C_OperatorType |
operatorType |
| Constructor and Description |
|---|
Operation(Integer id,
String name,
String label,
C_OperatorType operatorType) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId() |
String |
getLabel() |
String |
getName() |
C_OperatorType |
getOperatorType() |
void |
setId(Integer id) |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setOperatorType(C_OperatorType operatorType) |
String |
toString() |
protected Integer id
protected String name
protected C_OperatorType operatorType
protected String label
public Operation(Integer id, String name, String label, C_OperatorType operatorType)
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public C_OperatorType getOperatorType()
public void setOperatorType(C_OperatorType operatorType)
public String getLabel()
public void setLabel(String label)
Copyright © 2018. All Rights Reserved.