|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.riverock.dbrevision.annotation.schema.db.DbKeyActionRule
public class DbKeyActionRule
Java class for DbKeyActionRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DbKeyActionRule"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ruleName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ruleType" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
ruleName
|
protected Integer |
ruleType
|
Constructor Summary | |
---|---|
DbKeyActionRule()
|
Method Summary | |
---|---|
String |
getRuleName()
Gets the value of the ruleName property. |
Integer |
getRuleType()
Gets the value of the ruleType property. |
void |
setRuleName(String value)
Sets the value of the ruleName property. |
void |
setRuleType(Integer value)
Sets the value of the ruleType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String ruleName
protected Integer ruleType
Constructor Detail |
---|
public DbKeyActionRule()
Method Detail |
---|
public String getRuleName()
String
public void setRuleName(String value)
value
- allowed object is
String
public Integer getRuleType()
Integer
public void setRuleType(Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |