|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.om.impl.UserAttributeRefImpl
public class UserAttributeRefImpl
User attribute ref implementation.
Field Summary | |
---|---|
protected long |
appId
The application id. |
protected long |
id
|
Constructor Summary | |
---|---|
UserAttributeRefImpl()
Default constructor. |
|
UserAttributeRefImpl(java.lang.String name,
java.lang.String nameLink)
User attribute ref constructor given a name and name link. |
|
UserAttributeRefImpl(UserAttribute userAttribute)
User attribute ref constructor given a UserAttribute . |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Getter for the user-attribute description. |
long |
getId()
|
java.lang.String |
getName()
Getter for the user-attribute-ref name. |
java.lang.String |
getNameLink()
Getter for the user-attribute-ref name-link. |
void |
setDescription(java.lang.String description)
Setter for the user-attribute description. |
void |
setName(java.lang.String name)
Setter for the user-attribute-ref name. |
void |
setNameLink(java.lang.String nameLink)
Setter for the user-attribute-ref name-link. |
java.lang.String |
toString()
Convert UserAttributeRef 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 UserAttributeRefImpl()
Default constructor.
public UserAttributeRefImpl(java.lang.String name, java.lang.String nameLink)
User attribute ref constructor given a name and name link.
The
- user attribute ref name.The
- user attribute ref name link.public UserAttributeRefImpl(UserAttribute userAttribute)
User attribute ref constructor given a UserAttribute
.
The
- user attribute ref name.The
- user attribute ref name link.Method Detail |
---|
public java.lang.String getName()
UserAttributeRef
getName
in interface UserAttributeRef
UserAttributeRef.getName()
public void setName(java.lang.String name)
UserAttributeRef
setName
in interface UserAttributeRef
UserAttributeRef.setName(java.lang.String)
public java.lang.String getNameLink()
UserAttributeRef
getNameLink
in interface UserAttributeRef
UserAttributeRef.getNameLink()
public void setNameLink(java.lang.String nameLink)
UserAttributeRef
setNameLink
in interface UserAttributeRef
UserAttributeRef.setNameLink(java.lang.String)
public java.lang.String getDescription()
UserAttributeRef
getDescription
in interface UserAttributeRef
UserAttributeRef.getDescription()
public void setDescription(java.lang.String description)
UserAttributeRef
setDescription
in interface UserAttributeRef
UserAttributeRef.setDescription(java.lang.String)
public java.lang.String toString()
Convert UserAttributeRef
to String.
toString
in class java.lang.Object
public long getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |