Class PidSpecification
- java.lang.Object
-
- de.bsvrz.kex.kexdav.systemobjects.ObjectSpecification
-
- de.bsvrz.kex.kexdav.systemobjects.PidSpecification
-
public class PidSpecification extends ObjectSpecification
-
-
Constructor Summary
Constructors Constructor Description PidSpecification(java.lang.String pid)
-
Method Summary
-
Methods inherited from class de.bsvrz.kex.kexdav.systemobjects.ObjectSpecification
create
-
-
-
-
Method Detail
-
getObject
public de.bsvrz.dav.daf.main.config.SystemObject getObject(de.bsvrz.dav.daf.main.config.DataModel dataModel)
- Specified by:
getObject
in classObjectSpecification
-
matches
public boolean matches(de.bsvrz.dav.daf.main.config.SystemObject object)
- Specified by:
matches
in classObjectSpecification
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals
in classObjectSpecification
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classObjectSpecification
-
toString
public java.lang.String toString()
- Specified by:
toString
in classObjectSpecification
-
-