@PersistantProperty(property="name") @PersistantProperty(property="description") public interface IMRulesObject extends Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
IMRulesObject |
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.
|
String getName()
void setName(String name)
String getDescription()
void setDescription(String description)
String getDebugInfo()
void setDebugInfo(String debugInfo)
IMRulesObject clone()