Class ApiParamKeyDbEntry

java.lang.Object
eu.dnetlib.enabling.datasources.common.ApiParamKey<ApiDbEntry>
eu.dnetlib.openaire.dsm.domain.db.ApiParamKeyDbEntry
All Implemented Interfaces:
Serializable

@Embeddable public class ApiParamKeyDbEntry extends eu.dnetlib.enabling.datasources.common.ApiParamKey<ApiDbEntry>
Created by claudio on 13/04/2017.
See Also:
  • Field Summary

    Fields inherited from class eu.dnetlib.enabling.datasources.common.ApiParamKey

    api, param
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class eu.dnetlib.enabling.datasources.common.ApiParamKey

    equals, getParam, hashCode, setApi, setParam

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ApiParamKeyDbEntry

      public ApiParamKeyDbEntry()
  • Method Details

    • getApi

      public ApiDbEntry getApi()
      Overrides:
      getApi in class eu.dnetlib.enabling.datasources.common.ApiParamKey<ApiDbEntry>