Interface Comment

All Known Subinterfaces:
CommentEntity
All Known Implementing Classes:
PlatformCommentEntityImpl

public interface Comment
  • Method Details

    • getId

      String getId()
    • getContent

      String getContent()
    • getUserId

      String getUserId()
    • getScopeId

      String getScopeId()
    • getScopeType

      String getScopeType()
    • getCreationTime

      Date getCreationTime()
    • getUpdateTime

      Date getUpdateTime()