|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cmc.tcgui.datadef.AttributeEntryInstance
Title: class AttributeEntryInstance
Description: AttributeEntryInstance is the key to real Attribute[Group] values
Copyright: Copyright (c) 2003
Company: CMC Computers
Field Summary | |
protected AttributeEntry |
attributeEntry
AttributeEntryOcurence whose instance is this |
protected int |
index
The index of instance of the AttributeEntry |
Constructor Summary | |
AttributeEntryInstance()
Creates new empty attribute instance |
|
AttributeEntryInstance(AttributeEntry aeo,
int index)
Creates instance from given AttributeEntry and its instance index |
Method Summary | |
boolean |
equals(Object o)
Compare two AttributeEntryInstances |
AttributeEntry |
getAttributeEntry()
|
int |
getIndex()
|
int |
hashCode()
Overriden hashcode |
void |
setAttributeEntry(AttributeEntry aeo)
Sets AttributeEntry whose instance is this |
void |
setIndex(int index)
Sets the index of this instance |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected AttributeEntry attributeEntry
protected int index
Constructor Detail |
public AttributeEntryInstance()
public AttributeEntryInstance(AttributeEntry aeo, int index)
aeo
- AttributeEntryindex
- instance numberMethod Detail |
public AttributeEntry getAttributeEntry()
public void setAttributeEntry(AttributeEntry aeo)
public int getIndex()
public void setIndex(int index)
public String toString()
public boolean equals(Object o)
o
- Object to compare with
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |