org.apache.wicket.examples.velocity
Class Field

java.lang.Object
  extended by org.apache.wicket.examples.velocity.Field
All Implemented Interfaces:
java.io.Serializable

public class Field
extends java.lang.Object
implements java.io.Serializable

// TODO Describe the class or the interface here.

See Also:
Serialized Form

Constructor Summary
Field(java.lang.String fieldName, int fieldSize)
          Construct.
 
Method Summary
 java.lang.String getFieldName()
          Gets the field's name.
 int getFieldSize()
          Gets the field's size.
 void setFieldName(java.lang.String fieldName)
          Sets the field's name.
 void setFieldSize(int fieldSize)
          Sets the field's size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field(java.lang.String fieldName,
             int fieldSize)
Construct.

Parameters:
fieldName -
fieldSize -
Method Detail

getFieldName

public java.lang.String getFieldName()
Gets the field's name.

Returns:
the field's name

getFieldSize

public int getFieldSize()
Gets the field's size.

Returns:
the field's size

setFieldName

public void setFieldName(java.lang.String fieldName)
Sets the field's name.

Parameters:
fieldName -

setFieldSize

public void setFieldSize(int fieldSize)
Sets the field's size.

Parameters:
fieldSize -


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.