Class Note

java.lang.Object
com.coachconnect.model.Note

public class Note extends Object
  • Constructor Details

    • Note

      public Note()
    • Note

      public Note(String id2, String title2, String content2, String userId, long createdAt2)
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getReferenceId

      public String getReferenceId()
    • setReferenceId

      public void setReferenceId(String referenceId)
    • getCreatorId

      public String getCreatorId()
    • setCreatorId

      public void setCreatorId(String creatorId)
    • getCreatorName

      public String getCreatorName()
    • setCreatorName

      public void setCreatorName(String creatorName)
    • getCreatedAt

      public long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(long createdAt)
    • getUpdatedAt

      public long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(long updatedAt)
    • getUserId

      public Object getUserId()
    • setUserId

      public void setUserId(String userId)