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

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

public class MOrder
extends Object


Constructor Summary
MOrder(String col, int order)
           
 
Method Summary
 String getCol()
           
 int getOrder()
           
 void setCol(String col)
           
 void setOrder(int order)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MOrder

public MOrder(String col,
              int order)
Parameters:
col -
order -
Method Detail

getCol

public String getCol()
Returns:
the col

setCol

public void setCol(String col)
Parameters:
col - the col to set

getOrder

public int getOrder()
Returns:
the order

setOrder

public void setOrder(int order)
Parameters:
order - the order to set


Copyright © 2012 The Apache Software Foundation