📄 activitychoice.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 ActivityChoice.
*
* @version $Revision$ $Date$
*/
public class ActivityChoice implements java.io.Serializable {
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Field _route
*/
private java.lang.Object _route;
/**
* Field _implementation
*/
private java.lang.Object _implementation;
/**
* Field _blockActivity
*/
private java.lang.Object _blockActivity;
//----------------/
//- Constructors -/
//----------------/
public ActivityChoice() {
super();
} //-- workflow.xwfbox.process.ActivityChoice()
//-----------/
//- Methods -/
//-----------/
/**
* Returns the value of field 'blockActivity'.
*
* @return Object
* @return the value of field 'blockActivity'.
*/
public java.lang.Object getBlockActivity()
{
return this._blockActivity;
} //-- java.lang.Object getBlockActivity()
/**
* Returns the value of field 'implementation'.
*
* @return Object
* @return the value of field 'implementation'.
*/
public java.lang.Object getImplementation()
{
return this._implementation;
} //-- java.lang.Object getImplementation()
/**
* Returns the value of field 'route'.
*
* @return Object
* @return the value of field 'route'.
*/
public java.lang.Object getRoute()
{
return this._route;
} //-- java.lang.Object getRoute()
/**
* Sets the value of field 'blockActivity'.
*
* @param blockActivity the value of field 'blockActivity'.
*/
public void setBlockActivity(java.lang.Object blockActivity)
{
this._blockActivity = blockActivity;
} //-- void setBlockActivity(java.lang.Object)
/**
* Sets the value of field 'implementation'.
*
* @param implementation the value of field 'implementation'.
*/
public void setImplementation(java.lang.Object implementation)
{
this._implementation = implementation;
} //-- void setImplementation(java.lang.Object)
/**
* Sets the value of field 'route'.
*
* @param route the value of field 'route'.
*/
public void setRoute(java.lang.Object route)
{
this._route = route;
} //-- void setRoute(java.lang.Object)
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -