org.usergrid.persistence.schema
Class DictionaryInfo

java.lang.Object
  extended by org.usergrid.persistence.schema.DictionaryInfo

public class DictionaryInfo
extends Object


Constructor Summary
DictionaryInfo()
           
DictionaryInfo(EntityDictionary setAnnotation)
           
 
Method Summary
 Class<?> getKeyType()
           
 String getName()
           
 Class<?> getValueType()
           
 boolean isIncludedInExport()
           
 boolean isKeysIndexedInConnections()
           
 boolean isPublic()
           
 void setIncludedInExport(boolean includedInExport)
           
 void setKeysIndexedInConnections(boolean keysIndexedInConnections)
           
 void setKeyType(Class<?> type)
           
 void setName(String name)
           
 void setPublic(boolean publicVisible)
           
 void setValueType(Class<?> valueType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DictionaryInfo

public DictionaryInfo()

DictionaryInfo

public DictionaryInfo(EntityDictionary setAnnotation)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getKeyType

public Class<?> getKeyType()

setKeyType

public void setKeyType(Class<?> type)

getValueType

public Class<?> getValueType()

setValueType

public void setValueType(Class<?> valueType)

isKeysIndexedInConnections

public boolean isKeysIndexedInConnections()

setKeysIndexedInConnections

public void setKeysIndexedInConnections(boolean keysIndexedInConnections)

isPublic

public boolean isPublic()

setPublic

public void setPublic(boolean publicVisible)

isIncludedInExport

public boolean isIncludedInExport()

setIncludedInExport

public void setIncludedInExport(boolean includedInExport)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.