Package net.karneim.pojobuilder.model
Class PropertyListM.Key
- java.lang.Object
-
- net.karneim.pojobuilder.model.PropertyListM.Key
-
- Enclosing class:
- PropertyListM
public static class PropertyListM.Key extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Key
public Key(java.lang.String propertyName, TypeM propertyType)
-
Key
public Key(java.lang.String propertyName, java.lang.String propertyType)
-
-