|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Data
This defines a piece of data and the methods of managing it.
Version History
EPG - Rewrite from another project - 22 MAY 04 EPG - Weld in result types - 7 JUN 05
| Nested Class Summary | |
|---|---|
static class |
Data.Priority
Priority of the data. |
static class |
Data.Type
Type of Data. |
| Field Summary | |
|---|---|
static long |
serialVersionUID
|
| Method Summary | |
|---|---|
WhoAmI |
birthMyChild(java.lang.String childsName)
Create a child ID using the given name. |
WhoAmI |
birthMyChild(java.lang.String childsName,
java.lang.String childsTag)
Create a child ID using the given name and tag. |
AttributeReader |
getAttributes()
Get the attributes. |
WhoAmI |
getCreatorID()
Get the creator's ID. |
WhoAmI |
getID()
Get the objects ID. |
int |
getNumeric()
Get the numeric value. |
java.lang.String |
getNumericString()
Get the numeric value. |
Data.Priority |
getPriority()
Get the priority.ed. |
long |
getStamp()
Get the timestamp. |
java.lang.Object |
getThing()
Get the thing (Object). |
Data.Type |
getType()
Get the type. |
java.lang.String |
toString()
Give a textual representation of the data. |
| Field Detail |
|---|
static final long serialVersionUID
| Method Detail |
|---|
WhoAmI birthMyChild(java.lang.String childsName)
childsName - the given name for the child.
WhoAmI
WhoAmI birthMyChild(java.lang.String childsName,
java.lang.String childsTag)
childsName - the given name for the child.childsTag - the tag for the child.
WhoAmIjava.lang.String toString()
toString in class java.lang.ObjectWhoAmI getID()
WhoAmIWhoAmI getCreatorID()
WhoAmIint getNumeric()
java.lang.String getNumericString()
Data.Priority getPriority()
long getStamp()
java.lang.Object getThing()
Data.Type getType()
AttributeReader getAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||