|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jamasoftware.contour.ws.v2.domain.WsActivity
public class WsActivity
This object represents a Contour event entry. These are the events listed under "Recent Activity" on your project home page.
| Constructor Summary | |
|---|---|
WsActivity()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Gets the activity action. |
java.lang.String |
getComments()
Gets comments associated with the activity. |
java.util.Date |
getDate()
Gets the date the activity took place. |
WsEventType |
getEventType()
Gets the activities event type. |
java.lang.Long |
getId()
Gets the activity id. |
WsItem |
getItem()
Gets the item associated with the activity (Can be null). |
WsUser |
getUser()
Gets the user that fired the activity. |
java.lang.String |
getUserComment()
Gets user comments associated with the activity. |
void |
setAction(java.lang.String action)
|
void |
setComments(java.lang.String comments)
|
void |
setDate(java.util.Date date)
|
void |
setEventType(WsEventType eventType)
|
void |
setId(java.lang.Long id)
|
void |
setItem(WsItem item)
|
void |
setUser(WsUser user)
|
void |
setUserComment(java.lang.String userComment)
|
java.lang.String |
toString()
Gets a string representation of this activity. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WsActivity()
| Method Detail |
|---|
public java.lang.Long getId()
public void setId(java.lang.Long id)
public WsItem getItem()
public void setItem(WsItem item)
public java.util.Date getDate()
public void setDate(java.util.Date date)
public WsUser getUser()
public void setUser(WsUser user)
public java.lang.String getAction()
public void setAction(java.lang.String action)
public WsEventType getEventType()
public void setEventType(WsEventType eventType)
public java.lang.String getComments()
public void setComments(java.lang.String comments)
public java.lang.String getUserComment()
public void setUserComment(java.lang.String userComment)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||