Package org.openforis.collect.manager
Class RecordGenerator.RecordKey
- java.lang.Object
-
- org.openforis.collect.manager.RecordGenerator.RecordKey
-
- Enclosing class:
- RecordGenerator
public static class RecordGenerator.RecordKey extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetValue(String path)Map<String,String>getValueByPath()List<String>getValues(List<AttributeDefinition> keyDefs)inthashCode()booleanisNotEmpty()voidputValue(String path, String value)
-
-
-
Constructor Detail
-
RecordKey
public RecordKey()
-
RecordKey
public RecordKey(List<AttributeDefinition> keyDefs, List<String> keys)
-
-
Method Detail
-
getValues
public List<String> getValues(List<AttributeDefinition> keyDefs)
-
isNotEmpty
public boolean isNotEmpty()
-
-