Package org.dspace.eperson
Class SubscriptionParameter
java.lang.Object
org.dspace.eperson.SubscriptionParameter
- All Implemented Interfaces:
ReloadableEntity<Integer>
Database entity representation of the subscription_parameter table
SubscriptionParameter represents a frequency with which an user wants to be notified.
- Author:
- Alba Aliu at atis.al
-
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionParameter(Integer id, Subscription subscription, String name, String value) -
Method Summary
Modifier and TypeMethodDescriptiongetID()The unique identifier of this entity instance.getName()getValue()voidvoidvoidsetSubscription(Subscription subscription) void
-
Constructor Details
-
SubscriptionParameter
public SubscriptionParameter() -
SubscriptionParameter
-
-
Method Details
-
getSubscription
-
setSubscription
-
getName
-
setName
-
getValue
-
setValue
-
getID
Description copied from interface:ReloadableEntityThe unique identifier of this entity instance.- Specified by:
getIDin interfaceReloadableEntity<Integer>- Returns:
- the value of the primary key for this instance.
-
setId
-