|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.Subscription
public class Subscription
Denotes the subscriptions for a user.
Subscription types are defined in the Constants class.
Constants| Constructor Summary | |
|---|---|
Subscription()
|
|
| Method Summary | |
|---|---|
long |
getCreatedTime()
|
long |
getDbid()
The database id of the object that the subscription is for. |
int |
getId()
|
long |
getLastRunTime()
|
java.lang.String |
getName()
|
java.lang.String |
getParameters()
|
int |
getSubscriptionTypeID()
|
UserInformation |
getUser()
|
void |
setCreatedTime(long createdTime)
|
void |
setDbid(long dbid)
The database id of the object that the subscription is for. |
void |
setId(int id)
Set the unique id of the subscription. |
void |
setLastRunTime(long lastRunTime)
|
void |
setName(java.lang.String name)
|
void |
setParameters(java.lang.String parameters)
|
void |
setSubscriptionTypeID(int subscriptionTypeID)
|
void |
setUser(UserInformation user)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Subscription()
| Method Detail |
|---|
public int getId()
public void setId(int id)
id - public long getCreatedTime()
public void setCreatedTime(long createdTime)
createdTime - The createdTime to set.public long getLastRunTime()
public void setLastRunTime(long lastRunTime)
lastRunTime - The lastRunTime to set.public java.lang.String getName()
public void setName(java.lang.String name)
name - The name to set.public java.lang.String getParameters()
public void setParameters(java.lang.String parameters)
parameters - The parameters to set.public int getSubscriptionTypeID()
public void setSubscriptionTypeID(int subscriptionTypeID)
subscriptionTypeID - The subscriptionTypeID to set.public UserInformation getUser()
public void setUser(UserInformation user)
user - The user to set.public long getDbid()
null if not set.public void setDbid(long dbid)
dbid - The dbid to set. null if should be set to not set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||