|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This OccurrenceData
links a Occurrence
to a specific
version of a WTDocument
.
Supported API: true
Extendable: true
Field Summary | |
static String |
DOC
Label for the attribute. |
static String |
DOC_REFERENCE
Label for the attribute. |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
WTDocument |
getDoc()
Gets the object for the association that plays role: DOC. |
ObjectReference |
getDocReference()
Gets the value of the attribute: DOC_REFERENCE. |
void |
setDoc(WTDocument a_Doc)
Sets the object for the association that plays role: DOC. |
void |
setDocReference(ObjectReference a_DocReference)
Sets the value of the attribute: DOC_REFERENCE. |
Methods inherited from interface wt.fc.Persistable |
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo |
Methods inherited from interface wt.fc.ObjectMappable |
readExternal, writeExternal |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String DOC
public static final String DOC_REFERENCE
Method Detail |
public WTDocument getDoc()
public void setDoc(WTDocument a_Doc) throws WTPropertyVetoException, WTException
a_Doc
-
WTPropertyVetoException
WTException
public ObjectReference getDocReference()
public void setDocReference(ObjectReference a_DocReference) throws WTPropertyVetoException
a_DocReference
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |