pt.moredata.connection
Class Property

java.lang.Object
  extended bypt.moredata.connection.Property

public class Property
extends java.lang.Object

Property.java Company MoreData

Version:
$Revision: 1.2 $
Author:
psfbc

Constructor Summary
Property(java.lang.String name, java.lang.String value)
          Creates a new instance of Property
 
Method Summary
 java.lang.String getName()
          Getter for property name.
 java.lang.String getValue()
          Getter for property value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property(java.lang.String name,
                java.lang.String value)
Creates a new instance of Property

Parameters:
name - Property name.
value - Property value.
Method Detail

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

getValue

public java.lang.String getValue()
Getter for property value.

Returns:
Value of property value.