@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 Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public Long getId()
getId
in interface org.kie.internal.task.api.model.BooleanExpression
public void setId(long id)
setId
in interface org.kie.internal.task.api.model.BooleanExpression
public String getType()
getType
in interface org.kie.internal.task.api.model.BooleanExpression
public void setType(String type)
setType
in interface org.kie.internal.task.api.model.BooleanExpression
public String getExpression()
getExpression
in interface org.kie.internal.task.api.model.BooleanExpression
public void setExpression(String expression)
setExpression
in interface org.kie.internal.task.api.model.BooleanExpression
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.