org.fosstrak.epcis.repository.query
Class MasterDataQueryDTO
java.lang.Object
org.fosstrak.epcis.repository.query.MasterDataQueryDTO
public class MasterDataQueryDTO
- extends Object
TODO: javadoc
- Author:
- Marco Steybe
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MasterDataQueryDTO
public MasterDataQueryDTO()
resetQuery
public void resetQuery()
addAttributeName
public void addAttributeName(String attrName)
addAttributeNameAndValues
public void addAttributeNameAndValues(String attrName,
List<String> attrValues)
addVocabularyEqName
public void addVocabularyEqName(String vocabularyEqName)
addVocabularyType
public void addVocabularyType(String vocabularyType)
addVocabularyWdName
public void addVocabularyWdName(String vocabularyWdName)
getAttributeNameAndValues
public Map<String,List<String>> getAttributeNameAndValues()
getAttributeNames
public List<String> getAttributeNames()
getIncludeAttributes
public boolean getIncludeAttributes()
getIncludeChildren
public boolean getIncludeChildren()
getIncludedAttributeNames
public List<String> getIncludedAttributeNames()
getMaxElementCount
public int getMaxElementCount()
getVocabularyEqNames
public List<String> getVocabularyEqNames()
getVocabularyTypes
public List<String> getVocabularyTypes()
getVocabularyWdNames
public List<String> getVocabularyWdNames()
setAttributeNameAndValues
public void setAttributeNameAndValues(Map<String,List<String>> attributeNameAndValues)
setAttributeNames
public void setAttributeNames(List<String> attributeNames)
setIncludeAttributes
public void setIncludeAttributes(boolean includeAttributes)
setIncludeChildren
public void setIncludeChildren(boolean includeChildren)
setIncludedAttributeNames
public void setIncludedAttributeNames(List<String> includedAttributeNames)
setMaxElementCount
public void setMaxElementCount(int maxElementCount)
setVocabularyEqNames
public void setVocabularyEqNames(List<String> vocabularyEqNames)
setVocabularyTypes
public void setVocabularyTypes(List<String> vocabularyTypes)
setVocabularyWdNames
public void setVocabularyWdNames(List<String> vocabularyWdNames)
Copyright © 2010. All Rights Reserved.