public class ScoreRule
extends java.lang.Object
ScoreRule
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
ScoreRule() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
This method returns the description of this score rule.
|
int |
getFrom()
This method returns the beginning value of this score rule.
|
java.lang.String |
getResponse()
This method returns the response of this score rule.
|
java.lang.String |
getRuleType()
This method returns the current rule type.
|
int |
getTo()
This method returns the ending value of this score rule.
|
void |
setDescription(java.lang.String string)
This method sets the description of this score rule.
|
void |
setFrom(int i)
This method sets the beginning value of this score value.
|
void |
setResponse(java.lang.String string)
This method sets the response of this score rule.
|
void |
setRuleType(java.lang.String string)
This method sets the rule type.
|
void |
setTo(int i)
This method sets the ending value of this score value.
|
public static final java.lang.String COPYRIGHT
public java.lang.String getDescription()
public int getFrom()
public java.lang.String getResponse()
public java.lang.String getRuleType()
public int getTo()
public void setDescription(java.lang.String string)
string
- The description to setpublic void setFrom(int i)
i
- The beginning value to setpublic void setResponse(java.lang.String string)
string
- The response to setpublic void setRuleType(java.lang.String string)
string
- The rule type to setpublic void setTo(int i)
i
- The ending value of this score value