|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jetspeed.om.impl.UserAttributeImpl
public class UserAttributeImpl
User attribute implementation.
| Field Summary | |
|---|---|
protected long |
appId
The application id. |
protected long |
id
|
| Constructor Summary | |
|---|---|
UserAttributeImpl()
Default constructor. |
|
UserAttributeImpl(java.lang.String name,
java.lang.String description)
User attribute constructor given a name and description. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Getter for the user-attribute description. |
long |
getId()
|
java.lang.String |
getName()
Getter for the user-attribute name. |
void |
setDescription(java.lang.String description)
Setter for the user-attribute description. |
void |
setName(java.lang.String name)
Setter for the user-attribute name. |
java.lang.String |
toString()
Convert UserAttribute to String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected long appId
protected long id
| Constructor Detail |
|---|
public UserAttributeImpl()
Default constructor.
public UserAttributeImpl(java.lang.String name,
java.lang.String description)
User attribute constructor given a name and description.
The - user attribute name.The - user attribute description.| Method Detail |
|---|
public java.lang.String getName()
UserAttribute
getName in interface UserAttributeUserAttribute.getName()public void setName(java.lang.String name)
UserAttribute
setName in interface UserAttributeUserAttribute.setName(java.lang.String)public java.lang.String getDescription()
UserAttribute
getDescription in interface UserAttributeUserAttribute.getDescription()public void setDescription(java.lang.String description)
UserAttribute
setDescription in interface UserAttributeUserAttribute.setDescription(java.lang.String)public java.lang.String toString()
Convert UserAttribute to String.
toString in class java.lang.Objectpublic long getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||