org.apache.hadoop.hbase.rest.model
Class TableModel
java.lang.Object
org.apache.hadoop.hbase.rest.model.TableModel
- All Implemented Interfaces:
- Serializable
public class TableModel
- extends Object
- implements Serializable
Simple representation of a table name.
<complexType name="Table">
<sequence>
<element name="name" type="string"></element>
</sequence>
</complexType>
- See Also:
- Serialized Form
TableModel
public TableModel()
- Default constructor
TableModel
public TableModel(String name)
- Constructor
- Parameters:
name
-
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.