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 java.lang.String DESCRIPTION
          Defines the name of the field holding the describtion of this weblink.
static java.lang.String NAME
          Defines the name of the field holding the name of this weblink.
static java.lang.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 java.lang.String NAME
Defines the name of the field holding the name of this weblink.

See Also:
Constant Field Values

URL

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

See Also:
Constant Field Values

DESCRIPTION

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

See Also:
Constant Field Values


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.