|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.java.AbstractAttributeInfo
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 |
protected int attributeNameIndex
protected long attributeLength
Constructor Detail |
public AbstractAttributeInfo(int attributeNameIndex, long attributeLength)
attributeNameIndex
- the attribute name index.attributeLength
- the attribute length.Method Detail |
public long getAttributeLength()
public void setAttributeLength(long attributeLength)
attributeLength
- the attribute length.public int getAttributeNameIndex()
public void setAttributeNameIndex(int attributeNameIndex)
attributeNameIndex
- the attribute name index.
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |