org.apache.hadoop.hive.metastore.model
Class MStringList

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.model.MStringList

public class MStringList
extends Object

It represents data structure of string list. workaround JDO limitation: no support for collection of collection.


Constructor Summary
MStringList(List<String> list)
           
 
Method Summary
 List<String> getInternalList()
           
 void setInternalList(List<String> internalList)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MStringList

public MStringList(List<String> list)
Parameters:
list -
Method Detail

getInternalList

public List<String> getInternalList()
Returns:
the internalList

setInternalList

public void setInternalList(List<String> internalList)
Parameters:
internalList - the internalList to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The Apache Software Foundation