public class ProgramList
extends java.lang.Object
| Constructor and Description |
|---|
ProgramList() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getAsOf() |
java.lang.Integer |
getCount() |
Program[] |
getPrograms() |
java.lang.String |
getProtoVer() |
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 |
setPrograms(Program[] programs) |
void |
setProtoVer(java.lang.String protoVer) |
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 Program[] getPrograms()
public void setPrograms(Program[] programs)
programs - the programs to set