public class Deep extends java.lang.Object implements SendableEntityCreator, ObjectCondition
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEPTH
Constant of Deep.
|
NEW, REMOVE, REMOVE_YOU, SIMPLE, UPDATE| Constructor and Description |
|---|
Deep() |
| Modifier and Type | Method and Description |
|---|---|
static Deep |
create(int value)
Create a new DeepFilter and return a new Instance
|
int |
getDepth() |
java.lang.String[] |
getProperties()
Gets the properties.
|
java.lang.Object |
getSendableInstance(boolean prototype)
Gets the sendable instance.
|
java.lang.Object |
getValue(java.lang.Object entity,
java.lang.String attribute)
Gets the value.
|
boolean |
setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String type)
Sets the value.
|
boolean |
update(java.lang.Object evt)
checks or notify this condition.
|
Deep |
withDepth(int value) |
public static final java.lang.String DEPTH
public Deep withDepth(int value)
value - The new Valuepublic int getDepth()
public boolean update(java.lang.Object evt)
Conditionpublic static Deep create(int value)
value - Value of depthpublic java.lang.String[] getProperties()
SendableEntityCreatorgetProperties in interface SendableEntityCreatorpublic java.lang.Object getSendableInstance(boolean prototype)
SendableEntityCreatorgetSendableInstance in interface SendableEntityCreatorprototype - the prototyppublic java.lang.Object getValue(java.lang.Object entity,
java.lang.String attribute)
SendableEntityCreatorgetValue in interface SendableEntityCreatorentity - the entityattribute - the attributepublic boolean setValue(java.lang.Object entity,
java.lang.String attribute,
java.lang.Object value,
java.lang.String type)
SendableEntityCreatorsetValue in interface SendableEntityCreatorentity - the entityattribute - the attributevalue - the valuetype - edit, update or remove operation