public class DeputyRule
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DeputyRule()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Make a copy of the
DeputyRule object |
java.lang.String |
getDeputyCName()
Get the deputy member CName
|
java.lang.String |
getDeputyID()
Get the deputy member id
|
int |
getDeputyOrder() |
java.lang.String |
getMemID()
Get the member id
|
java.lang.String |
getRule()
Get the rule
|
java.lang.String |
getSynopsis()
Get the synopsis
|
boolean |
isEnabled()
Check the rule enabled
|
void |
setDeputyCName(java.lang.String cName)
Set the deputy member CName
|
void |
setDeputyID(java.lang.String id)
Set the deputy member id
|
void |
setDeputyOrder(int deputyOrder) |
void |
setEnabled(boolean b)
Set the rule enable or disable
|
void |
setMemID(java.lang.String id)
Set the member ID
|
void |
setRule(java.lang.String r)
Set the rule
|
void |
setSynopsis(java.lang.String s)
Set the synopsis
|
void |
update(DeputyRule deputyRule)
Update the data of the instance of
DeputyRule |
public DeputyRule()
DeputyRule without parameters.public int getDeputyOrder()
public void setDeputyOrder(int deputyOrder)
public java.lang.String getMemID()
public void setMemID(java.lang.String id)
id - the given member idpublic java.lang.String getRule()
public void setRule(java.lang.String r)
r - the given rulepublic java.lang.String getDeputyID()
public void setDeputyID(java.lang.String id)
id - the given deputy member idpublic java.lang.String getDeputyCName()
public void setDeputyCName(java.lang.String cName)
id - the given deputy member idpublic java.lang.String getSynopsis()
public void setSynopsis(java.lang.String s)
s - the given synopsispublic boolean isEnabled()
public void setEnabled(boolean b)
b - the given boolean valuepublic void update(DeputyRule deputyRule)
DeputyRuledeputyRule - the given new deputy rulepublic java.lang.Object clone()
DeputyRule objectclone in class java.lang.ObjectCopyright ? 2022. All Rights Reserved.