public class PidSpecification extends ObjectSpecification
| Constructor and Description |
|---|
PidSpecification(String pid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SystemObject |
getObject(DataModel dataModel) |
int |
hashCode() |
boolean |
matches(SystemObject object) |
String |
toString() |
createpublic PidSpecification(String pid)
public SystemObject getObject(DataModel dataModel)
getObject in class ObjectSpecificationpublic boolean matches(SystemObject object)
matches in class ObjectSpecificationpublic boolean equals(Object o)
equals in class ObjectSpecificationpublic int hashCode()
hashCode in class ObjectSpecificationpublic String toString()
toString in class ObjectSpecification