|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectplanetLabVideoClient.StructBandwidthInfoBean
public class StructBandwidthInfoBean
An instance of this class represents an instance of structBandwidthInfo.
It has getters and setters for each member variable, so that it is possible to save/load it using the XMLEncoder.
| Field Summary | |
|---|---|
private double |
bw
|
private StructIPBean |
nodeIP
|
| Constructor Summary | |
|---|---|
StructBandwidthInfoBean()
Create an empty instance of this class. |
|
StructBandwidthInfoBean(structBandwidthInfo bwInfo)
Create an instance of StructBandwidthInfoBean |
|
| Method Summary | |
|---|---|
double |
getBw()
|
StructIPBean |
getNodeIP()
|
structBandwidthInfo |
getStructBandwidthInfo()
Create a new structBandwidthInfo object, fill it with the values of this instance and return it to the caller. |
void |
setBw(double bw)
|
void |
setData(structBandwidthInfo bwInfo)
Write all values from bwInfo to own ones. |
void |
setNodeIP(StructIPBean nodeIP)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double bw
private StructIPBean nodeIP
| Constructor Detail |
|---|
public StructBandwidthInfoBean()
public StructBandwidthInfoBean(structBandwidthInfo bwInfo)
StructBandwidthInfoBean representing the given bwInfo.
- Parameters:
bwInfo -
| Method Detail |
|---|
public void setData(structBandwidthInfo bwInfo)
bwInfo - public structBandwidthInfo getStructBandwidthInfo()
structBandwidthInfo object, fill it with the values of this instance and return it to the caller.
public double getBw()
public void setBw(double bw)
bw - the bw to setpublic StructIPBean getNodeIP()
public void setNodeIP(StructIPBean nodeIP)
nodeIP - the nodeIP to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||