|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.query.Field
public class Field
The Class Field.
Constructor Summary | |
---|---|
Field(java.lang.String id)
Instantiates a new field. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Field(java.lang.String id)
id
- the idMethod Detail |
---|
public java.lang.String getId()
IField
getId
in interface IField
public void setId(java.lang.String id)
IField
setId
in interface IField
id
- the new idpublic java.lang.String getFieldName()
IField
getFieldName
in interface IField
public void setFieldName(java.lang.String fieldName)
IField
setFieldName
in interface IField
fieldName
- the new field namepublic java.lang.String getType()
IField
getType
in interface IField
public void setType(java.lang.String type)
IField
setType
in interface IField
type
- the new typepublic java.lang.Integer getScale()
IField
getScale
in interface IField
public void setScale(java.lang.Integer scale)
IField
setScale
in interface IField
scale
- the new scalepublic java.lang.Integer getPrecision()
IField
getPrecision
in interface IField
public void setPrecision(java.lang.Integer precision)
IField
setPrecision
in interface IField
precision
- the new precision
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |