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