| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectplanetLabVideoClient.StructIPBean
public class StructIPBean
An instance of this class represents an instance of structIP. It
 has getters and setters for each member variable, so that it is possible to
 save/load it using the XMLEncoder.
| Field Summary | |
|---|---|
| private  byte | b1 | 
| private  byte | b2 | 
| private  byte | b3 | 
| private  byte | b4 | 
| Constructor Summary | |
|---|---|
| StructIPBean()Create an empty instance of this class. | |
| StructIPBean(structIP nodeIP)Create an instance of StructIPBean | |
| Method Summary | |
|---|---|
|  byte | getB1() | 
|  byte | getB2() | 
|  byte | getB3() | 
|  byte | getB4() | 
|  structIP | getStructIP()Create a new structIPobject, fill it with the values of this instance and return it to the caller. | 
|  void | setB1(byte b1) | 
|  void | setB2(byte b2) | 
|  void | setB3(byte b3) | 
|  void | setB4(byte b4) | 
|  void | setData(structIP nodeIP)Write all values from nodeIP to own ones. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
private byte b1
private byte b2
private byte b3
private byte b4
| Constructor Detail | 
|---|
public StructIPBean()
public StructIPBean(structIP nodeIP)
StructIPBean representing the given nodeIP.
- Parameters:
- nodeIP-
| Method Detail | 
|---|
public void setData(structIP nodeIP)
nodeIP - public structIP getStructIP()
structIP object, fill it with the values of this instance and return it to the caller.
public byte getB1()
public void setB1(byte b1)
b1 - the b1 to setpublic byte getB2()
public void setB2(byte b2)
b2 - the b2 to setpublic byte getB3()
public void setB3(byte b3)
b3 - the b3 to setpublic byte getB4()
public void setB4(byte b4)
b4 - the b4 to set| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||