java.lang.Object
tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.support.lookup.model.query.HvlOAuthLookupQueryModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HvlOAuthEventLogTypeQueryModel

public class HvlOAuthLookupQueryModel extends tr.com.havelsan.javarch.dto.model.query.HvlQueryModel
A data transfer object which is used to filter query.
See Also:
  • Constructor Details

    • HvlOAuthLookupQueryModel

      public HvlOAuthLookupQueryModel()
  • Method Details

    • getUuid

      public String getUuid()
      Gets uuid.
      Returns:
      the uuid
    • setUuid

      public void setUuid(String uuid)
      Sets uuid.
      Parameters:
      uuid - the uuid
    • getCode

      public String getCode()
      Gets code.
      Returns:
      the code
    • setCode

      public void setCode(String code)
      Sets code.
      Parameters:
      code - the code
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets description.
      Parameters:
      description - the description
    • getOrderNo

      public Integer getOrderNo()
      Gets order no.
      Returns:
      the order no
    • setOrderNo

      public void setOrderNo(Integer orderNo)
      Sets order no.
      Parameters:
      orderNo - the order no
    • getIntegrationCode

      public String getIntegrationCode()
      Gets integration code.
      Returns:
      the integration code
    • setIntegrationCode

      public void setIntegrationCode(String integrationCode)
      Sets integration code.
      Parameters:
      integrationCode - the integration code
    • getShortDescription

      public String getShortDescription()
      Gets short description.
      Returns:
      the short description
    • setShortDescription

      public void setShortDescription(String shortDescription)
      Sets short description.
      Parameters:
      shortDescription - the short description
    • getLookupParameterType

      public HvlOAuthLookupParameterType getLookupParameterType()
      Gets lookup parameter type.
      Returns:
      the lookup parameter type
    • setLookupParameterType

      public void setLookupParameterType(HvlOAuthLookupParameterType lookupParameterType)
      Sets lookup parameter type.
      Parameters:
      lookupParameterType - the lookup parameter type