org.restafarian.core.beans
Class LookupTableProperty
java.lang.Object
org.restafarian.core.beans.PersistentBeanBase
org.restafarian.core.beans.LookupTableProperty
- All Implemented Interfaces:
- java.io.Serializable
public class LookupTableProperty
- extends PersistentBeanBase
This entity bean defines a single look-up table property.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupTableProperty
public LookupTableProperty()
getColHeading
public java.lang.String getColHeading()
setColHeading
public void setColHeading(java.lang.String colHeading)
isDisplayOnList
public boolean isDisplayOnList()
setDisplayOnList
public void setDisplayOnList(boolean displayOnList)
getId
public int getId()
setId
public void setId(int id)
isInputRequired
public boolean isInputRequired()
setInputRequired
public void setInputRequired(boolean inputRequired)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getNotes
public java.lang.String getNotes()
setNotes
public void setNotes(java.lang.String notes)
getSequence
public int getSequence()
setSequence
public void setSequence(int sequence)
getSize
public java.lang.String getSize()
setSize
public void setSize(java.lang.String size)
getSource
public java.lang.String getSource()
setSource
public void setSource(java.lang.String source)
getTableId
public java.lang.String getTableId()
setTableId
public void setTableId(java.lang.String tableId)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
Copyright © 2008. All Rights Reserved.