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.HvlBpmnProcessDetailModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>

public class HvlBpmnProcessDetailModel extends tr.com.havelsan.javarch.dto.model.HvlModel
A data transfer object is used for bpmn process diagram operations.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    byte[]
    Get source json byte [ ].
    byte[]
    Get thumbnail byte [ ].
    int
    void
    setSourceJson(byte[] sourceJson)
    Sets source json.
    void
    setThumbnail(byte[] thumbnail)
    Sets thumbnail.

    Methods inherited from class tr.com.havelsan.javarch.dto.model.HvlModel

    getId, setId

    Methods inherited from class tr.com.havelsan.javarch.dto.model.HvlSimpleModel

    compareTo, getCreatedBy, getDateCreated, getDateUpdated, getDeleted, getDeletedDate, getUpdatedBy, getUuid, getVersion, setCreatedBy, setDateCreated, setDateUpdated, setDeleted, setDeletedDate, setUpdatedBy, setUuid, setVersion

    Methods inherited from class java.lang.Object

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

    • HvlBpmnProcessDetailModel

      public HvlBpmnProcessDetailModel()
  • Method Details

    • getThumbnail

      public byte[] getThumbnail()
      Get thumbnail byte [ ].
      Returns:
      the byte [ ]
    • setThumbnail

      public void setThumbnail(byte[] thumbnail)
      Sets thumbnail.
      Parameters:
      thumbnail - the thumbnail
    • getSourceJson

      public byte[] getSourceJson()
      Get source json byte [ ].
      Returns:
      the byte [ ]
    • setSourceJson

      public void setSourceJson(byte[] sourceJson)
      Sets source json.
      Parameters:
      sourceJson - the source json
    • 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>