Remote Systems
v6.4.1

com.ibm.etools.systems.core.java
Class AbstractAttributeInfo

java.lang.Object
  extended bycom.ibm.etools.systems.core.java.AbstractAttributeInfo

public class AbstractAttributeInfo
extends Object

This class represents a attribute.


Field Summary
protected  long attributeLength
           
protected  int attributeNameIndex
           
 
Constructor Summary
AbstractAttributeInfo(int attributeNameIndex, long attributeLength)
          Constructor.
 
Method Summary
 long getAttributeLength()
          Returns the attribute length.
 int getAttributeNameIndex()
          Returns the attribute name index.
 void setAttributeLength(long attributeLength)
          Sets the attribute length.
 void setAttributeNameIndex(int attributeNameIndex)
          Sets the attribute name index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeNameIndex

protected int attributeNameIndex

attributeLength

protected long attributeLength
Constructor Detail

AbstractAttributeInfo

public AbstractAttributeInfo(int attributeNameIndex,
                             long attributeLength)
Constructor.

Parameters:
attributeNameIndex - the attribute name index.
attributeLength - the attribute length.
Method Detail

getAttributeLength

public long getAttributeLength()
Returns the attribute length.

Returns:
the attribute length.

setAttributeLength

public void setAttributeLength(long attributeLength)
Sets the attribute length.

Parameters:
attributeLength - the attribute length.

getAttributeNameIndex

public int getAttributeNameIndex()
Returns the attribute name index.

Returns:
the attribute name index.

setAttributeNameIndex

public void setAttributeNameIndex(int attributeNameIndex)
Sets the attribute name index.

Parameters:
attributeNameIndex - the attribute name index.

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.