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

org.apache.lens.api.metastore
Class XChainColumn

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

public class XChainColumn
extends Object

Java class for x_chain_column complex type.

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

 <complexType name="x_chain_column">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="chain_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ref_col" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dest_table" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
XChainColumn()
           
 
Method Summary
 String getChainName()
          Gets the value of the chainName property.
 String getDestTable()
          Gets the value of the destTable property.
 String getRefCol()
          Gets the value of the refCol property.
 void setChainName(String value)
          Sets the value of the chainName property.
 void setDestTable(String value)
          Sets the value of the destTable property.
 void setRefCol(String value)
          Sets the value of the refCol property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XChainColumn

public XChainColumn()
Method Detail

getChainName

public String getChainName()
Gets the value of the chainName property.

Returns:
possible object is String

setChainName

public void setChainName(String value)
Sets the value of the chainName property.

Parameters:
value - allowed object is String

getRefCol

public String getRefCol()
Gets the value of the refCol property.

Returns:
possible object is String

setRefCol

public void setRefCol(String value)
Sets the value of the refCol property.

Parameters:
value - allowed object is String

getDestTable

public String getDestTable()
Gets the value of the destTable property.

Returns:
possible object is String

setDestTable

public void setDestTable(String value)
Sets the value of the destTable property.

Parameters:
value - allowed object is String


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