public interface ActivityLinkTo extends SecureObject, org.openmdx.base.cci2.BasicObject
ActivityLinkTo| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActivityLinkTo.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
short |
getActivityLinkType()
Retrieves the value for the attribute
activityLinkType. |
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description. |
Activity |
getLinkTo()
Retrieves the value for the reference
linkTo. |
String |
getName()
Retrieves the value for the attribute
name. |
void |
setActivityLinkType(short activityLinkType)
Sets a new value for the attribute
activityLinkType. |
void |
setDescription(String description)
Sets a new value for the attribute
description. |
void |
setLinkTo(Activity linkTo)
Sets a new value for the reference
linkTo. |
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, setOwningUsershort getActivityLinkType()
activityLinkType.activityLinkType.void setActivityLinkType(short activityLinkType)
activityLinkType.activityLinkType - The non-null new value for attribute activityLinkType.String getDescription()
description.description.void setDescription(String description)
description.description - The possibly null new value for attribute description.Activity getLinkTo()
linkTo.null – value for this reference.void setLinkTo(Activity linkTo)
linkTo.linkTo - The new – possibly null – value for this reference.String getName()
name.name.void setName(String name)
name.name - The non-null new value for attribute name.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.