|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapps.mtdesktop.desktop.tree.nodes.PeerData
public class PeerData
The Class PeerData.
Constructor Summary | |
---|---|
PeerData()
Instantiates a new peer data. |
|
PeerData(java.lang.String peerName,
TableIdentity tableId)
Instantiates a new peer data. |
Method Summary | |
---|---|
java.lang.String |
getPeerName()
Gets the peer name. |
TableIdentity |
getTableId()
Gets the table id. |
void |
setPeerName(java.lang.String peerName)
Sets the peer name. |
void |
setTableId(TableIdentity tableId)
Sets the table id. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PeerData()
public PeerData(java.lang.String peerName, TableIdentity tableId)
peerName
- the peer nametableId
- the table idMethod Detail |
---|
public java.lang.String getPeerName()
public TableIdentity getTableId()
public void setPeerName(java.lang.String peerName)
peerName
- the new peer namepublic void setTableId(TableIdentity tableId)
tableId
- the new table idpublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |