|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.UserInformation
com.ibm.ram.client.RAMUser
public class RAMUser
Represents a user in Rational Asset Manager
| Method Summary | |
|---|---|
RAMAction |
getAction()
Set the action to be performed on the session object. |
java.lang.String |
getEmail()
|
java.lang.String |
getImageURL()
|
java.lang.String |
getName()
|
java.lang.String |
getPhone()
|
java.lang.String |
getUid()
|
boolean |
isAnonymous()
|
boolean |
isDirty()
Returns true if the Object has been modified from the copy on the server |
boolean |
isRegistered()
|
boolean |
isRepositoryAdministrator()
Returns true is this user is a repository administrator |
boolean |
isRepositoryUser()
|
void |
setAction(RAMAction action)
Set the action to be performed when passed to RAMSession#put(IRAMSessionObject, org.eclipse.core.runtime.IProgressMonitor)
Accepts
RAMAction.CREATE
RAMAction.UPDATE |
void |
setAnonymous(boolean anonymous)
|
void |
setEmail(java.lang.String email)
|
void |
setImageURL(java.lang.String userImageURL)
|
void |
setName(java.lang.String name)
|
void |
setPhone(java.lang.String phone)
|
void |
setRegistered(boolean registered)
|
void |
setRepositoryUser(boolean repositoryUser)
|
void |
setUid(java.lang.String uid)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getEmail()
getEmail in class UserInformationpublic void setEmail(java.lang.String email)
setEmail in class UserInformationemail - The email to set.public java.lang.String getName()
getName in class UserInformationpublic void setName(java.lang.String name)
setName in class UserInformationname - The name to set.public java.lang.String getUid()
getUid in class UserInformationpublic void setUid(java.lang.String uid)
setUid in class UserInformationuid - The uid to set.public java.lang.String getPhone()
getPhone in class UserInformationpublic boolean isAnonymous()
isAnonymous in class UserInformationpublic boolean isRegistered()
isRegistered in class UserInformationpublic boolean isRepositoryAdministrator()
public boolean isRepositoryUser()
isRepositoryUser in class UserInformationpublic java.lang.String getImageURL()
getImageURL in class UserInformationpublic void setAnonymous(boolean anonymous)
setAnonymous in class UserInformationanonymous - The anonymous to set.public void setImageURL(java.lang.String userImageURL)
setImageURL in class UserInformationuserImageURL - The user Image URL.public void setPhone(java.lang.String phone)
setPhone in class UserInformationphone - The phone to set.public void setRegistered(boolean registered)
setRegistered in class UserInformationregistered - The registered to set.public void setRepositoryUser(boolean repositoryUser)
setRepositoryUser in class UserInformationrepositoryUser - The repositoryUser to set.public boolean isDirty()
public java.lang.String toString()
toString in class UserInformationpublic RAMAction getAction()
public void setAction(RAMAction action)
RAMSession#put(IRAMSessionObject, org.eclipse.core.runtime.IProgressMonitor)
Accepts
RAMAction.CREATE
RAMAction.UPDATE
action -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||