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

📄 blockactivity.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 BlockActivity.
 * 
 * @version $Revision$ $Date$
 */
public class BlockActivity implements java.io.Serializable {


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

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


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

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


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

    /**
     * Returns the value of field 'blockId'.
     * 
     * @return String
     * @return the value of field 'blockId'.
     */
    public java.lang.String getBlockId()
    {
        return this._blockId;
    } //-- java.lang.String getBlockId() 

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

}

⌨️ 快捷键说明

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