com.ibm.gcs.db.component
Class DB2AnnotationsList
java.lang.Object
|
+--com.ibm.gcs.db.component.DB2AnnotationsList
- public class DB2AnnotationsList
- extends java.lang.Object
A DB2AnnotationsList represents a list of all DB2Annotations
associated with a specified annotatee. Currently only
supports 1 annotation per parent-child link.
The DB2AnnotationList only loads annotations from the database
when necessary. It caches newly added annotations until these
annotations are explicitly saved.
This class uses DB2AnnotationHelper to perform its database
operations.
Field Summary |
static boolean |
debug
|
Method Summary |
java.lang.String |
getURLString()
Return the url string of this list's annotatee. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public static boolean debug
DB2AnnotationsList
public DB2AnnotationsList(DB2URLContainer annotatee)
- Constructor.
- Parameters:
annotatee
- The URLContainer being annotated.
getURLString
public java.lang.String getURLString()
- Return the url string of this list's annotatee.
- Returns:
- urlString the child url string
main
public static void main(java.lang.String[] args)
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.