|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.subscribe.service.AbstractSubscriptionResource<T>
public abstract class AbstractSubscriptionResource<T extends WAPrimaryKey>
User: Yohann Chastagnier Date: 20/02/13
Constructor Summary | |
---|---|
protected |
AbstractSubscriptionResource(String id,
SubscriptionResourceType type,
T pk)
Default constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getId()
Gets the identifier of the resource aimed by subscription |
String |
getInstanceId()
Gets the instance identifier of component |
T |
getPK()
Gets the Silverpeas Primary Key of the aimed resource |
SubscriptionResourceType |
getType()
Gets the type of the resource aimed by the subscription |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractSubscriptionResource(String id, SubscriptionResourceType type, T pk)
id
- type
- pk
- Method Detail |
---|
public String getId()
getId
in interface SubscriptionResource
public SubscriptionResourceType getType()
getType
in interface SubscriptionResource
public String getInstanceId()
SubscriptionResource
getInstanceId
in interface SubscriptionResource
public T getPK()
getPK
in interface SubscriptionResource
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |