com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.impl
Class AttributeValueInfo

java.lang.Object
  extended by com.adobe.livecycle.emcdocumentumcontentrepositoryconnector.client.type.impl.AttributeValueInfo
All Implemented Interfaces:
IAttributeValueInfo, java.io.Serializable

public class AttributeValueInfo
extends java.lang.Object
implements IAttributeValueInfo, java.io.Serializable

Implementation of Attribute Value Information interface

See Also:
Serialized Form

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

Constructor Detail

AttributeValueInfo

public AttributeValueInfo()

AttributeValueInfo

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

getValue

public java.lang.String getValue()
Description copied from interface: IAttributeValueInfo
Returns the name of the attribute value.

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

setValue

public void setValue(java.lang.String aValue)
Description copied from interface: IAttributeValueInfo
Sets the name of the attribute value.

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

getDescription

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

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

setDescription

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

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

toString

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