|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--context.arch.util.ContextUser
This class implements a context user object, encapsulating a user's description (usually a name), their full name, email address, organization, and iButton id.
ContextUsers
Constructor Summary | |
ContextUser(java.lang.String description,
java.lang.String name,
java.lang.String email,
java.lang.String organization,
java.lang.String ibuttonid)
Basic constructor |
Method Summary | |
java.lang.String |
getDescription()
Returns the user's description |
java.lang.String |
getEmail()
Returns the user's email address |
java.lang.String |
getIButtonId()
Returns the user's iButton id |
java.lang.String |
getName()
Returns the user's name |
java.lang.String |
getOrganization()
Returns the user's organization |
void |
setDescription(java.lang.String description)
Sets the user's description |
void |
setEmail(java.lang.String email)
Sets the user's email address |
void |
setIButtonId(java.lang.String ibuttonid)
Sets the user's iButton id |
void |
setName(java.lang.String name)
Sets the user's name |
void |
setOrganization(java.lang.String organization)
Sets the user's organization |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ContextUser(java.lang.String description, java.lang.String name, java.lang.String email, java.lang.String organization, java.lang.String ibuttonid)
description
- Description of the user (usually a name)name
- Full name of the useremail
- Email address of the userorganization
- Organization the user belongs toibuttonid
- iButton id of the userMethod Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the user's descriptionpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the user's namepublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- the user's email addresspublic java.lang.String getOrganization()
public void setOrganization(java.lang.String organization)
organization
- the user's organizationpublic java.lang.String getIButtonId()
public void setIButtonId(java.lang.String ibuttonid)
ibuttonid
- the user's iButton id
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |