SalesPoint v3.3 API

data.stdforms.descriptiveformsheet
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
 String getDescription()
          Get the description of this record.
 

Method Detail

getDescription

String getDescription()
Get the description of this record.

Returns:
The record's description.

SalesPoint v3.3 API