Package eu.dnetlib.dhp.schema.solr
Class APC
java.lang.Object
eu.dnetlib.dhp.schema.solr.APC
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic APCnewInstance(String currency, String amount) voidvoidsetCurrency(String currency)
-
Constructor Details
-
APC
public APC()
-
-
Method Details
-
newInstance
-
getCurrency
-
setCurrency
-
getAmount
-
setAmount
-