java.lang.Object
tr.com.havelsan.javarch.dto.model.HvlSimpleModel<Long>
tr.com.havelsan.javarch.dto.model.HvlModel
tr.com.havelsan.javarch.dto.model.HvlLookupModel
tr.com.havelsan.javarch.oauth.jpa.data.common.module.support.lookup.model.HvlOAuthLookupModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>
Direct Known Subclasses:
HvlOAuthEventLogTypeModel, HvlOAuthProfileDetailTypeModel, HvlOAuthUserTypeModel

public class HvlOAuthLookupModel extends tr.com.havelsan.javarch.dto.model.HvlLookupModel
A data transfer object is used for lookup operations.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The constant PARAMETER_TYPE_FIELD.
    static final String
    The constant SHORT_DESCRIPTION_FIELD.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets parameter type.
    Gets short description.
    void
    setParameterType(String parameterType)
    Sets parameter type.
    void
    setShortDescription(String shortDescription)
    Sets short description.

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

    getCode, getDescription, getIntegrationCode, getOrderNo, hashCode, setCode, setDescription, setIntegrationCode, setOrderNo

    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, equals, 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
  • Field Details

    • SHORT_DESCRIPTION_FIELD

      public static final String SHORT_DESCRIPTION_FIELD
      The constant SHORT_DESCRIPTION_FIELD.
      See Also:
    • PARAMETER_TYPE_FIELD

      public static final String PARAMETER_TYPE_FIELD
      The constant PARAMETER_TYPE_FIELD.
      See Also:
  • Constructor Details

    • HvlOAuthLookupModel

      public HvlOAuthLookupModel()
  • Method Details

    • 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
    • getParameterType

      public String getParameterType()
      Gets parameter type.
      Returns:
      the parameter type
    • setParameterType

      public void setParameterType(String parameterType)
      Sets parameter type.
      Parameters:
      parameterType - the parameter type