com.metamatrix.metadata.runtime.impl
Class PropertyValueRecordImpl

java.lang.Object
  extended by com.metamatrix.metadata.runtime.impl.PropertyValueRecordImpl
All Implemented Interfaces:
PropertyValueRecord

public class PropertyValueRecordImpl
extends java.lang.Object
implements PropertyValueRecord

PropertyValueRecordImpl


Constructor Summary
PropertyValueRecordImpl(java.lang.String property, java.lang.String value)
           
 
Method Summary
 java.lang.String getProperty()
          Get the property name
 java.lang.String getValue()
          Get the property value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyValueRecordImpl

public PropertyValueRecordImpl(java.lang.String property,
                               java.lang.String value)
Method Detail

getProperty

public java.lang.String getProperty()
Description copied from interface: PropertyValueRecord
Get the property name

Specified by:
getProperty in interface PropertyValueRecord
Returns:
the name of the property

getValue

public java.lang.String getValue()
Description copied from interface: PropertyValueRecord
Get the property value

Specified by:
getValue in interface PropertyValueRecord
Returns:
value of the property


Copyright © 2009. All Rights Reserved.