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