Class SupplierSourcePropertyImpl
java.lang.Object
net.officefloor.compile.spi.supplier.source.impl.SupplierSourcePropertyImpl
- All Implemented Interfaces:
SupplierSourceProperty
SupplierSourceProperty implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SupplierSourcePropertyImpl
Initiate.- Parameters:
name- Name.label- Label. Defaults tonameifnull.
-
-
Method Details
-
getLabel
Description copied from interface:SupplierSourcePropertyObtains the display name of the property. If this returnsnullthen the return value ofSupplierSourceProperty.getName()is used.- Specified by:
getLabelin interfaceSupplierSourceProperty- Returns:
- Display name of property.
-
getName
Description copied from interface:SupplierSourcePropertyObtains the name of the property.- Specified by:
getNamein interfaceSupplierSourceProperty- Returns:
- Name of the property.
-