public class ScholixEntityId extends Object implements Serializable, Comparable<ScholixEntityId>
| Constructor and Description |
|---|
ScholixEntityId() |
ScholixEntityId(String name,
List<ScholixIdentifier> identifiers) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ScholixEntityId other) |
boolean |
equals(Object o) |
List<ScholixIdentifier> |
getIdentifiers() |
String |
getName() |
int |
hashCode() |
void |
setIdentifiers(List<ScholixIdentifier> identifiers) |
void |
setName(String name) |
public ScholixEntityId()
public ScholixEntityId(String name, List<ScholixIdentifier> identifiers)
public String getName()
public void setName(String name)
public List<ScholixIdentifier> getIdentifiers()
public void setIdentifiers(List<ScholixIdentifier> identifiers)
public int compareTo(ScholixEntityId other)
compareTo in interface Comparable<ScholixEntityId>Copyright © 2025. All rights reserved.