it.eng.qbe.query
Interface ISelectField

All Superinterfaces:
IField, java.io.Serializable
All Known Implementing Classes:
SelectField

public interface ISelectField
extends IField

The Interface ISelectField.


Method Summary
 ISelectField getCopy()
          Gets the copy.
 java.lang.String getFieldAlias()
          Gets the field alias.
 java.lang.String getFieldCompleteName()
          Gets the field complete name.
 EntityClass getFieldEntityClass()
          Gets the field entity class.
 java.lang.String getFieldNameWithoutOperators()
          Gets the field name without operators.
 boolean isVisible()
          Checks if is visible.
 void setFieldAlias(java.lang.String aFieldAlias)
          Sets the field alias.
 void setFieldCompleteName(java.lang.String fieldCompleteName)
          Sets the field complete name.
 void setFieldEntityClass(EntityClass ec)
          Sets the field entity class.
 void setVisible(boolean visible)
          Sets the visible.
 
Methods inherited from interface it.eng.qbe.query.IField
getFieldName, getId, getPrecision, getScale, getType, setFieldName, setId, setPrecision, setScale, setType
 

Method Detail

getFieldNameWithoutOperators

java.lang.String getFieldNameWithoutOperators()
Gets the field name without operators.

Returns:
the field name without operators

getFieldAlias

java.lang.String getFieldAlias()
Gets the field alias.

Returns:
the field alias

setFieldAlias

void setFieldAlias(java.lang.String aFieldAlias)
Sets the field alias.

Parameters:
aFieldAlias - the new field alias

setFieldEntityClass

void setFieldEntityClass(EntityClass ec)
Sets the field entity class.

Parameters:
ec - the new field entity class

getFieldEntityClass

EntityClass getFieldEntityClass()
Gets the field entity class.

Returns:
the field entity class

setFieldCompleteName

void setFieldCompleteName(java.lang.String fieldCompleteName)
Sets the field complete name.

Parameters:
fieldCompleteName - the new field complete name

getFieldCompleteName

java.lang.String getFieldCompleteName()
Gets the field complete name.

Returns:
the field complete name

getCopy

ISelectField getCopy()
Gets the copy.

Returns:
the copy

setVisible

void setVisible(boolean visible)
Sets the visible.

Parameters:
visible - the new visible

isVisible

boolean isVisible()
Checks if is visible.

Returns:
true, if is visible