Package net.officefloor.web.value.load
Class PropertyKey
- java.lang.Object
-
- net.officefloor.web.value.load.PropertyKey
-
public class PropertyKey extends java.lang.Object
Key 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 boolean
equals(java.lang.Object obj)
java.lang.String
getPropertyName()
Obtains the property name.int
hashCode()
-