public abstract class ObjectSpecification extends Object
Constructor and Description |
---|
ObjectSpecification() |
Modifier and Type | Method and Description |
---|---|
static ObjectSpecification |
create(SystemObject systemObject,
ManagerInterface manager) |
abstract boolean |
equals(Object obj) |
abstract SystemObject |
getObject(DataModel dataModel) |
abstract int |
hashCode() |
abstract boolean |
matches(SystemObject object) |
abstract String |
toString() |
public abstract SystemObject getObject(DataModel dataModel)
public abstract boolean matches(SystemObject object)
public static ObjectSpecification create(SystemObject systemObject, ManagerInterface manager)