|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.post.PostEntityAddress
public abstract class PostEntityAddress
This class represents the abstract notion of the address of an identity in the Post system. This class is designed to be extended have address for both Post users and groups of users.
Constructor Summary | |
---|---|
PostEntityAddress()
Constructor |
Method Summary | |
---|---|
abstract Id |
getAddress()
|
protected static Id |
getId(IdFactory factory,
java.lang.String string,
Environment env)
Utility method for creating the nodeId associated with a specific string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PostEntityAddress()
Method Detail |
---|
public abstract Id getAddress()
protected static Id getId(IdFactory factory, java.lang.String string, Environment env)
string
- The string
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |