public class Rule extends Object implements com.google.gwt.user.client.rpc.IsSerializable
| Modifier and Type | Field and Description |
|---|---|
static String |
GREATER_THAN |
static String |
LESS_THAN |
protected CustomProperties |
pros |
static String |
REGEXP |
static String |
SUCCESS |
static String |
TERMS |
static String |
XPATH |
| Constructor and Description |
|---|
Rule() |
| Modifier and Type | Method and Description |
|---|---|
CustomProperties |
getConfiguration() |
String |
getDescription() |
String |
getEntity_type() |
int |
getId() |
String |
getJob_type() |
String |
getName() |
String |
getProvider_information() |
String |
getType() |
int |
getWeight() |
boolean |
isFor_cris() |
boolean |
isMandatory() |
void |
setConfiguration(CustomProperties pros) |
void |
setDescription(String description) |
void |
setEntity_type(String entity_type) |
void |
setFor_cris(boolean for_cris) |
void |
setId(int id) |
void |
setJob_type(String job_type) |
void |
setMandatory(boolean mandatory) |
void |
setName(String name) |
void |
setProvider_information(String provider_information) |
void |
setType(String type) |
void |
setWeight(int weight) |
public static String XPATH
public static String SUCCESS
public static String GREATER_THAN
public static String LESS_THAN
public static String REGEXP
public static String TERMS
protected CustomProperties pros
public CustomProperties getConfiguration()
public void setConfiguration(CustomProperties pros)
public int getId()
public void setId(int id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
public boolean isFor_cris()
public void setFor_cris(boolean for_cris)
public int getWeight()
public void setWeight(int weight)
public String getProvider_information()
public void setProvider_information(String provider_information)
public String getJob_type()
public void setJob_type(String job_type)
public String getEntity_type()
public void setEntity_type(String entity_type)
Copyright © 2017. All rights reserved.