@Entity public class BooleanExpressionImpl extends Object implements org.kie.internal.task.api.model.BooleanExpression
| Constructor and Description |
|---|
BooleanExpressionImpl() |
BooleanExpressionImpl(String type,
String expression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getExpression() |
Long |
getId() |
String |
getType() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setExpression(String expression) |
void |
setId(long id) |
void |
setType(String type) |
void |
writeExternal(ObjectOutput out) |
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic Long getId()
getId in interface org.kie.internal.task.api.model.BooleanExpressionpublic void setId(long id)
setId in interface org.kie.internal.task.api.model.BooleanExpressionpublic String getType()
getType in interface org.kie.internal.task.api.model.BooleanExpressionpublic void setType(String type)
setType in interface org.kie.internal.task.api.model.BooleanExpressionpublic String getExpression()
getExpression in interface org.kie.internal.task.api.model.BooleanExpressionpublic void setExpression(String expression)
setExpression in interface org.kie.internal.task.api.model.BooleanExpressionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.