org.walluck.oscar
Class LoginResponseInfo

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

public class LoginResponseInfo
extends Object

Authorization response information.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
LoginResponseInfo()
          Creates a new authorization response information class.
 
Method Summary
 String getBosip()
          Get the value of bosIP.
 String getChangePasswordURL()
          Get the value of changePasswordURL.
 byte[] getCookie()
          Get the value of cookie.
 String getEmail()
          Get the value of email.
 short getErrorCode()
          Get the value of errorCode.
 String getErrorURL()
          Get the value of errorURL.
 ClientRelease getLatestBeta()
          Get the value of latestBeta.
 ClientRelease getLatestRelease()
          Get the value of latestRelease.
 int getMac()
          Get the value of mac.
 short getRegStatus()
          Get the value of regStatus.
 String getSN()
          Get the value of sn.
 void setBosip(String bosIP)
          Set the value of bosIP.
 void setChangePasswordURL(String changePasswordURL)
          Set the value of changePasswordURL.
 void setCookie(byte[] cookie)
          Set the vlaue of cookie.
 void setEmail(String email)
          Set the value of email.
 void setErrorCode(short errorCode)
          Set the value of errorCode.
 void setErrorURL(String errorURL)
          Set the value of errorURL.
 void setLatestBeta(ClientRelease latestBeta)
          set the value of latestBeta.
 void setLatestRelease(ClientRelease latestRelease)
          Set the value of latestRelease.
 void setMac(int mac)
          set the value of mac.
 void setRegStatus(short regStatus)
          Set the value of regStatus.
 void setSN(String sn)
          Set the value of sn.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginResponseInfo

public LoginResponseInfo()
Creates a new authorization response information class.

Method Detail

getSN

public String getSN()
Get the value of sn.

Returns:
value of sn.

setSN

public void setSN(String sn)
Set the value of sn.

Parameters:
sn - Value to assign to sn.

getErrorCode

public short getErrorCode()
Get the value of errorCode.

Returns:
value of errorCode.

setErrorCode

public void setErrorCode(short errorCode)
Set the value of errorCode.

Parameters:
errorCode - Value to assign to errorCode.

getErrorURL

public String getErrorURL()
Get the value of errorURL.

Returns:
value of errorURL.

setErrorURL

public void setErrorURL(String errorURL)
Set the value of errorURL.

Parameters:
errorURL - Value to assign to errorURL.

getRegStatus

public short getRegStatus()
Get the value of regStatus.

Returns:
value of regStatus.

setRegStatus

public void setRegStatus(short regStatus)
Set the value of regStatus.

Parameters:
regStatus - Value to assign to regStatus.

getEmail

public String getEmail()
Get the value of email.

Returns:
value of email.

setEmail

public void setEmail(String email)
Set the value of email.

Parameters:
email - Value to assign to email.

getBosip

public String getBosip()
Get the value of bosIP.

Returns:
value of bosIP.

setBosip

public void setBosip(String bosIP)
Set the value of bosIP.

Parameters:
bosIP - Value to assign to bosIP.

getCookie

public byte[] getCookie()
Get the value of cookie.

Returns:
value of cookie.

setCookie

public void setCookie(byte[] cookie)
Set the vlaue of cookie.

Parameters:
cookie - Value to assign to cookie.

getChangePasswordURL

public String getChangePasswordURL()
Get the value of changePasswordURL.

Returns:
value of changePasswordURL.

setChangePasswordURL

public void setChangePasswordURL(String changePasswordURL)
Set the value of changePasswordURL.

Parameters:
changePasswordURL - Value to assign to changePasswordURL.

getLatestRelease

public ClientRelease getLatestRelease()
Get the value of latestRelease.

Returns:
value of latestRelease.

setLatestRelease

public void setLatestRelease(ClientRelease latestRelease)
Set the value of latestRelease.

Parameters:
latestRelease - Value to assign to latestRelease.

getLatestBeta

public ClientRelease getLatestBeta()
Get the value of latestBeta.

Returns:
value of latestBeta.

setLatestBeta

public void setLatestBeta(ClientRelease latestBeta)
set the value of latestBeta.

Parameters:
latestBeta - Value to assign to latestBeta.

getMac

public int getMac()
Get the value of mac.

Returns:
value of mac.

setMac

public void setMac(int mac)
set the value of mac.

Parameters:
mac - Value to assign to mac.