dlestrat 2004/06/07 18:33:47
Modified: jetspeed-api/src/java/org/apache/jetspeed/om/common
UserAttributeRef.java
Log:
Finalizing http://nagoya.apache.org/jira/browse/JS2-64
Revision Changes Path
1.2 +6 -0
jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/om/common/UserAttributeRef.java
Index: UserAttributeRef.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/om/common/UserAttributeRef.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- UserAttributeRef.java 5 Jun 2004 20:10:47 -0000 1.1
+++ UserAttributeRef.java 8 Jun 2004 01:33:47 -0000 1.2
@@ -38,5 +38,11 @@
/** Setter for the user-attribute-ref name-link. */
void setNameLink(String nameLink);
+
+ /** Getter for the user-attribute description. */
+ String getDescription();
+
+ /** Setter for the user-attribute description. */
+ void setDescription(String description);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]