|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.IncomingIMCH2.Info.Icon
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 |
public IncomingIMCH2.Info.Icon()
Method Detail |
public int getChecksum()
public void setChecksum(int checksum)
checksum
- Value to assign to checksum.public int getLength()
public void setLength(int length)
length
- Value to assign to length.public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp
- Value to assign to timestamp.public byte[] getIcon()
public void setIcon(byte[] icon)
icon
- Value to assign to icon.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |