|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.common.data.Activity
public class Activity
Represents events that occur in the system, such as creating, modifying, or downloading assets
for activities specific to an Asset| Constructor Summary | |
|---|---|
Activity()
|
|
| Method Summary | |
|---|---|
long |
getActivityId()
Every activity instance has a unique database id. |
java.lang.String |
getName()
The name of a activity refers to the name of the activity type. |
java.lang.String |
getTarget()
Each activity has a target object in RAM. |
java.lang.String |
getTargetURL()
Each activity has a target object in RAM. |
long |
getTimestamp()
Every activity has a timestamp as to when the activity occurred. |
int |
getTypeId()
Each activity type has an id. |
UserInformation |
getUser()
Each activity records the user who performed the activity. |
void |
setActivityId(long activityId)
Every activity instance has a unique database id. |
void |
setName(java.lang.String name)
The name of a activity refers to the name of the activity type. |
void |
setTarget(java.lang.String target)
Each activity has a target object in RAM. |
void |
setTargetURL(java.lang.String url)
Each activity has a target object in RAM. |
void |
setTimestamp(long timestamp)
Every activity has a timestamp as to when the activity occurred. |
void |
setTypeId(int typeId)
Each activity type has an id. |
void |
setUser(UserInformation user)
Each activity records the user who performed the activity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Activity()
| Method Detail |
|---|
public int getTypeId()
public void setTypeId(int typeId)
typeId - The typeId to set.AssetActivity,
CustomAssetActivitypublic java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getTarget()
public void setTarget(java.lang.String target)
target - public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - public java.lang.String getTargetURL()
public void setTargetURL(java.lang.String url)
target - public UserInformation getUser()
public void setUser(UserInformation user)
user - The user who performed this activitypublic long getActivityId()
public void setActivityId(long activityId)
activityId - the activities unique database id.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||