|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.keridwen.core.data.storage.manager.DataPacketInformation
public class DataPacketInformation
This class contains information about a data packet.
| Constructor Summary | |
|---|---|
DataPacketInformation()
Default constructor. |
|
| Method Summary | |
|---|---|
Date |
getCreationDate()
Gets the creation date of the packet. |
boolean |
isLogActive()
Checks whether the log is active. |
void |
log(String log)
Adds the given text to the log. |
void |
setLogActive(boolean activity)
Sets the log activity to the given value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataPacketInformation()
| Method Detail |
|---|
public final void log(String log)
log - the text to logpublic final Date getCreationDate()
public final boolean isLogActive()
public final void setLogActive(boolean activity)
activity - the logActive to setpublic final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||