Class NoteComment

java.lang.Object
com.priint.pubserverapi.note.NoteComment

public class NoteComment extends Object
  • Constructor Details

    • NoteComment

      public NoteComment()
  • Method Details

    • getId

      public NoteCommentId getId()
    • setId

      public void setId(NoteCommentId id)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getCreatedOn

      public String getCreatedOn()
    • setCreatedOn

      public void setCreatedOn(String createdOn)
    • getUpdatedBy

      public String getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • getUpdatedOn

      public String getUpdatedOn()
    • setUpdatedOn

      public void setUpdatedOn(String updatedOn)