public class ScholixIdentifier extends Object implements Serializable, Comparable<ScholixIdentifier>
| Constructor and Description |
|---|
ScholixIdentifier()
Instantiates a new Scholix identifier.
|
ScholixIdentifier(String identifier,
String schema,
String url)
Instantiates a new Scholix identifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ScholixIdentifier other) |
boolean |
equals(Object o) |
String |
getIdentifier()
Gets identifier.
|
String |
getSchema()
Gets schema.
|
String |
getUrl()
Gets url.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
Sets identifier.
|
void |
setSchema(String schema)
Sets schema.
|
void |
setUrl(String url)
Sets url.
|
public ScholixIdentifier()
public String getUrl()
public void setUrl(String url)
url - the urlpublic String getIdentifier()
public void setIdentifier(String identifier)
identifier - the identifierpublic String getSchema()
public void setSchema(String schema)
schema - the schemapublic int compareTo(ScholixIdentifier other)
compareTo in interface Comparable<ScholixIdentifier>Copyright © 2025. All rights reserved.