de.mguennewig.pobjects.metadata
Class TextEntry

java.lang.Object
  extended by de.mguennewig.pobjects.metadata.Column
      extended by de.mguennewig.pobjects.metadata.FormEntry
          extended by de.mguennewig.pobjects.metadata.TextEntry

public class TextEntry
extends FormEntry

A form entry for displaying static text given by the application.

Author:
Michael Günnewig

Field Summary
 
Fields inherited from class de.mguennewig.pobjects.metadata.FormEntry
ADD_METHOD, CHANGED_METHOD, CLASS_NAME, LAYOUT_NO_HEADER_CELL, LAYOUT_PULL_IN, LAYOUT_PULL_IN_CELL, LAYOUT_STANDARD
 
Fields inherited from class de.mguennewig.pobjects.metadata.Column
GET_METHOD, GET_METHOD_VISUAL, MEMBER_ATTR, MEMBER_ATTR_TYPE, MEMBER_NAME, SET_METHOD
 
Constructor Summary
TextEntry(java.lang.String name, int layout, java.lang.String label)
          Creates a new TextEntry.
 
Method Summary
 java.lang.String getLabel()
          Returns the label displayed in the user interface for this entry.
 
Methods inherited from class de.mguennewig.pobjects.metadata.FormEntry
getLayout, name
 
Methods inherited from class de.mguennewig.pobjects.metadata.Column
getDescription, getIndex, getName, getSchemaName, getType, setDescription, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextEntry

public TextEntry(java.lang.String name,
                 int layout,
                 java.lang.String label)
Creates a new TextEntry.

Method Detail

getLabel

public final java.lang.String getLabel()
Returns the label displayed in the user interface for this entry.