org.apache.hcatalog.templeton
Class TablePropertyDesc

Object
  extended by GroupPermissionsDesc
      extended by TablePropertyDesc

public class TablePropertyDesc
extends GroupPermissionsDesc

A description of a table property.


Field Summary
 String name
           
 String value
           
 
Fields inherited from class GroupPermissionsDesc
group, permissions
 
Constructor Summary
TablePropertyDesc()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class GroupPermissionsDesc
equals, xequals, xequals, xequals, xequals
 
Methods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

value

public String value
Constructor Detail

TablePropertyDesc

public TablePropertyDesc()
Method Detail

toString

public String toString()
Overrides:
toString in class Object