org.eclipse.smila.search.templates.messages.fieldtemplates
Class DSelector
java.lang.Object
org.eclipse.smila.search.templates.messages.fieldtemplates.DSelector
- All Implemented Interfaces:
- java.lang.Cloneable
public class DSelector
- extends java.lang.Object
- implements java.lang.Cloneable
- Author:
- August Georg Schmidt (BROX)
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSelector
public DSelector()
getFieldNo
public int getFieldNo()
- Returns:
- Returns the fieldNo.
setFieldNo
public void setFieldNo(int fieldNo)
- Parameters:
fieldNo - The fieldNo to set.
getFilterExpression
public java.lang.String getFilterExpression()
- Returns:
- Returns the filterExpression.
setFilterExpression
public void setFilterExpression(java.lang.String filterExpression)
- Parameters:
filterExpression - The filterExpression to set.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setName
public void setName(java.lang.String name)
- Parameters:
name - The name to set.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
-
- Overrides:
clone in class java.lang.Object
- Throws:
java.lang.CloneNotSupportedException- See Also:
Object.clone()