org.salespointframework.core.data
Interface Descriptive
public interface Descriptive
Interface describing records which's description could be displayed automatically
via a DescriptiveFormSheet. Records (such as CatalogItems or StockItems) will have
to implement this.
- Since:
- 3.3
- Author:
- Thomas Ryssel
- See Also:
DescriptiveFormSheet
Method Summary |
javax.swing.text.StyledDocument |
getDescription()
Get the description of this record. |
getDescription
javax.swing.text.StyledDocument getDescription()
- Get the description of this record.
- Returns:
- The record's description.