public class GlobalImpl extends Object implements org.kie.api.definition.rule.Global, Externalizable
Constructor and Description |
---|
GlobalImpl() |
GlobalImpl(String name,
String type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getType() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
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 String getName()
getName
in interface org.kie.api.definition.rule.Global
public String getType()
getType
in interface org.kie.api.definition.rule.Global
public void setName(String name)
public void setType(String type)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.