Class SubscriptionFieldValue
- java.lang.Object
-
- org.silverpeas.components.classifieds.servlets.SubscriptionFieldValue
-
public class SubscriptionFieldValue extends Object
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
Gets the unique identifier of the field value.String
getValue()
Gets the value of the field.
-