|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IField
The Interface IField.
Method Summary | |
---|---|
java.lang.String |
getFieldName()
Gets the field name. |
java.lang.String |
getId()
Gets the id. |
java.lang.Integer |
getPrecision()
Gets the precision. |
java.lang.Integer |
getScale()
Gets the scale. |
java.lang.String |
getType()
Gets the type. |
void |
setFieldName(java.lang.String fieldName)
Sets the field name. |
void |
setId(java.lang.String id)
Sets the id. |
void |
setPrecision(java.lang.Integer precision)
Sets the precision. |
void |
setScale(java.lang.Integer scale)
Sets the scale. |
void |
setType(java.lang.String type)
Sets the type. |
Method Detail |
---|
java.lang.String getId()
void setId(java.lang.String id)
id
- the new idjava.lang.String getFieldName()
void setFieldName(java.lang.String fieldName)
fieldName
- the new field namejava.lang.String getType()
void setType(java.lang.String type)
type
- the new typejava.lang.Integer getScale()
void setScale(java.lang.Integer scale)
scale
- the new scalejava.lang.Integer getPrecision()
void setPrecision(java.lang.Integer precision)
precision
- the new precision
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |