Class ExecutiveSourcePropertyImpl
java.lang.Object
net.officefloor.frame.api.executive.source.impl.ExecutiveSourcePropertyImpl
- All Implemented Interfaces:
ExecutiveSourceProperty
ExecutiveSourceProperty implementation.- Author:
- Daniel Sagenschneider
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExecutiveSourcePropertyImpl(String name, String label) Initiate with name and label of property. -
Method Summary
-
Field Details
-
name
Name of property. -
label
Label of property.
-
-
Constructor Details
-
ExecutiveSourcePropertyImpl
Initiate with name and label of property.- Parameters:
name- Name of property.label- Label of property.
-
-
Method Details
-
getName
Description copied from interface:ExecutiveSourcePropertyObtains name of property.- Specified by:
getNamein interfaceExecutiveSourceProperty- Returns:
- Name of property.
-
getLabel
Description copied from interface:ExecutiveSourcePropertyObtains the display name of the property. If this returnsnullthen the return value ofExecutiveSourceProperty.getName()is used.- Specified by:
getLabelin interfaceExecutiveSourceProperty- Returns:
- Display name of property.
-