@Generated public class Activity extends Object
| Constructor and Description |
|---|
Activity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ActivityType |
getActivityType() |
String |
getComment() |
Long |
getCreationTimestamp() |
Stage |
getFromStage() |
String |
getId() |
Long |
getLastUpdatedTimestamp() |
String |
getSystemComment() |
Stage |
getToStage() |
String |
getUserId() |
int |
hashCode() |
Activity |
setActivityType(ActivityType activityType) |
Activity |
setComment(String comment) |
Activity |
setCreationTimestamp(Long creationTimestamp) |
Activity |
setFromStage(Stage fromStage) |
Activity |
setId(String id) |
Activity |
setLastUpdatedTimestamp(Long lastUpdatedTimestamp) |
Activity |
setSystemComment(String systemComment) |
Activity |
setToStage(Stage toStage) |
Activity |
setUserId(String userId) |
String |
toString() |
public Activity setActivityType(ActivityType activityType)
public ActivityType getActivityType()
public String getComment()
public Long getCreationTimestamp()
public Stage getFromStage()
public String getId()
public Long getLastUpdatedTimestamp()
public String getSystemComment()
public Stage getToStage()
public String getUserId()
Copyright © 2024. All rights reserved.