Class IdSpecification
- java.lang.Object
-
- de.bsvrz.kex.kexdav.systemobjects.ObjectSpecification
-
- de.bsvrz.kex.kexdav.systemobjects.IdSpecification
-
public class IdSpecification extends ObjectSpecification
Die IdSpecification wählt Systemobjekte aus, die entweder die angenommene Id haben oder von einem Objekt kopiert wurden, das diese Id hat.
-
-
Constructor Summary
Constructors Constructor Description IdSpecification(long id, ManagerInterface manager)
Erstellt eine IdSpecification
-
Method Summary
-
Methods inherited from class de.bsvrz.kex.kexdav.systemobjects.ObjectSpecification
create
-
-
-
-
Constructor Detail
-
IdSpecification
public IdSpecification(long id, ManagerInterface manager)
Erstellt eine IdSpecification- Parameters:
id
- Idmanager
- Manager
-
-
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
-
-