Package eu.dnetlib.dhp.schema.sx.scholix
Class ScholixResource
java.lang.Object
eu.dnetlib.dhp.schema.sx.scholix.ScholixResource
- All Implemented Interfaces:
Serializable,Comparable<ScholixResource>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ScholixResource other) booleangetTitle()inthashCode()voidsetCollectedFrom(List<ScholixCollectedFrom> collectedFrom) voidsetCreator(List<ScholixEntityId> creator) voidsetDnetIdentifier(String dnetIdentifier) voidsetIdentifier(List<ScholixIdentifier> identifier) voidsetObjectSubType(String objectSubType) voidsetObjectType(String objectType) voidsetPublicationDate(String publicationDate) voidsetPublisher(List<ScholixEntityId> publisher) void
-
Constructor Details
-
ScholixResource
public ScholixResource()
-
-
Method Details
-
getIdentifier
-
setIdentifier
-
getDnetIdentifier
-
setDnetIdentifier
-
getObjectType
-
setObjectType
-
getObjectSubType
-
setObjectSubType
-
getTitle
-
setTitle
-
getCreator
-
setCreator
-
getPublicationDate
-
setPublicationDate
-
getPublisher
-
setPublisher
-
getCollectedFrom
-
setCollectedFrom
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<ScholixResource>
-