Class ManagedObjectSourcePropertyImpl
java.lang.Object
net.officefloor.frame.api.managedobject.source.impl.ManagedObjectSourcePropertyImpl
- All Implemented Interfaces:
ManagedObjectSourceProperty
Implementation of the
ManagedObjectSourceProperty.- Author:
- Daniel Sagenschneider
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionManagedObjectSourcePropertyImpl(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
-
ManagedObjectSourcePropertyImpl
Initiate with name and label of property.- Parameters:
name- Name of property.label- Label of property.
-
-
Method Details
-
getName
Description copied from interface:ManagedObjectSourcePropertyObtains name of property.- Specified by:
getNamein interfaceManagedObjectSourceProperty- Returns:
- Name of property.
-
getLabel
Description copied from interface:ManagedObjectSourcePropertyObtains the display name of the property. If this returnsnullthen the return value ofManagedObjectSourceProperty.getName()is used.- Specified by:
getLabelin interfaceManagedObjectSourceProperty- Returns:
- Display name of property.
-