SMILA (incubation) API documentation

org.eclipse.smila.search.templates.messages.fieldtemplates
Class DFieldTemplate

java.lang.Object
  extended by org.eclipse.smila.search.templates.messages.fieldtemplates.DFieldTemplate
All Implemented Interfaces:
java.lang.Cloneable

public class DFieldTemplate
extends java.lang.Object
implements java.lang.Cloneable

Author:
August Georg Schmidt (BROX)

Constructor Summary
DFieldTemplate()
           
 
Method Summary
 java.lang.Object clone()
          
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 DSelector getSelector()
           
 ITerm getTerm()
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setSelector(DSelector selector)
           
 void setTerm(ITerm term)
          Sets the term.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFieldTemplate

public DFieldTemplate()
Method Detail

getTerm

public ITerm getTerm()
Returns:
ITerm

setTerm

public void setTerm(ITerm term)
Sets the term.

Parameters:
term - The term 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()

getSelector

public DSelector getSelector()
Returns:
Returns the selector.

setSelector

public void setSelector(DSelector selector)
Parameters:
selector - The selector to set.

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description 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.

SMILA (incubation) API documentation