public abstract class AbstractAnonymousMRulesObject extends Object implements IMRulesObject
Constructor and Description |
---|
AbstractAnonymousMRulesObject() |
Modifier and Type | Method and Description |
---|---|
AbstractAnonymousMRulesObject |
clone() |
String |
getDebugInfo()
Retrieves some debug information of the current instance.
|
String |
getDescription()
Retrieves the description of the current instance.
|
String |
getName()
Retrieves the name of the current instance.
|
void |
setDebugInfo(String debugInfo)
Sets some debug information of the current instance.
|
void |
setDescription(String description)
Sets the description of the current instance.
|
void |
setName(String name)
Sets the name of the current instance.
|
public String getName()
IMRulesObject
getName
in interface IMRulesObject
public void setName(String name)
IMRulesObject
setName
in interface IMRulesObject
public String getDescription()
IMRulesObject
getDescription
in interface IMRulesObject
public void setDescription(String description)
IMRulesObject
setDescription
in interface IMRulesObject
public String getDebugInfo()
IMRulesObject
getDebugInfo
in interface IMRulesObject
public void setDebugInfo(String debugInfo)
IMRulesObject
setDebugInfo
in interface IMRulesObject
public AbstractAnonymousMRulesObject clone()
clone
in interface IMRulesObject
clone
in class Object