Class HvlBpmnHvlProcessCommentModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
tr.com.havelsan.javarch.dto.model.HvlModel
tr.com.havelsan.javarch.bpmn.admin.cloud.client.module.process.model.HvlBpmnHvlProcessCommentModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>

public class HvlBpmnHvlProcessCommentModel extends tr.com.havelsan.javarch.dto.model.HvlModel
The type Hvl bpmn hvl process comment model.
See Also:
  • Constructor Details

    • HvlBpmnHvlProcessCommentModel

      public HvlBpmnHvlProcessCommentModel()
      Instantiates a new Hvl bpmn hvl process comment model.
  • Method Details

    • getBusinessKey

      public String getBusinessKey()
      Gets business key.
      Returns:
      the business key
    • setBusinessKey

      public void setBusinessKey(String businessKey)
      Sets business key.
      Parameters:
      businessKey - the business key
    • getCommentText

      public String getCommentText()
      Gets comment text.
      Returns:
      the comment text
    • setCommentText

      public void setCommentText(String commentText)
      Sets comment text.
      Parameters:
      commentText - the comment text
    • getCommentBy

      public String getCommentBy()
      Gets comment by.
      Returns:
      the comment by
    • setCommentBy

      public void setCommentBy(String commentBy)
      Sets comment by.
      Parameters:
      commentBy - the comment by
    • getCommnentDate

      public OffsetDateTime getCommnentDate()
      Gets commnent date.
      Returns:
      the commnent date
    • setCommnentDate

      public void setCommnentDate(OffsetDateTime commnentDate)
      Sets commnent date.
      Parameters:
      commnentDate - the commnent date
    • getEditDate

      public OffsetDateTime getEditDate()
      Gets edit date.
      Returns:
      the edit date
    • setEditDate

      public void setEditDate(OffsetDateTime editDate)
      Sets edit date.
      Parameters:
      editDate - the edit date
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>