Class Activity


  • @Generated
    public class Activity
    extends Object
    Activity recorded for the action.
    • Constructor Detail

      • Activity

        public Activity()
    • Method Detail

      • getComment

        public String getComment()
      • setCreationTimestamp

        public Activity setCreationTimestamp​(Long creationTimestamp)
      • getCreationTimestamp

        public Long getCreationTimestamp()
      • setFromStage

        public Activity setFromStage​(Stage fromStage)
      • getFromStage

        public Stage getFromStage()
      • getId

        public String getId()
      • setLastUpdatedTimestamp

        public Activity setLastUpdatedTimestamp​(Long lastUpdatedTimestamp)
      • getLastUpdatedTimestamp

        public Long getLastUpdatedTimestamp()
      • setSystemComment

        public Activity setSystemComment​(String systemComment)
      • getSystemComment

        public String getSystemComment()
      • getToStage

        public Stage getToStage()
      • getUserId

        public String getUserId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object