|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.common.impl.WhoAmISimple
public class WhoAmISimple
A simple ID
Version History
EPG - Initial - 13 OCT 04
| Constructor Summary | |
|---|---|
WhoAmISimple()
Set it as a default (systemtime) |
|
WhoAmISimple(java.lang.String name)
Set it as a name String. |
|
WhoAmISimple(java.lang.String name,
java.lang.String tag)
Set it as a name and tag String. |
|
| 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. |
java.lang.String |
toString()
Give a textual ID |
java.lang.String |
toTag()
Give a TAG version of the ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WhoAmISimple()
public WhoAmISimple(java.lang.String name)
name - Any string, try to keep it short and sweet.
public WhoAmISimple(java.lang.String name,
java.lang.String tag)
name - Any string, try to keep it short and sweet.tag - A tag. It should be a simple nmemonic.| Method Detail |
|---|
public java.lang.String toString()
toString in interface WhoAmItoString in class java.lang.Objectpublic java.lang.String toTag()
toTag in interface WhoAmIpublic WhoAmI birthMyChild(java.lang.String childsName)
birthMyChild in interface WhoAmIchildsName - the given name for the child.
public WhoAmI birthMyChild(java.lang.String childsName,
java.lang.String childsTag)
birthMyChild in interface WhoAmIchildsName - the given name for the child.childsTag - the tag for the child.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||