Package net.officefloor.woof.model.woof
Class WoofTemplateExtensionPropertyImpl
- java.lang.Object
-
- net.officefloor.woof.model.woof.WoofTemplateExtensionPropertyImpl
-
- All Implemented Interfaces:
WoofTemplateExtensionProperty
public class WoofTemplateExtensionPropertyImpl extends java.lang.Object implements WoofTemplateExtensionProperty
WoofTemplateExtensionProperty
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description WoofTemplateExtensionPropertyImpl(java.lang.String name, java.lang.String value)
Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Obtains the name of the property.java.lang.String
getValue()
Obtains the value of the property.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:WoofTemplateExtensionProperty
Obtains the name of the property.- Specified by:
getName
in interfaceWoofTemplateExtensionProperty
- Returns:
- Name of the property.
-
getValue
public java.lang.String getValue()
Description copied from interface:WoofTemplateExtensionProperty
Obtains the value of the property.- Specified by:
getValue
in interfaceWoofTemplateExtensionProperty
- Returns:
- Value of the property.
-
-