|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.ClientRelease
A client release contains info on the latest final and beta AIM releases.
Constructor Summary | |
ClientRelease()
Creates a new client release class |
Method Summary | |
int |
getBuild()
Get the value of build. |
java.lang.String |
getChecksum()
Get the value of checksum. |
java.lang.String |
getInfo()
Get the value of info. |
java.lang.String |
getName()
Get the value of name. |
java.lang.String |
getURL()
Get the value of url. |
void |
setBuild(int build)
Set the value of build. |
void |
setChecksum(java.lang.String checksum)
Set the value of checksum. |
void |
setInfo(java.lang.String info)
Set the value of info. |
void |
setName(java.lang.String name)
Set the value of name. |
void |
setURL(java.lang.String url)
Set the value of url. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientRelease()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
- Value to assign to name.public int getBuild()
public void setBuild(int build)
build
- Value to assign to build.public java.lang.String getURL()
public void setURL(java.lang.String url)
url
- Value to assign to url.public java.lang.String getInfo()
public void setInfo(java.lang.String info)
info
- Value to assign to info.public java.lang.String getChecksum()
public void setChecksum(java.lang.String checksum)
checksum
- Value to assign to checksum.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |