|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bretth.osmosis.util.impl.User
public class User
Represents a single record from the user table.
Constructor Summary | |
---|---|
User(long id,
java.lang.String displayName,
boolean dataPublic)
Creates a new instance. |
Method Summary | |
---|---|
java.lang.String |
getDisplayName()
The publicly displayed name of the user. |
long |
getId()
The unique identifier of the user. |
boolean |
isDataPublic()
Indicates if the user's edits are public. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public User(long id, java.lang.String displayName, boolean dataPublic)
id
- The user id.displayName
- The user display name.dataPublic
- The user's public edit flag.Method Detail |
---|
public long getId()
public java.lang.String getDisplayName()
public boolean isDataPublic()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |