Class APC

java.lang.Object
eu.dnetlib.dhp.schema.solr.APC
All Implemented Interfaces:
Serializable

public class APC extends Object implements Serializable
Used to refer to the Article Processing Charge information. It contains two parameters: - currency of type String to store the currency of the APC - amount of type String to stores the charged amount
See Also:
  • Constructor Details

    • APC

      public APC()
  • Method Details

    • newInstance

      public static APC newInstance(String currency, String amount)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • getAmount

      public String getAmount()
    • setAmount

      public void setAmount(String amount)