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
tr.com.havelsan.javarch.oauth.jpa.data.common.module.support.logger.model.HvlOAuthEventLogTypeModel
All Implemented Interfaces:
Serializable, Comparable<tr.com.havelsan.javarch.dto.model.HvlSimpleModel>, tr.com.havelsan.javarch.data.commons.structure.HvlModelStructure<Long>

public class HvlOAuthEventLogTypeModel extends HvlOAuthLookupModel
A data transfer object is used for event log operations.
See Also:
  • Field Summary

    Fields inherited from class tr.com.havelsan.javarch.oauth.jpa.data.common.module.support.lookup.model.HvlOAuthLookupModel

    PARAMETER_TYPE_FIELD, SHORT_DESCRIPTION_FIELD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    "

    Methods inherited from class tr.com.havelsan.javarch.oauth.jpa.data.common.module.support.lookup.model.HvlOAuthLookupModel

    getParameterType, getShortDescription, setParameterType, setShortDescription

    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, wait, wait, wait
  • Constructor Details

    • HvlOAuthEventLogTypeModel

      public HvlOAuthEventLogTypeModel()
  • Method Details