com.groiss.dms
Interface DMSWebLink

All Superinterfaces:
DMSForm, DMSObject, HasLog, com.dec.avw.core.OwnedObject, Persistent

public interface DMSWebLink
extends DMSForm

The base interface for all Weblinks in @enterprise DMS

Author:
robert

Field Summary
static String DESCRIPTION
          Defines the name of the field holding the describtion of this weblink.
static String NAME
          Defines the name of the field holding the name of this weblink.
static String URL
          Defines the name of the field holding the url of this weblink.
 
Method Summary
 
Methods inherited from interface com.groiss.dms.DMSForm
getField, getFieldType, getFormType, hasField, setField
 
Methods inherited from interface com.groiss.dms.DMSObject
attachNote, getAcl, getChangedAt, getChangedBy, getCreatedAt, getCreatedBy, getDefaultOrgUnit, getIcon, getName, getTypeName, hasAttachedNotes, hasVersions, listAttachedNotes, listVersions, makeCopy, makeVersion, removeNote, setAcl, setName
 
Methods inherited from interface com.dec.avw.core.OwnedObject
getOwner, ignoreSubstitution
 
Methods inherited from interface com.groiss.store.Persistent
dbFields, getOid, getStore, getTableName, isFilled, onDelete, onInsert, onRead, onUpdate, setFilled, setOid, setStore
 
Methods inherited from interface com.groiss.org.HasLog
getVersionId, setVersionId
 

Field Detail

NAME

static final String NAME
Defines the name of the field holding the name of this weblink.

See Also:
Constant Field Values

URL

static final String URL
Defines the name of the field holding the url of this weblink.

See Also:
Constant Field Values

DESCRIPTION

static final String DESCRIPTION
Defines the name of the field holding the describtion of this weblink.

See Also:
Constant Field Values


@enterprise 8.0.10078 Copyright © 2001-2011 Groiss Informatics GmbH. All Rights Reserved.