Class Note

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

public class Note extends Object
  • Constructor Details

    • Note

      public Note()
  • Method Details

    • isStatusValidForType

      public static boolean isStatusValidForType(NoteType noteType, NoteStatus status)
    • getId

      public NoteId getId()
    • setId

      public void setId(NoteId id)
    • getDocumentId

      public DocumentId getDocumentId()
    • setDocumentId

      public void setDocumentId(DocumentId documentId)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getType

      public NoteType getType()
    • setTypeAndStatus

      public void setTypeAndStatus(NoteType type, NoteStatus status)
    • getStatus

      public NoteStatus getStatus()
    • setStatus

      public void setStatus(NoteStatus status)
    • getCreatedBy

      public String getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(String createdBy)
    • getCreatedOn

      public String getCreatedOn()
    • setCreatedOn

      public void setCreatedOn(String createdOn)
    • getAssignedTo

      public String getAssignedTo()
    • setAssignedTo

      public void setAssignedTo(String assignedTo)
    • getAssignedOn

      public String getAssignedOn()
    • setAssignedOn

      public void setAssignedOn(String assignedOn)
    • getColor

      public Integer getColor()
    • setColor

      public void setColor(Integer color)
    • getLayerIndex

      public Integer getLayerIndex()
    • setLayerIndex

      public void setLayerIndex(Integer layerIndex)
    • getSpreadId

      public SpreadId getSpreadId()
    • setSpreadId

      public void setSpreadId(SpreadId spreadId)
    • getPage

      public Integer getPage()
    • setPage

      public void setPage(Integer page)
    • getReferenceType

      public NoteReferenceType getReferenceType()
    • setReferenceType

      public void setReferenceType(NoteReferenceType referenceType)
    • getReferenceId

      public Integer getReferenceId()
    • setReferenceId

      public void setReferenceId(Integer referenceId)
    • getX

      public int getX()
    • setX

      public void setX(int x)
    • getY

      public int getY()
    • setY

      public void setY(int y)
    • getWidth

      public int getWidth()
    • setWidth

      public void setWidth(int width)
    • getHeight

      public int getHeight()
    • setHeight

      public void setHeight(int height)
    • getRotation

      public double getRotation()
    • setRotation

      public void setRotation(double rotation)
    • getShape

      public NoteShape getShape()
    • setShape

      public void setShape(NoteShape shape)
    • isSendNotification

      public boolean isSendNotification()
    • setSendNotification

      public void setSendNotification(boolean sendNotification)
    • getProcessId

      public String getProcessId()
    • setProcessId

      public void setProcessId(String processId)
    • getComments

      public List<NoteComment> getComments()
    • setComments

      public void setComments(List<NoteComment> comments)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getUpdatedBy

      public String getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
    • getUpdatedOn

      public String getUpdatedOn()
    • setUpdatedOn

      public void setUpdatedOn(String updatedOn)
    • isDraft

      public boolean isDraft()
    • setDraft

      public void setDraft(boolean draft)