org.walluck.oscar
Class IncomingIMCH2.Info.Icon

java.lang.Object
  extended byorg.walluck.oscar.IncomingIMCH2.Info.Icon
Enclosing class:
IncomingIMCH2.Info

public class IncomingIMCH2.Info.Icon
extends java.lang.Object

Icon class.


Constructor Summary
IncomingIMCH2.Info.Icon()
           
 
Method Summary
 int getChecksum()
          Get the value of checksum.
 byte[] getIcon()
          Get the value of icon.
 int getLength()
          Get the value of length.
 long getTimestamp()
          Get the value of timestamp.
 void setChecksum(int checksum)
          Set the value of checksum.
 void setIcon(byte[] icon)
          Set the value of icon.
 void setLength(int length)
          Set the value of length.
 void setTimestamp(long timestamp)
          Set the value of timestamp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncomingIMCH2.Info.Icon

public IncomingIMCH2.Info.Icon()
Method Detail

getChecksum

public int getChecksum()
Get the value of checksum.

Returns:
value of checksum.

setChecksum

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

Parameters:
checksum - Value to assign to checksum.

getLength

public int getLength()
Get the value of length.

Returns:
value of length.

setLength

public void setLength(int length)
Set the value of length.

Parameters:
length - Value to assign to length.

getTimestamp

public long getTimestamp()
Get the value of timestamp.

Returns:
value of timestamp.

setTimestamp

public void setTimestamp(long timestamp)
Set the value of timestamp.

Parameters:
timestamp - Value to assign to timestamp.

getIcon

public byte[] getIcon()
Get the value of icon.

Returns:
value of icon.

setIcon

public void setIcon(byte[] icon)
Set the value of icon.

Parameters:
icon - Value to assign to icon.