public class RecRuleList
extends java.lang.Object
| Constructor and Description |
|---|
RecRuleList() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getAsOf() |
java.lang.Integer |
getCount() |
java.lang.String |
getProtoVer() |
RecRule[] |
getRecRules() |
java.lang.Integer |
getStartIndex() |
java.lang.Integer |
getTotalAvailable() |
java.lang.String |
getVersion() |
void |
setAsOf(org.joda.time.DateTime asOf) |
void |
setCount(java.lang.Integer count) |
void |
setProtoVer(java.lang.String protoVer) |
void |
setRecRules(RecRule[] recRules) |
void |
setStartIndex(java.lang.Integer startIndex) |
void |
setTotalAvailable(java.lang.Integer totalAvailable) |
void |
setVersion(java.lang.String version) |
public java.lang.Integer getStartIndex()
public void setStartIndex(java.lang.Integer startIndex)
startIndex - the startIndex to setpublic java.lang.Integer getCount()
public void setCount(java.lang.Integer count)
count - the count to setpublic java.lang.Integer getTotalAvailable()
public void setTotalAvailable(java.lang.Integer totalAvailable)
totalAvailable - the totalAvailable to setpublic org.joda.time.DateTime getAsOf()
public void setAsOf(org.joda.time.DateTime asOf)
asOf - the asOf to setpublic java.lang.String getVersion()
public void setVersion(java.lang.String version)
version - the version to setpublic java.lang.String getProtoVer()
public void setProtoVer(java.lang.String protoVer)
protoVer - the protoVer to setpublic RecRule[] getRecRules()
public void setRecRules(RecRule[] recRules)
recRules - the recRules to set