public class SpecGroupInfo
extends java.lang.Object
Constructor and Description |
---|
SpecGroupInfo(SpecifieldDes[] specifieldDes,
boolean includeOther,
java.lang.String othersName)
Constructor.
|
SpecGroupInfo(SpecifieldDes specifieldDes,
boolean includeOther,
java.lang.String othersName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
add(SpecifieldDes specifieldDes)
Adds a group conditions of user defined grouping criteria.
|
boolean |
getIncludeOther()
Gets status of whether or not to keep records outside the condition criteria in an "Others" Group.
|
java.lang.String |
getOthersName()
Gets the group name of the "Others Group".
|
SpecifieldDes[] |
getSpecifieldDes()
Gets group conditions of user defined grouping criteria.
|
void |
setIncludeOther(boolean includeOther)
Sets whether or not to keep records outside the condition criteria in an "Others" Group.
|
void |
setOthersName(java.lang.String othersName)
Sets the group name of the "Others Group".
|
void |
setSpecifieldDes(SpecifieldDes[] info)
Sets the group conditions of user defined grouping criteria.
|
java.lang.String |
toString() |
public SpecGroupInfo(SpecifieldDes specifieldDes, boolean includeOther, java.lang.String othersName)
specifieldDes
- The Special Group description that defines the condition criteria.includeOther
- Indicates whether or not to keep values out of the range defined by SpecifieldDes
.othersName
- User defined name for the "Others Group". It keeps values out of the range defined by SpecifieldDes
.public SpecGroupInfo(SpecifieldDes[] specifieldDes, boolean includeOther, java.lang.String othersName)
specifieldDes
- The array of Special Group description that defines the condition criteria.includeOther
- Indicates whether or not to keep values out of the range defined by SpecifieldDes
.othersName
- User defined name for the "Others Group". It keeps values out of the range defined by SpecifieldDes
.public boolean getIncludeOther()
true if keeping records outside the condition criteria in an "Others" Group; false otherwise.
public void setIncludeOther(boolean includeOther)
includeOther
- true
if keeping records outside the condition criteria in a "Others" Group; false otherwise.
public java.lang.String getOthersName()
public void setOthersName(java.lang.String othersName)
otherName
- User defined name for the "Others Group". It means keeping values out of the range defined by SpecifieldDes
in this group.public SpecifieldDes[] getSpecifieldDes()
SpecifieldDes
.public void setSpecifieldDes(SpecifieldDes[] info)
SpecifieldDes
.info
- A set of group conditions of user defined grouping criteria. Each element of this list is a SpecifieldDes
.public void add(SpecifieldDes specifieldDes)
specifieldDes
- The special group condition of user defined grouping criteria.public java.lang.String toString()
toString
in class java.lang.Object