Package wt.occurrence
Class _CombinedPathOccurrence
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.occurrence._CombinedPathOccurrence
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.occurrence._CombinedOccurrence,_Occurrence,wt.occurrence._PathParentableOccurrence,CombinedOccurrence,Occurrence,PathParentableOccurrence
- Direct Known Subclasses:
CombinedPathOccurrence
public abstract class _CombinedPathOccurrence
extends ObjectToObjectLink
implements CombinedOccurrence, Externalizable
- See Also:
-
Field Summary
Fields inherited from interface wt.occurrence._Occurrence
NAME, OCCURRENCE_DATA_VECTOR -
Method Summary
Modifier and TypeMethodDescriptiongetName()The name of anOccurrenceis often referred to as a Reference Designator.voidThe name of anOccurrenceis often referred to as a Reference Designator.voidsetOccurrenceDataVector(Vector occurrenceDataVector) Methods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, duplicate, getAllObjects, getJoinValues, getRoleObject, setRoleObjectMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
getName
The name of anOccurrenceis often referred to as a Reference Designator.Supported API: true
- Specified by:
getNamein interface_Occurrence- See Also:
-
setName
The name of anOccurrenceis often referred to as a Reference Designator.Supported API: true
- Specified by:
setNamein interface_Occurrence- Throws:
WTPropertyVetoException- See Also:
-
getOccurrenceDataVector
ThisVectorcan be populated withOccurrenceDatathat is associated to anOccurrence.Supported API: true
- Specified by:
getOccurrenceDataVectorin interface_Occurrence- See Also:
-
setOccurrenceDataVector
ThisVectorcan be populated withOccurrenceDatathat is associated to anOccurrence.Supported API: true
- Specified by:
setOccurrenceDataVectorin interface_Occurrence- Throws:
WTPropertyVetoException- See Also:
-