|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.occurrence.DataOccurrenceReference
public class DataOccurrenceReference
This reference is to a set of UsesOccurrences that all share
the same UsesOccurrenceData objects.
Use the newDataOccurrenceReference static factory method(s),
not the DataOccurrenceReference 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(DataOccurrenceForeignKey objId)
Supported API: true |
protected void |
initialize(UsesOccurrence obj)
Supported API: true |
static DataOccurrenceReference |
newDataOccurrenceReference(DataOccurrenceForeignKey objId)
Supported API: true |
static DataOccurrenceReference |
newDataOccurrenceReference(UsesOccurrence obj)
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 DataOccurrenceReference newDataOccurrenceReference(UsesOccurrence obj)
throws WTException
obj -
WTException
public static DataOccurrenceReference newDataOccurrenceReference(DataOccurrenceForeignKey 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(DataOccurrenceForeignKey objId)
throws WTException
objId -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||