Class SubscriptionFieldValue
java.lang.Object
org.silverpeas.components.classifieds.servlets.SubscriptionFieldValue
- All Implemented Interfaces:
Comparable<SubscriptionFieldValue>
Value of a field of the classified form on which a user can subscribe to be notified about the
classifieds having such value for the field.
- Author:
- mmoquillon
-
Method Summary
-
Method Details
-
getKey
Gets the unique identifier of the field value.- Returns:
- the unique identifier of the field value.
-
getValue
Gets the value of the field.- Returns:
- the value of the field.
-
compareTo
- Specified by:
compareToin interfaceComparable<SubscriptionFieldValue>
-