Package com.groiss.dms
Interface DMSWebLink
- All Superinterfaces:
DMSForm
,DMSObject
,HasLog
,HasOwner
,HasPermissionList
,HasVersionId
,KeyValuePair<String,
,String> OptimisticLocking
,Persistent
,Serializable
The base interface for all Weblinks in @enterprise DMS
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Defines the name of the field holding the describtion of this weblink.static final String
Defines the name of the field holding the name of this weblink.static final String
Defines the name of the field holding the url of this weblink.Fields inherited from interface com.groiss.store.Persistent
emptyKeys
-
Method Summary
Methods inherited from interface com.groiss.dms.DMSForm
getField, getFieldType, getFormType, getSubforms, hasField, setActivityContext, setActivityContext, setField
Methods inherited from interface com.groiss.dms.DMSObject
attachNote, getChangedAt, getChangedBy, getCreatedAt, getCreatedBy, getName, getTypeName, hasAttachedNotes, hasVersions, listAttachedNotes, listVersions, makeCopy, makeVersion, removeNote, setName
Methods inherited from interface com.groiss.org.HasPermissionList
getDefaultOrgUnit, getPermissionList, setPermissionList
Methods inherited from interface com.groiss.org.HasVersionId
getVersionId, setVersionId
Methods inherited from interface com.groiss.store.OptimisticLocking
getTransactionId, increaseTransactionId, setTransactionId
Methods inherited from interface com.groiss.store.Persistent
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, toListString
-
Field Details
-
NAME
Defines the name of the field holding the name of this weblink.- See Also:
-
URL
Defines the name of the field holding the url of this weblink.- See Also:
-
DESCRIPTION
Defines the name of the field holding the describtion of this weblink.- See Also:
-