com.adobe.livecycle.connectorforibmcm.dsc.client
Class AttributeInfo

java.lang.Object
  extended by com.adobe.livecycle.connectorforibmcm.dsc.client.AttributeInfo
All Implemented Interfaces:
java.io.Serializable

public class AttributeInfo
extends java.lang.Object
implements java.io.Serializable

Represents attribute information for an Item type in IBM Content Manager. Contains attribute name and type.

See Also:
Serialized Form

Constructor Summary
AttributeInfo()
           
 
Method Summary
 java.lang.String getName()
          Retrieves the name of the attribute.
 AttributeType getType()
          Retrieves the type of the attribute.
 void setName(java.lang.String name)
          Sets the name of an attribute.
 void setType(AttributeType type)
          Sets the type of the attribute.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeInfo

public AttributeInfo()
Method Detail

getName

public java.lang.String getName()
Retrieves the name of the attribute.


setName

public void setName(java.lang.String name)
Sets the name of an attribute.

Parameters:
name - Name of the attribute.

getType

public AttributeType getType()
Retrieves the type of the attribute.

Returns:
The type of the attribute.

setType

public void setType(AttributeType type)
Sets the type of the attribute.

Parameters:
type - Type of the attribute.