gov.usda.gdpc.browser
Class PropertiesTableData

java.lang.Object
  extended bygov.usda.gdpc.browser.PropertiesTableData

public class PropertiesTableData
extends java.lang.Object

Author:
terryc

Field Summary
 java.lang.String myProperty
           
 java.lang.Object myValue
           
 
Constructor Summary
PropertiesTableData()
           
PropertiesTableData(Property property, java.lang.Object value, java.lang.String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myProperty

public java.lang.String myProperty

myValue

public java.lang.Object myValue
Constructor Detail

PropertiesTableData

public PropertiesTableData()

PropertiesTableData

public PropertiesTableData(Property property,
                           java.lang.Object value,
                           java.lang.String prefix)