Class SupplierSourcePropertyImpl
- java.lang.Object
-
- net.officefloor.compile.spi.supplier.source.impl.SupplierSourcePropertyImpl
-
- All Implemented Interfaces:
SupplierSourceProperty
public class SupplierSourcePropertyImpl extends java.lang.Object implements SupplierSourceProperty
SupplierSourcePropertyimplementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description SupplierSourcePropertyImpl(java.lang.String name, java.lang.String label)Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLabel()Obtains the display name of the property.java.lang.StringgetName()Obtains the name of the property.
-
-
-
Method Detail
-
getLabel
public java.lang.String 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
public java.lang.String getName()
Description copied from interface:SupplierSourcePropertyObtains the name of the property.- Specified by:
getNamein interfaceSupplierSourceProperty- Returns:
- Name of the property.
-
-