org.vizzini.database
Interface ITableData

All Known Implementing Classes:
TableData

public interface ITableData

Provides storage for properties needed by database tables.

Since:
v0.3
Version:
v0.3
Author:
Jeffrey M. Thompson

Method Summary
 String getDisplayName()
          Return the display name.
 String getLinkColumnName()
          Return the link column name.
 String getName()
          Return the name.
 String getSearchColumnName()
          Return the search column name.
 boolean isEditable()
          Return true if this is editable.
 boolean isVisible()
          Return true if this is visible.
 Iterator iterator()
          Return an iterator over the column data.
 String toString()
          Return a string representation of this object.
 

Method Detail

getDisplayName

String getDisplayName()
Return the display name.

Since:
v0.3

getLinkColumnName

String getLinkColumnName()
Return the link column name.

Since:
v0.3

getName

String getName()
Return the name.

Since:
v0.3

getSearchColumnName

String getSearchColumnName()
Return the search column name.

Since:
v0.3

isVisible

boolean isVisible()
Return true if this is visible.

Since:
v0.3

toString

String toString()
Return a string representation of this object.

Overrides:
toString in class Object
Since:
v0.3

isEditable

boolean isEditable()
Return true if this is editable.

Since:
v0.3

iterator

Iterator iterator()
Return an iterator over the column data.

Since:
v0.3


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02