com.silverpeas.subscribe.web
Class SubscriptionEntity

java.lang.Object
  extended by com.silverpeas.subscribe.web.SubscriptionEntity

public class SubscriptionEntity
extends Object

Author:
ehugonnet

Constructor Summary
SubscriptionEntity()
           
 
Method Summary
 Date getCreationDate()
           
 SubscriptionResourceEntity getResource()
           
 SubscriberEntity getSubscriber()
           
 boolean isForced()
           
 boolean isSelfCreation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionEntity

public SubscriptionEntity()
Method Detail

getResource

public SubscriptionResourceEntity getResource()

getSubscriber

public SubscriberEntity getSubscriber()

isForced

public boolean isForced()

isSelfCreation

public boolean isSelfCreation()

getCreationDate

public Date getCreationDate()


Copyright © 2016 Silverpeas. All Rights Reserved.