org.apache.lens.api.metastore
Class DimensionTable

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

public class DimensionTable
extends Object

Java class for dimension_table complex type.

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

 <complexType name="dimension_table">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="columns" type="{uri:lens:cube:0.1}columns"/>
         <element name="storage_dump_periods" type="{uri:lens:cube:0.1}update_periods"/>
         <element name="properties" type="{uri:lens:cube:0.1}x_properties" minOccurs="0"/>
       </sequence>
       <attribute name="dim_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="table_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="weight" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DimensionTable()
           
 
Method Summary
 Columns getColumns()
          Gets the value of the columns property.
 String getDimName()
          Gets the value of the dimName property.
 XProperties getProperties()
          Gets the value of the properties property.
 UpdatePeriods getStorageDumpPeriods()
          Gets the value of the storageDumpPeriods property.
 String getTableName()
          Gets the value of the tableName property.
 Double getWeight()
          Gets the value of the weight property.
 void setColumns(Columns value)
          Sets the value of the columns property.
 void setDimName(String value)
          Sets the value of the dimName property.
 void setProperties(XProperties value)
          Sets the value of the properties property.
 void setStorageDumpPeriods(UpdatePeriods value)
          Sets the value of the storageDumpPeriods property.
 void setTableName(String value)
          Sets the value of the tableName property.
 void setWeight(Double value)
          Sets the value of the weight property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DimensionTable

public DimensionTable()
Method Detail

getColumns

public Columns getColumns()
Gets the value of the columns property.

Returns:
possible object is Columns

setColumns

public void setColumns(Columns value)
Sets the value of the columns property.

Parameters:
value - allowed object is Columns

getStorageDumpPeriods

public UpdatePeriods getStorageDumpPeriods()
Gets the value of the storageDumpPeriods property.

Returns:
possible object is UpdatePeriods

setStorageDumpPeriods

public void setStorageDumpPeriods(UpdatePeriods value)
Sets the value of the storageDumpPeriods property.

Parameters:
value - allowed object is UpdatePeriods

getProperties

public XProperties getProperties()
Gets the value of the properties property.

Returns:
possible object is XProperties

setProperties

public void setProperties(XProperties value)
Sets the value of the properties property.

Parameters:
value - allowed object is XProperties

getDimName

public String getDimName()
Gets the value of the dimName property.

Returns:
possible object is String

setDimName

public void setDimName(String value)
Sets the value of the dimName property.

Parameters:
value - allowed object is String

getTableName

public String getTableName()
Gets the value of the tableName property.

Returns:
possible object is String

setTableName

public void setTableName(String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String

getWeight

public Double getWeight()
Gets the value of the weight property.

Returns:
possible object is Double

setWeight

public void setWeight(Double value)
Sets the value of the weight property.

Parameters:
value - allowed object is Double


Copyright © 2014 Apache Software Foundation. All rights reserved.