Defines the interface which must be followed to overwrite the functionality of the ControlRuleListBean.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement. |
static java.lang.String |
defaultCommandClassName The default implementation class name. |
static java.lang.String |
NAME The full class name for this interface file. |
Method Summary | |
---|---|
ControlRuleAccessBean |
getControlRule() Interface definition for getControlRule() method. |
void |
setOwnerId(java.lang.Long aId) Interface definition for setOwnerId() method. |
void |
setRuleName(java.lang.String aName) Interface definition for setRuleName() method. |
void |
setRuleType(java.lang.String aRuleType)
Interface definition for setRuleType() method. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public ControlRuleAccessBean getControlRule()
public void setOwnerId(java.lang.Long aId)
aId
- Longpublic void setRuleName(java.lang.String aName)
aName
- java.lang.Stringpublic void setRuleType(java.lang.String aRuleType)
aRuleType
- String