public class ScholixResource extends Object implements Serializable, Comparable<ScholixResource>
| Constructor and Description |
|---|
ScholixResource() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ScholixResource other) |
boolean |
equals(Object o) |
List<ScholixCollectedFrom> |
getCollectedFrom() |
List<ScholixEntityId> |
getCreator() |
String |
getDnetIdentifier() |
List<ScholixIdentifier> |
getIdentifier() |
String |
getObjectSubType() |
String |
getObjectType() |
String |
getPublicationDate() |
List<ScholixEntityId> |
getPublisher() |
String |
getTitle() |
int |
hashCode() |
void |
setCollectedFrom(List<ScholixCollectedFrom> collectedFrom) |
void |
setCreator(List<ScholixEntityId> creator) |
void |
setDnetIdentifier(String dnetIdentifier) |
void |
setIdentifier(List<ScholixIdentifier> identifier) |
void |
setObjectSubType(String objectSubType) |
void |
setObjectType(String objectType) |
void |
setPublicationDate(String publicationDate) |
void |
setPublisher(List<ScholixEntityId> publisher) |
void |
setTitle(String title) |
public List<ScholixIdentifier> getIdentifier()
public void setIdentifier(List<ScholixIdentifier> identifier)
public String getDnetIdentifier()
public void setDnetIdentifier(String dnetIdentifier)
public String getObjectType()
public void setObjectType(String objectType)
public String getObjectSubType()
public void setObjectSubType(String objectSubType)
public String getTitle()
public void setTitle(String title)
public List<ScholixEntityId> getCreator()
public void setCreator(List<ScholixEntityId> creator)
public String getPublicationDate()
public void setPublicationDate(String publicationDate)
public List<ScholixEntityId> getPublisher()
public void setPublisher(List<ScholixEntityId> publisher)
public List<ScholixCollectedFrom> getCollectedFrom()
public void setCollectedFrom(List<ScholixCollectedFrom> collectedFrom)
public int compareTo(ScholixResource other)
compareTo in interface Comparable<ScholixResource>Copyright © 2025. All rights reserved.