org.apache.camel.component.hbase.model
Class HBaseRow

java.lang.Object
  extended by org.apache.camel.component.hbase.model.HBaseRow
All Implemented Interfaces:
Cloneable

public class HBaseRow
extends Object
implements Cloneable


Constructor Summary
HBaseRow()
           
HBaseRow(Set<HBaseCell> cells)
           
 
Method Summary
 void apply(HBaseRow modelRow)
           
 Set<HBaseCell> getCells()
           
 Object getId()
           
 Class<?> getRowType()
           
 boolean isEmpty()
           
 void setCells(Set<HBaseCell> cells)
           
 void setId(Object id)
           
 void setRowType(Class<?> rowType)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HBaseRow

public HBaseRow()

HBaseRow

public HBaseRow(Set<HBaseCell> cells)
Method Detail

getId

public Object getId()

setId

public void setId(Object id)

getRowType

public Class<?> getRowType()

setRowType

public void setRowType(Class<?> rowType)

getCells

public Set<HBaseCell> getCells()

setCells

public void setCells(Set<HBaseCell> cells)

isEmpty

public boolean isEmpty()

size

public int size()

apply

public void apply(HBaseRow modelRow)


Apache CAMEL