public class ConditionObject extends Object implements Serializable
| Constructor and Description |
|---|
ConditionObject() |
ConditionObject(Object object,
ConditionType type) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject() |
ConditionType |
getType() |
void |
setObject(Object object) |
void |
setType(ConditionType type) |
public ConditionObject()
public ConditionObject(Object object, ConditionType type)
public ConditionType getType()
public void setType(ConditionType type)
public Object getObject()
public void setObject(Object object)
Copyright © 2025. All rights reserved.