Package net.officefloor.web.value.load
Class PropertyKey
- java.lang.Object
-
- net.officefloor.web.value.load.PropertyKey
-
public class PropertyKey extends java.lang.ObjectKey for matching property names.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description PropertyKey(java.lang.String propertyName, boolean isCaseInsensitive)Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetPropertyName()Obtains the property name.inthashCode()
-