This project has retired. For details please refer to its Attic page.
XTableReference (Lens 2.0.1-beta-incubating API)

org.apache.lens.api.metastore
Class XTableReference

java.lang.Object
  extended by org.apache.lens.api.metastore.XTableReference

public class XTableReference
extends Object

Java class for x_table_reference complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="x_table_reference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="table" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
XTableReference()
           
 
Method Summary
 String getColumn()
          Gets the value of the column property.
 String getTable()
          Gets the value of the table property.
 void setColumn(String value)
          Sets the value of the column property.
 void setTable(String value)
          Sets the value of the table property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XTableReference

public XTableReference()
Method Detail

getTable

public String getTable()
Gets the value of the table property.

Returns:
possible object is String

setTable

public void setTable(String value)
Sets the value of the table property.

Parameters:
value - allowed object is String

getColumn

public String getColumn()
Gets the value of the column property.

Returns:
possible object is String

setColumn

public void setColumn(String value)
Sets the value of the column property.

Parameters:
value - allowed object is String


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.