org.walluck.oscar
Class ClientRelease

java.lang.Object
  extended by org.walluck.oscar.ClientRelease

public class ClientRelease
extends Object

A client release contains info on the latest final and beta AIM releases.

Since:
1.0
Version:
1.0
Author:
David Walluck

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

ClientRelease

public ClientRelease()
Creates a new client release class

Method Detail

getName

public String getName()
Get the value of name.

Returns:
value of name.

setName

public void setName(String name)
Set the value of name.

Parameters:
name - Value to assign to name.

getBuild

public int getBuild()
Get the value of build.

Returns:
value of build.

setBuild

public void setBuild(int build)
Set the value of build.

Parameters:
build - Value to assign to build.

getURL

public String getURL()
Get the value of url.

Returns:
value of url.

setURL

public void setURL(String url)
Set the value of url.

Parameters:
url - Value to assign to url.

getInfo

public String getInfo()
Get the value of info.

Returns:
value of info.

setInfo

public void setInfo(String info)
Set the value of info.

Parameters:
info - Value to assign to info.

getChecksum

public String getChecksum()
Get the value of checksum.

Returns:
value of checksum.

setChecksum

public void setChecksum(String checksum)
Set the value of checksum.

Parameters:
checksum - Value to assign to checksum.