Class SystemAttributes

    • Constructor Detail

      • SystemAttributes

        public SystemAttributes()
    • Method Detail

      • getGUID

        public String getGUID()
      • setGUID

        public void setGUID​(String GUID)
      • getStatus

        public Status getStatus()
        Status indicates the status of the object - the values are specified in the Status enumeration
        Returns:
        status of the object
      • setStatus

        public void setStatus​(Status status)
      • getCreatedBy

        public String getCreatedBy()
        User who created this object
        Returns:
        user who created this.
      • setCreatedBy

        public void setCreatedBy​(String createdBy)
      • getUpdatedBy

        public String getUpdatedBy()
        User who last updated this object
        Returns:
        use who last updated this
      • setUpdatedBy

        public void setUpdatedBy​(String updatedBy)
      • getCreateTime

        public Long getCreateTime()
        The time at which this object was created.
        Returns:
        create time in milliseconds since epoch
      • setCreateTime

        public void setCreateTime​(Long createTime)
      • getUpdateTime

        public Long getUpdateTime()
        The time at which this object was last updated.
        Returns:
        update time in milliseconds since epoch
      • setUpdateTime

        public void setUpdateTime​(Long updateTime)
        Update the time at which this object was last updated in milliseconds since epoch
      • getVersion

        public Long getVersion()
        version of the object.
        Returns:
        version
      • setVersion

        public void setVersion​(Long version)