|
||||||||||
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.DbField
public class DbField
Java class for DbField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DbField"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="applType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="comment" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dataType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="decimalDigit" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="javaStringType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="javaType" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="nullable" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
applType
|
protected String |
comment
|
protected String |
dataType
|
protected Integer |
decimalDigit
|
protected String |
defaultValue
|
protected String |
javaStringType
|
protected Integer |
javaType
|
protected String |
name
|
protected Integer |
nullable
|
protected Integer |
size
|
Constructor Summary | |
---|---|
DbField()
|
Method Summary | |
---|---|
String |
getApplType()
Gets the value of the applType property. |
String |
getComment()
Gets the value of the comment property. |
String |
getDataType()
Gets the value of the dataType property. |
Integer |
getDecimalDigit()
Gets the value of the decimalDigit property. |
String |
getDefaultValue()
Gets the value of the defaultValue property. |
String |
getJavaStringType()
Gets the value of the javaStringType property. |
Integer |
getJavaType()
Gets the value of the javaType property. |
String |
getName()
Gets the value of the name property. |
Integer |
getNullable()
Gets the value of the nullable property. |
Integer |
getSize()
Gets the value of the size property. |
void |
setApplType(String value)
Sets the value of the applType property. |
void |
setComment(String value)
Sets the value of the comment property. |
void |
setDataType(String value)
Sets the value of the dataType property. |
void |
setDecimalDigit(Integer value)
Sets the value of the decimalDigit property. |
void |
setDefaultValue(String value)
Sets the value of the defaultValue property. |
void |
setJavaStringType(String value)
Sets the value of the javaStringType property. |
void |
setJavaType(Integer value)
Sets the value of the javaType property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNullable(Integer value)
Sets the value of the nullable property. |
void |
setSize(Integer value)
Sets the value of the size property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String applType
protected String comment
protected String dataType
protected Integer decimalDigit
protected String defaultValue
protected String javaStringType
protected Integer javaType
protected String name
protected Integer nullable
protected Integer size
Constructor Detail |
---|
public DbField()
Method Detail |
---|
public String getApplType()
String
public void setApplType(String value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public String getDataType()
String
public void setDataType(String value)
value
- allowed object is
String
public Integer getDecimalDigit()
Integer
public void setDecimalDigit(Integer value)
value
- allowed object is
Integer
public String getDefaultValue()
String
public void setDefaultValue(String value)
value
- allowed object is
String
public String getJavaStringType()
String
public void setJavaStringType(String value)
value
- allowed object is
String
public Integer getJavaType()
Integer
public void setJavaType(Integer value)
value
- allowed object is
Integer
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Integer getNullable()
Integer
public void setNullable(Integer value)
value
- allowed object is
Integer
public Integer getSize()
Integer
public void setSize(Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |