it.eng.qbe.wizard
Class WhereFieldSourceBeanImpl
java.lang.Object
it.eng.qbe.wizard.WhereFieldSourceBeanImpl
- All Implemented Interfaces:
- IWhereField, java.io.Serializable
public class WhereFieldSourceBeanImpl
- extends java.lang.Object
- implements IWhereField
- Author:
- Zoppello
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WhereFieldSourceBeanImpl
public WhereFieldSourceBeanImpl()
getFieldName
public java.lang.String getFieldName()
- Specified by:
getFieldName
in interface IWhereField
setFieldName
public void setFieldName(java.lang.String fieldName)
- Specified by:
setFieldName
in interface IWhereField
getFieldOperator
public java.lang.String getFieldOperator()
- Specified by:
getFieldOperator
in interface IWhereField
setFieldOperator
public void setFieldOperator(java.lang.String fieldOperator)
- Specified by:
setFieldOperator
in interface IWhereField
getFieldValue
public java.lang.String getFieldValue()
- Specified by:
getFieldValue
in interface IWhereField
setFieldValue
public void setFieldValue(java.lang.String fieldValue)
- Specified by:
setFieldValue
in interface IWhereField
getHibernateType
public java.lang.String getHibernateType()
- Specified by:
getHibernateType
in interface IWhereField
setHibernateType
public void setHibernateType(java.lang.String hibernateType)
- Specified by:
setHibernateType
in interface IWhereField
getId
public java.lang.String getId()
- Specified by:
getId
in interface IWhereField
setId
public void setId(java.lang.String id)
- Specified by:
setId
in interface IWhereField
getNextBooleanOperator
public java.lang.String getNextBooleanOperator()
- Specified by:
getNextBooleanOperator
in interface IWhereField
setNextBooleanOperator
public void setNextBooleanOperator(java.lang.String nextBooleanOperator)
- Specified by:
setNextBooleanOperator
in interface IWhereField
getFieldEntityClassForLeftCondition
public EntityClass getFieldEntityClassForLeftCondition()
- Specified by:
getFieldEntityClassForLeftCondition
in interface IWhereField
setFieldEntityClassForLeftCondition
public void setFieldEntityClassForLeftCondition(EntityClass fieldEntityClassForLeftCondition)
- Specified by:
setFieldEntityClassForLeftCondition
in interface IWhereField
getFieldEntityClassForRightCondition
public EntityClass getFieldEntityClassForRightCondition()
- Specified by:
getFieldEntityClassForRightCondition
in interface IWhereField
setFieldEntityClassForRightCondition
public void setFieldEntityClassForRightCondition(EntityClass fieldEntityClassForRightCondition)
- Specified by:
setFieldEntityClassForRightCondition
in interface IWhereField
getLeftBracketsNum
public int getLeftBracketsNum()
- Specified by:
getLeftBracketsNum
in interface IWhereField
setLeftBracketsNum
public void setLeftBracketsNum(int leftBracketsNum)
- Specified by:
setLeftBracketsNum
in interface IWhereField
getRightBracketsNum
public int getRightBracketsNum()
- Specified by:
getRightBracketsNum
in interface IWhereField
setRightBracketsNum
public void setRightBracketsNum(int rightBracketsNum)
- Specified by:
setRightBracketsNum
in interface IWhereField