|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.ClientRelease
public class 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. |
String |
getChecksum()
Get the value of checksum. |
String |
getInfo()
Get the value of info. |
String |
getName()
Get the value of name. |
String |
getURL()
Get the value of url. |
void |
setBuild(int build)
Set the value of build. |
void |
setChecksum(String checksum)
Set the value of checksum. |
void |
setInfo(String info)
Set the value of info. |
void |
setName(String name)
Set the value of name. |
void |
setURL(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 String getName()
public void setName(String name)
name
- Value to assign to name.public int getBuild()
public void setBuild(int build)
build
- Value to assign to build.public String getURL()
public void setURL(String url)
url
- Value to assign to url.public String getInfo()
public void setInfo(String info)
info
- Value to assign to info.public String getChecksum()
public void setChecksum(String checksum)
checksum
- Value to assign to checksum.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |