Class MetaFormSingleField
- java.lang.Object
-
- net.anotheria.asg.generator.forms.meta.MetaFormField
-
- net.anotheria.asg.generator.forms.meta.MetaFormSingleField
-
public class MetaFormSingleField extends MetaFormField
TODO please remined another to comment this class- Version:
- $Id: $Id
- Author:
- another
-
-
Constructor Summary
Constructors Constructor Description MetaFormSingleField(java.lang.String aName)Constructor for MetaFormSingleField.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetJavaType()getJavaType.intgetSize()Getter for the fieldsize.java.lang.StringgetTitle()Getter for the fieldtitle.java.lang.StringgetType()Getter for the fieldtype.booleanisComplex()isComplex.booleanisSingle()isSingle.booleanisSpacer()isSpacer.voidsetSize(int size)Setter for the fieldsize.voidsetTitle(java.lang.String string)Setter for the fieldtitle.voidsetType(java.lang.String type)Setter for the fieldtype.java.lang.StringtoString()toString.-
Methods inherited from class net.anotheria.asg.generator.forms.meta.MetaFormField
getName, setName
-
-
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
Getter for the field
title.- Returns:
- a
Stringobject.
-
setTitle
public void setTitle(java.lang.String string)
Setter for the field
title.- Parameters:
string- aStringobject.
-
getType
public java.lang.String getType()
Getter for the field
type.- Returns:
- Returns the type.
-
setType
public void setType(java.lang.String type)
Setter for the field
type.- Parameters:
type- The type to set.
-
getJavaType
public java.lang.String getJavaType()
getJavaType.
- Returns:
- a
Stringobject.
-
isSpacer
public boolean isSpacer()
isSpacer.
- Returns:
- a boolean.
-
isSingle
public boolean isSingle()
isSingle.
- Specified by:
isSinglein classMetaFormField- Returns:
- a boolean.
-
isComplex
public boolean isComplex()
isComplex.
- Specified by:
isComplexin classMetaFormField- Returns:
- a boolean.
-
toString
public java.lang.String toString()
toString.
- Overrides:
toStringin classMetaFormField- Returns:
- a
Stringobject.
-
getSize
public int getSize()
Getter for the field
size.- Returns:
- a int.
-
setSize
public void setSize(int size)
Setter for the field
size.- Parameters:
size- a int.
-
-