<@doc hierarchy="GMLDOM"> Class for Activity Name & Description object (c) SAP AG 2003-2006. All rights reserved. /** * An activity info class. * This is a Channel Object. It must be identical to its corresponding server side object * defined in property _objectType. * * @author I068047 * */ class ActivityInfo implement env:IChannelObject; <@doc>Gets the models' activity names property names = ""; <@doc>Gets the models' activity descriptions property descriptions = ""; <@doc scope="private">Gets the corresponding server side object path property _objectType = "com.sap.visualcomposer.channelObjects.ActivityInfo"; <@doc scope="private">Gets the corresponding client side object path property _gsObjectType = "dev:ActivityInfo"; constructor() end