org.apache.hadoop.hive.metastore.model
Class MOrder
java.lang.Object
org.apache.hadoop.hive.metastore.model.MOrder
public class MOrder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MOrder
public MOrder(String col,
int order)
- Parameters:
col
- order
-
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 © 2009 The Apache Software Foundation