public interface DocumentReference extends SecureObject, org.openmdx.base.cci2.BasicObject
DocumentReference| Modifier and Type | Interface and Description |
|---|---|
static interface |
DocumentReference.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
org.openmdx.base.cci2.BasicObject |
getBasedOn()
Retrieves the value for the reference
basedOn. |
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description. |
String |
getName()
Retrieves the value for the attribute
name. |
org.openmdx.base.cci2.BasicObject |
getObject()
Retrieves the value for the reference
object. |
void |
setDescription(String description)
Sets a new value for the attribute
description. |
void |
setName(String name)
Sets a new value for the attribute
name. |
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUserorg.openmdx.base.cci2.BasicObject getBasedOn()
basedOn.null – value for this reference.String getDescription()
description.description.void setDescription(String description)
description.description - The possibly null new value for attribute description.String getName()
name.name.void setName(String name)
name.
This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW
name - The non-null new value for attribute name.org.openmdx.base.cci2.BasicObject getObject()
object.null – value for this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.