|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.examples.velocity.Field
public class Field
// TODO Describe the class or the interface here.
Constructor Summary | |
---|---|
Field(String fieldName,
int fieldSize)
Construct. |
Method Summary | |
---|---|
String |
getFieldName()
Gets the field's name. |
int |
getFieldSize()
Gets the field's size. |
void |
setFieldName(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 |
---|
public Field(String fieldName, int fieldSize)
fieldName
- fieldSize
- Method Detail |
---|
public String getFieldName()
public int getFieldSize()
public void setFieldName(String fieldName)
fieldName
- public void setFieldSize(int fieldSize)
fieldSize
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |