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

public class HvlProcessDocAttachmentModel extends tr.com.havelsan.javarch.dto.model.HvlModel
The type HvlProcessDocAttachmentModel.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new Hvl process doc attachment model.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    byte[]
    Get file byte [ ].
    Gets filename.
    Gets process id.
    int
    void
    setFile(byte[] file)
    Sets file.
    void
    setFilename(String filename)
    Sets filename.
    void
    setProcessId(Long processId)
    Sets process id.

    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

    • HvlProcessDocAttachmentModel

      public HvlProcessDocAttachmentModel()
      Instantiates a new Hvl process doc attachment model.
  • Method Details

    • getProcessId

      public Long getProcessId()
      Gets process id.
      Returns:
      the process id
    • setProcessId

      public void setProcessId(Long processId)
      Sets process id.
      Parameters:
      processId - the process id
    • getFile

      public byte[] getFile()
      Get file byte [ ].
      Returns:
      the byte [ ]
    • setFile

      public void setFile(byte[] file)
      Sets file.
      Parameters:
      file - the file
    • getFilename

      public String getFilename()
      Gets filename.
      Returns:
      the filename
    • setFilename

      public void setFilename(String filename)
      Sets filename.
      Parameters:
      filename - the filename
    • 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>