Class SubscriptionEntity
- java.lang.Object
-
- org.silverpeas.core.webapi.subscribe.SubscriptionEntity
-
public class SubscriptionEntity extends Object
- Author:
- ehugonnet
-
-
Constructor Summary
Constructors Constructor Description SubscriptionEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreationDate()
SubscriptionResourceEntity
getResource()
SubscriberEntity
getSubscriber()
boolean
isEnabled()
boolean
isForced()
boolean
isSelfCreation()
-
-
-
Method Detail
-
getResource
public SubscriptionResourceEntity getResource()
-
getSubscriber
public SubscriberEntity getSubscriber()
-
isForced
public boolean isForced()
-
isSelfCreation
public boolean isSelfCreation()
-
getCreationDate
public Date getCreationDate()
-
isEnabled
public boolean isEnabled()
-
-