org.apache.cassandra.loader
Class Importer

java.lang.Object
  extended by org.apache.cassandra.loader.Importer

public class Importer
extends java.lang.Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Table" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Key" type="{}KeyType"/>
         <element name="ColumnFamily" type="{}ColumnFamilyType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ColumnFamilyType columnFamily
           
protected  KeyType key
           
protected  java.lang.String table
           
 
Constructor Summary
Importer()
           
 
Method Summary
 ColumnFamilyType getColumnFamily()
          Gets the value of the columnFamily property.
 KeyType getKey()
          Gets the value of the key property.
 java.lang.String getTable()
          Gets the value of the table property.
 void setColumnFamily(ColumnFamilyType value)
          Sets the value of the columnFamily property.
 void setKey(KeyType value)
          Sets the value of the key property.
 void setTable(java.lang.String value)
          Sets the value of the table property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

protected java.lang.String table

key

protected KeyType key

columnFamily

protected ColumnFamilyType columnFamily
Constructor Detail

Importer

public Importer()
Method Detail

getTable

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

Returns:
possible object is String

setTable

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

Parameters:
value - allowed object is String

getKey

public KeyType getKey()
Gets the value of the key property.

Returns:
possible object is KeyType

setKey

public void setKey(KeyType value)
Sets the value of the key property.

Parameters:
value - allowed object is KeyType

getColumnFamily

public ColumnFamilyType getColumnFamily()
Gets the value of the columnFamily property.

Returns:
possible object is ColumnFamilyType

setColumnFamily

public void setColumnFamily(ColumnFamilyType value)
Sets the value of the columnFamily property.

Parameters:
value - allowed object is ColumnFamilyType


Copyright © 2009 The Apache Software Foundation