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
SupplierSourceProperty
implementation.- 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.String
getLabel()
Obtains the display name of the property.java.lang.String
getName()
Obtains the name of the property.
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
Description copied from interface:SupplierSourceProperty
Obtains the display name of the property. If this returnsnull
then the return value ofSupplierSourceProperty.getName()
is used.- Specified by:
getLabel
in interfaceSupplierSourceProperty
- Returns:
- Display name of property.
-
getName
public java.lang.String getName()
Description copied from interface:SupplierSourceProperty
Obtains the name of the property.- Specified by:
getName
in interfaceSupplierSourceProperty
- Returns:
- Name of the property.
-
-