java.lang.Object
tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity<Long>
tr.com.havelsan.javarch.domain.model.entity.HvlEntity
tr.com.havelsan.javarch.domain.model.entity.HvlHardDeleteEntity
tr.com.havelsan.javarch.bpmn.admin.starter.module.process.entity.HvlBpmnHvlProcessComment
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity>, tr.com.havelsan.javarch.data.commons.structure.HvlEntityStructure<Long>

@Entity public class HvlBpmnHvlProcessComment extends tr.com.havelsan.javarch.domain.model.entity.HvlHardDeleteEntity
The type Hvl bpmn hvl process comment.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The constant TABLE_NAME.

    Fields inherited from class tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity

    CREATED_BY_FIELD, CREATED_BY_FIELD_COLUMN, CREATED_DATE_FIELD, CREATED_DATE_FIELD_COLUMN, ID_FIELD, ID_FIELD_COLUMN, UPDATED_BY_FIELD, UPDATED_BY_FIELD_COLUMN, UPDATED_DATE_FIELD, UPDATED_DATE_FIELD_COLUMN, UUID_FIELD, UUID_FIELD_COLUMN, VERSION_FIELD, VERSION_FIELD_COLUMN
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new Hvl bpmn hvl process comment.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets business key.
    Gets comment by.
    Gets comment text.
    Gets commnent date.
    Gets edit date.
    int
    void
    setBusinessKey(String businessKey)
    Sets business key.
    void
    setCommentBy(String commentBy)
    Sets comment by.
    void
    setCommentText(String commentText)
    Sets comment text.
    void
    Sets commnent date.
    void
    Sets edit date.

    Methods inherited from class tr.com.havelsan.javarch.domain.model.entity.HvlEntity

    getId, setId

    Methods inherited from class tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity

    compareTo, getCreatedBy, getDateCreated, getDateUpdated, getUpdatedBy, getUuid, getVersion, setCreatedBy, setDateCreated, setDateUpdated, setUpdatedBy, setUuid, setVersion

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • HvlBpmnHvlProcessComment

      public HvlBpmnHvlProcessComment()
      Instantiates a new Hvl bpmn hvl process comment.
  • 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.domain.model.entity.HvlSimpleEntity<Long>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class tr.com.havelsan.javarch.domain.model.entity.HvlSimpleEntity<Long>