|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.occurrence.UsesOccurrenceReference
public class UsesOccurrenceReference
This reference uses a special UsesOccurrenceForeignKey to uniquely
identify a UsesOccurrence for the purpose of associating it to
PathOccurrences.
Use the newUsesOccurrenceReference static factory method(s),
not the UsesOccurrenceReference constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Supported API: true |
int |
hashCode()
Supported API: true |
protected void |
initialize(UsesOccurrence obj)
Supported API: true |
protected void |
initialize(UsesOccurrenceForeignKey objId)
Supported API: true |
static UsesOccurrenceReference |
newUsesOccurrenceReference(UsesOccurrence obj)
Supported API: true |
static UsesOccurrenceReference |
newUsesOccurrenceReference(UsesOccurrenceForeignKey objId)
Supported API: true |
boolean |
references(Persistable obj)
Supported API: true |
void |
refresh()
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static UsesOccurrenceReference newUsesOccurrenceReference(UsesOccurrence obj)
throws WTException
obj -
WTException
public static UsesOccurrenceReference newUsesOccurrenceReference(UsesOccurrenceForeignKey objId)
throws WTException
objId -
WTException
public void refresh()
throws WTException
WTExceptionpublic boolean equals(Object obj)
equals in class Objectobj -
public int hashCode()
hashCode in class Objectpublic boolean references(Persistable obj)
obj -
protected void initialize(UsesOccurrence obj)
throws WTException
obj -
WTException
protected void initialize(UsesOccurrenceForeignKey objId)
throws WTException
objId -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||