org.fosstrak.epcis.repository.query
Class MasterDataQueryDTO

java.lang.Object
  extended by org.fosstrak.epcis.repository.query.MasterDataQueryDTO

public class MasterDataQueryDTO
extends Object

TODO: javadoc

Author:
Marco Steybe

Constructor Summary
MasterDataQueryDTO()
           
 
Method Summary
 void addAttributeName(String attrName)
           
 void addAttributeNameAndValues(String attrName, List<String> attrValues)
           
 void addVocabularyEqName(String vocabularyEqName)
           
 void addVocabularyType(String vocabularyType)
           
 void addVocabularyWdName(String vocabularyWdName)
           
 Map<String,List<String>> getAttributeNameAndValues()
           
 List<String> getAttributeNames()
           
 boolean getIncludeAttributes()
           
 boolean getIncludeChildren()
           
 List<String> getIncludedAttributeNames()
           
 int getMaxElementCount()
           
 List<String> getVocabularyEqNames()
           
 List<String> getVocabularyTypes()
           
 List<String> getVocabularyWdNames()
           
 void resetQuery()
           
 void setAttributeNameAndValues(Map<String,List<String>> attributeNameAndValues)
           
 void setAttributeNames(List<String> attributeNames)
           
 void setIncludeAttributes(boolean includeAttributes)
           
 void setIncludeChildren(boolean includeChildren)
           
 void setIncludedAttributeNames(List<String> includedAttributeNames)
           
 void setMaxElementCount(int maxElementCount)
           
 void setVocabularyEqNames(List<String> vocabularyEqNames)
           
 void setVocabularyTypes(List<String> vocabularyTypes)
           
 void setVocabularyWdNames(List<String> vocabularyWdNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterDataQueryDTO

public MasterDataQueryDTO()
Method Detail

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.