⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 activityset.java

📁 一个工作流的原型
💻 JAVA
字号:
/*
 * This class was automatically generated with 
 * <a href="http://www.castor.org">Castor cvs.0.9.6</a>, using an
 * XML Schema.
 * $Id$
 */

package workflow.xwfbox.process;

  //---------------------------------/
 //- Imported classes and packages -/
//---------------------------------/

import java.io.Reader;
import java.io.Serializable;
import java.io.Writer;

/**
 * Class ActivitySet.
 * 
 * @version $Revision$ $Date$
 */
public class ActivitySet implements java.io.Serializable {


      //--------------------------/
     //- Class/Member Variables -/
    //--------------------------/

    /**
     * Field _id
     */
    private java.lang.String _id;

    /**
     * Field _activities
     */
    private java.lang.Object _activities;

    /**
     * Field _transitions
     */
    private java.lang.Object _transitions;


      //----------------/
     //- Constructors -/
    //----------------/

    public ActivitySet() {
        super();
    } //-- workflow.xwfbox.process.ActivitySet()


      //-----------/
     //- Methods -/
    //-----------/

    /**
     * Returns the value of field 'activities'.
     * 
     * @return Object
     * @return the value of field 'activities'.
     */
    public java.lang.Object getActivities()
    {
        return this._activities;
    } //-- java.lang.Object getActivities() 

    /**
     * Returns the value of field 'id'.
     * 
     * @return String
     * @return the value of field 'id'.
     */
    public java.lang.String getId()
    {
        return this._id;
    } //-- java.lang.String getId() 

    /**
     * Returns the value of field 'transitions'.
     * 
     * @return Object
     * @return the value of field 'transitions'.
     */
    public java.lang.Object getTransitions()
    {
        return this._transitions;
    } //-- java.lang.Object getTransitions() 

    /**
     * Sets the value of field 'activities'.
     * 
     * @param activities the value of field 'activities'.
     */
    public void setActivities(java.lang.Object activities)
    {
        this._activities = activities;
    } //-- void setActivities(java.lang.Object) 

    /**
     * Sets the value of field 'id'.
     * 
     * @param id the value of field 'id'.
     */
    public void setId(java.lang.String id)
    {
        this._id = id;
    } //-- void setId(java.lang.String) 

    /**
     * Sets the value of field 'transitions'.
     * 
     * @param transitions the value of field 'transitions'.
     */
    public void setTransitions(java.lang.Object transitions)
    {
        this._transitions = transitions;
    } //-- void setTransitions(java.lang.Object) 

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -