de.bsvrz.kex.kexdav.systemobjects
Class PidSpecification

java.lang.Object
  extended by de.bsvrz.kex.kexdav.systemobjects.ObjectSpecification
      extended by de.bsvrz.kex.kexdav.systemobjects.PidSpecification

public class PidSpecification
extends ObjectSpecification

Author:
Kappich Systemberatung

Field Summary
private  String _pid
           
 
Constructor Summary
PidSpecification(String pid)
           
 
Method Summary
 boolean equals(Object o)
           
 SystemObject getObject(DataModel dataModel)
           
 int hashCode()
           
 boolean matches(SystemObject object)
           
 String toString()
           
 
Methods inherited from class de.bsvrz.kex.kexdav.systemobjects.ObjectSpecification
create
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_pid

private final String _pid
Constructor Detail

PidSpecification

public PidSpecification(String pid)
Method Detail

getObject

public SystemObject getObject(DataModel dataModel)
Specified by:
getObject in class ObjectSpecification

matches

public boolean matches(SystemObject object)
Specified by:
matches in class ObjectSpecification

equals

public boolean equals(Object o)
Specified by:
equals in class ObjectSpecification

hashCode

public int hashCode()
Specified by:
hashCode in class ObjectSpecification

toString

public String toString()
Specified by:
toString in class ObjectSpecification