public class RulePurpose extends Object implements Serializable
| Constructor and Description |
|---|
RulePurpose() |
RulePurpose(String purposeName,
boolean mandatory,
boolean negate) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAcceptWeight() |
String |
getPurposeName() |
double |
getRejectWeight() |
boolean |
isMandatory() |
boolean |
isNegate() |
void |
setAcceptWeight(double acceptWeight) |
void |
setMandatory(boolean mandatory) |
void |
setNegate(boolean negate) |
void |
setPurposeName(String purposeName) |
void |
setRejectWeight(double rejectWeight) |
public RulePurpose(String purposeName, boolean mandatory, boolean negate)
public RulePurpose()
public String getPurposeName()
public void setPurposeName(String purposeName)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
public void setNegate(boolean negate)
public boolean isNegate()
public double getAcceptWeight()
public void setAcceptWeight(double acceptWeight)
public double getRejectWeight()
public void setRejectWeight(double rejectWeight)
Copyright © 2021. All rights reserved.