Class Bookmark

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.workflow.notebook._NotebookComponent
wt.workflow.notebook.NotebookComponent
wt.workflow.notebook._Bookmark
wt.workflow.notebook.Bookmark
All Implemented Interfaces:
Externalizable, Serializable, wt.admin._DomainAdministered, DomainAdministered, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.index._Indexable, Indexable, wt.inf.container._WTContained, WTContained, wt.ownership._Ownable, wt.ownership.Ownable, wt.recent.RecentlyVisited, wt.type._TypeManaged, wt.type.TypeManaged
Direct Known Subclasses:
wt.workflow.notebook._FolderedBookmark, wt.workflow.notebook._ImportedBookmark

@GenAsPersistable(superClass=wt.workflow.notebook.NotebookComponent.class,interfaces=wt.type.TypeManaged.class,versions=218480053965703777L,properties={@GeneratedProperty(name="url",type=java.net.URL.class,columnProperties=@ColumnProperties(columnType=BLOB)),@GeneratedProperty(name="description",type=java.lang.String.class),@GeneratedProperty(name="creator",type=WTPrincipalReference.class,javaDoc="The creator of the bookmark.",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(columnName="C")),@GeneratedProperty(name="modifier",type=WTPrincipalReference.class,javaDoc="The modifier of the bookmark.",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(columnName="D"))},foreignKeys={@GeneratedForeignKey(name="FolderBookmarkLink",foreignKeyRole=@ForeignKeyRole(name="folder",type=wt.workflow.notebook.NotebookFolder.class,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(index=true),accessors=@PropertyAccessors(setExceptions={})),myRole=@MyRole(name="bookmark")),@GeneratedForeignKey(name="NotebookBookmarkLink",foreignKeyRole=@ForeignKeyRole(name="notebook",type=Notebook.class,constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(index=true),accessors=@PropertyAccessors(setExceptions={})),myRole=@MyRole(name="bookmark"))},tableProperties=@TableProperties(compositeIndex15="+folderReference.key.id",compositeIndex16="+notebookReference.key.id"),iconProperties=@IconProperties(standardIcon="netmarkets/images/link_large.gif",openIcon="netmarkets/images/link_large.gif")) public class Bookmark extends wt.workflow.notebook._Bookmark

Use the newBookmark static factory method(s), not the Bookmark 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

See Also: