|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.keridwen.core.data.storage.packet.DataPacketId
public class DataPacketId
A DataPacketId
is the unique identifier of a data packet.
Constructor Summary | |
---|---|
DataPacketId(String anUid)
Builds a DataPacketId with the given ID. |
|
DataPacketId(String anUid,
String aName)
Builds a DataPacketId with the given ID and name. |
Method Summary | |
---|---|
String |
getId()
|
String |
getName()
Gets the data packet name. |
void |
setName(String aName)
Sets the name of the data packet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataPacketId(String anUid)
DataPacketId
with the given ID.
anUid
- unique id of the data packetpublic DataPacketId(String anUid, String aName)
DataPacketId
with the given ID and name.
anUid
- unique id of the data packetaName
- name of the data packetMethod Detail |
---|
public final String getId()
public final String getName()
public final void setName(String aName)
aName
- the name to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |