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

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

public class MVersionTable
extends Object


Constructor Summary
MVersionTable()
           
MVersionTable(String schemaVersion, String versionComment)
           
 
Method Summary
 String getSchemaVersion()
           
 String getVersionComment()
           
 void setSchemaVersion(String schemaVersion)
           
 void setVersionComment(String versionComment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVersionTable

public MVersionTable()

MVersionTable

public MVersionTable(String schemaVersion,
                     String versionComment)
Method Detail

getVersionComment

public String getVersionComment()
Returns:
the versionComment

setVersionComment

public void setVersionComment(String versionComment)
Parameters:
versionComment - the versionComment to set

getSchemaVersion

public String getSchemaVersion()
Returns:
the schemaVersion

setSchemaVersion

public void setSchemaVersion(String schemaVersion)
Parameters:
schemaVersion - the schemaVersion to set


Copyright © 2012 The Apache Software Foundation