gpl.fredy.generate
Class FieldTypeParameters

java.lang.Object
  extended by gpl.fredy.generate.FieldTypeParameters

public class FieldTypeParameters
extends java.lang.Object


Constructor Summary
FieldTypeParameters()
           
FieldTypeParameters(java.lang.String guiType, java.lang.String javaType, org.jdom.Element e)
           
 
Method Summary
 int getCols()
          Get the value of cols.
 org.jdom.Element getElt()
           
 java.lang.String getFilter()
          Get the value of filter.
 java.lang.String getJavaType()
          Get the value of javaType.
 java.lang.String getLabel()
          Get the value of label.
 java.lang.String getLayout()
          Get the value of layout.
 int getLength()
          Get the value of length.
 org.jdom.Namespace getNs()
          Get the value of ns.
 java.lang.String getQuery()
          Get the value of query.
 int getRows()
          Get the value of rows.
 java.lang.String getText()
          Get the value of text.
 java.lang.String getTitle()
          Get the value of title.
 java.lang.String getType()
          Get the value of type.
 boolean isLinewrap()
          Get the value of linewrap.
 boolean isTitled()
          Get the value of titled.
 void setCols(int v)
          Set the value of cols.
 void setElt(org.jdom.Element v)
           
 void setFilter(java.lang.String v)
          Set the value of filter.
 void setJavaType(java.lang.String v)
          Set the value of javaType.
 void setLabel(java.lang.String v)
          Set the value of label.
 void setLayout(java.lang.String v)
          Set the value of layout.
 void setLength(int v)
          Set the value of length.
 void setLinewrap(boolean v)
          Set the value of linewrap.
 void setNs(org.jdom.Namespace v)
          Set the value of ns.
 void setQuery(java.lang.String v)
          Set the value of query.
 void setRows(int v)
          Set the value of rows.
 void setText(java.lang.String v)
          Set the value of text.
 void setTitle(java.lang.String v)
          Set the value of title.
 void setTitled(boolean v)
          Set the value of titled.
 void setType(java.lang.String v)
          Set the value of type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldTypeParameters

public FieldTypeParameters(java.lang.String guiType,
                           java.lang.String javaType,
                           org.jdom.Element e)

FieldTypeParameters

public FieldTypeParameters()
Method Detail

getType

public java.lang.String getType()
Get the value of type.

Returns:
value of type.

setType

public void setType(java.lang.String v)
Set the value of type.

Parameters:
v - Value to assign to type.

getJavaType

public java.lang.String getJavaType()
Get the value of javaType.

Returns:
value of javaType.

setJavaType

public void setJavaType(java.lang.String v)
Set the value of javaType.

Parameters:
v - Value to assign to javaType.

getLabel

public java.lang.String getLabel()
Get the value of label.

Returns:
value of label.

setLabel

public void setLabel(java.lang.String v)
Set the value of label.

Parameters:
v - Value to assign to label.

getLength

public int getLength()
Get the value of length.

Returns:
value of length.

setLength

public void setLength(int v)
Set the value of length.

Parameters:
v - Value to assign to length.

getText

public java.lang.String getText()
Get the value of text.

Returns:
value of text.

setText

public void setText(java.lang.String v)
Set the value of text.

Parameters:
v - Value to assign to text.

getFilter

public java.lang.String getFilter()
Get the value of filter.

Returns:
value of filter.

setFilter

public void setFilter(java.lang.String v)
Set the value of filter.

Parameters:
v - Value to assign to filter.

isTitled

public boolean isTitled()
Get the value of titled.

Returns:
value of titled.

setTitled

public void setTitled(boolean v)
Set the value of titled.

Parameters:
v - Value to assign to titled.

getLayout

public java.lang.String getLayout()
Get the value of layout.

Returns:
value of layout.

setLayout

public void setLayout(java.lang.String v)
Set the value of layout.

Parameters:
v - Value to assign to layout.

isLinewrap

public boolean isLinewrap()
Get the value of linewrap.

Returns:
value of linewrap.

setLinewrap

public void setLinewrap(boolean v)
Set the value of linewrap.

Parameters:
v - Value to assign to linewrap.

getTitle

public java.lang.String getTitle()
Get the value of title.

Returns:
value of title.

setTitle

public void setTitle(java.lang.String v)
Set the value of title.

Parameters:
v - Value to assign to title.

getRows

public int getRows()
Get the value of rows.

Returns:
value of rows.

setRows

public void setRows(int v)
Set the value of rows.

Parameters:
v - Value to assign to rows.

getCols

public int getCols()
Get the value of cols.

Returns:
value of cols.

setCols

public void setCols(int v)
Set the value of cols.

Parameters:
v - Value to assign to cols.

getQuery

public java.lang.String getQuery()
Get the value of query.

Returns:
value of query.

setQuery

public void setQuery(java.lang.String v)
Set the value of query.

Parameters:
v - Value to assign to query.

getNs

public org.jdom.Namespace getNs()
Get the value of ns.

Returns:
value of ns.

setNs

public void setNs(org.jdom.Namespace v)
Set the value of ns.

Parameters:
v - Value to assign to ns.

getElt

public org.jdom.Element getElt()

setElt

public void setElt(org.jdom.Element v)