Class ManagedObjectPoolSourcePropertyImpl
- java.lang.Object
-
- net.officefloor.compile.spi.pool.source.impl.ManagedObjectPoolSourcePropertyImpl
-
- All Implemented Interfaces:
ManagedObjectPoolSourceProperty
public class ManagedObjectPoolSourcePropertyImpl extends java.lang.Object implements ManagedObjectPoolSourceProperty
ManagedObjectPoolSourceProperty
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ManagedObjectPoolSourcePropertyImpl(java.lang.String name, java.lang.String label)
Initialise.
-
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 name of property.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:ManagedObjectPoolSourceProperty
Obtains name of property.- Specified by:
getName
in interfaceManagedObjectPoolSourceProperty
- Returns:
- Name of property.
-
getLabel
public java.lang.String getLabel()
Description copied from interface:ManagedObjectPoolSourceProperty
Obtains the display name of the property. If this returnsnull
then the return value ofManagedObjectPoolSourceProperty.getName()
is used.- Specified by:
getLabel
in interfaceManagedObjectPoolSourceProperty
- Returns:
- Display name of property.
-
-