Class HvlNotificationPollingUuidSetModel

java.lang.Object
tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
tr.com.havelsan.javarch.dto.model.HvlModel
tr.com.havelsan.javarch.notification.polling.cloud.client.model.HvlNotificationPollingUuidSetModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>

public class HvlNotificationPollingUuidSetModel extends tr.com.havelsan.javarch.dto.model.HvlModel
A filtered data transfer object is used for batch processing operation
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets uuid set.
    int
    void
    setUuidSet(Set<String> uuidSet)
    Sets uuid set.

    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

    • HvlNotificationPollingUuidSetModel

      public HvlNotificationPollingUuidSetModel()
  • Method Details

    • getUuidSet

      public Set<String> getUuidSet()
      Gets uuid set.
      Returns:
      the uuid set
    • setUuidSet

      public void setUuidSet(Set<String> uuidSet)
      Sets uuid set.
      Parameters:
      uuidSet - the uuid set
    • 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>