|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.esi.tgt.ESITargetUtility.TargetCounter
A private class which determines the number of persistables associated with an ESITarget.
Field Summary | |
private ESITarget |
tgt
The ESITarget of interest. |
private Hashtable |
ufids
A collection of persistable objects. |
Constructor Summary | |
(package private) |
ESITargetUtility.TargetCounter(ESITargetAssociation eta,
int size)
Only constructor for the class. |
Method Summary | |
(package private) void |
count(ESITargetAssociation eta)
Adds the argument to the ufids collection. |
(package private) int |
getCount()
Returns the count of the entries in the ufids attribute. |
(package private) ESITarget |
getTarget()
getter for the tgt attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private ESITarget tgt
private Hashtable ufids
Constructor Detail |
ESITargetUtility.TargetCounter(ESITargetAssociation eta, int size)
eta
- The ESITargetAssociation that contains a target.size
- declares maximum size of the ufids collectionMethod Detail |
int getCount()
void count(ESITargetAssociation eta)
eta
- The ESITargetAssociation to process.ESITarget getTarget()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |