-
- All Implemented Interfaces:
-
java.io.Serializable
public class PreCondition implements Serializable
create by nielev on 2018/11/8
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
TIMEINTERVAL_CUSTOM
public final static String
TIMEINTERVAL_DAYTIME
public final static String
TIMEINTERVAL_NIGHT
public final static String
TIMEINTERVAL_ALLDAY
public final static String
TYPE_TIME_CHECK
private String
id
private String
condType
private PreConditionExpr
expr
-
Method Summary
Modifier and Type Method Description String
getId()
void
setId(String id)
String
getCondType()
void
setCondType(String condType)
PreConditionExpr
getExpr()
void
setExpr(PreConditionExpr expr)
boolean
equals(Object o)
int
hashCode()
-
-
Method Detail
-
getId
String getId()
-
setId
void setId(String id)
-
getCondType
String getCondType()
-
setCondType
void setCondType(String condType)
-
getExpr
PreConditionExpr getExpr()
-
setExpr
void setExpr(PreConditionExpr expr)
-
equals
boolean equals(Object o)
-
hashCode
int hashCode()
-
-
-
-