com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.impl
Class PropertyValueInfo

java.lang.Object
  extended by com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.impl.PropertyValueInfo
All Implemented Interfaces:
IPropertyValueInfo, java.io.Serializable

public class PropertyValueInfo
extends java.lang.Object
implements IPropertyValueInfo, java.io.Serializable

Implementation of Property Value Information interface

Since:
27 April 2007
See Also:
Serialized Form

Constructor Summary
PropertyValueInfo()
           
PropertyValueInfo(java.lang.String aValue, java.lang.String aDescription)
           
 
Method Summary
 java.lang.String getDescription()
          Retrieves the description text for the Property.
 java.lang.String getValue()
          Retrieves the name of the Property.
 void setDescription(java.lang.String aDescription)
          Sets the description text for the Property.
 void setValue(java.lang.String aValue)
          Sets the name of the Property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyValueInfo

public PropertyValueInfo()

PropertyValueInfo

public PropertyValueInfo(java.lang.String aValue,
                         java.lang.String aDescription)
Method Detail

getValue

public java.lang.String getValue()
Description copied from interface: IPropertyValueInfo
Retrieves the name of the Property.

Specified by:
getValue in interface IPropertyValueInfo
See Also:
IPropertyValueInfo.getValue()

setValue

public void setValue(java.lang.String aValue)
Description copied from interface: IPropertyValueInfo
Sets the name of the Property.

Specified by:
setValue in interface IPropertyValueInfo
See Also:
IPropertyValueInfo.setValue(java.lang.String)

getDescription

public java.lang.String getDescription()
Description copied from interface: IPropertyValueInfo
Retrieves the description text for the Property.

Specified by:
getDescription in interface IPropertyValueInfo
See Also:
IPropertyValueInfo.getDescription()

setDescription

public void setDescription(java.lang.String aDescription)
Description copied from interface: IPropertyValueInfo
Sets the description text for the Property.

Specified by:
setDescription in interface IPropertyValueInfo
See Also:
IPropertyValueInfo.setDescription(java.lang.String)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()