📄 timeestimation.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 TimeEstimation.
*
* @version $Revision$ $Date$
*/
public class TimeEstimation implements java.io.Serializable {
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Field _waitingTime
*/
private java.lang.Object _waitingTime;
/**
* Field _workingTime
*/
private java.lang.Object _workingTime;
/**
* Field _duration
*/
private java.lang.Object _duration;
//----------------/
//- Constructors -/
//----------------/
public TimeEstimation() {
super();
} //-- workflow.xwfbox.process.TimeEstimation()
//-----------/
//- Methods -/
//-----------/
/**
* Returns the value of field 'duration'.
*
* @return Object
* @return the value of field 'duration'.
*/
public java.lang.Object getDuration()
{
return this._duration;
} //-- java.lang.Object getDuration()
/**
* Returns the value of field 'waitingTime'.
*
* @return Object
* @return the value of field 'waitingTime'.
*/
public java.lang.Object getWaitingTime()
{
return this._waitingTime;
} //-- java.lang.Object getWaitingTime()
/**
* Returns the value of field 'workingTime'.
*
* @return Object
* @return the value of field 'workingTime'.
*/
public java.lang.Object getWorkingTime()
{
return this._workingTime;
} //-- java.lang.Object getWorkingTime()
/**
* Sets the value of field 'duration'.
*
* @param duration the value of field 'duration'.
*/
public void setDuration(java.lang.Object duration)
{
this._duration = duration;
} //-- void setDuration(java.lang.Object)
/**
* Sets the value of field 'waitingTime'.
*
* @param waitingTime the value of field 'waitingTime'.
*/
public void setWaitingTime(java.lang.Object waitingTime)
{
this._waitingTime = waitingTime;
} //-- void setWaitingTime(java.lang.Object)
/**
* Sets the value of field 'workingTime'.
*
* @param workingTime the value of field 'workingTime'.
*/
public void setWorkingTime(java.lang.Object workingTime)
{
this._workingTime = workingTime;
} //-- void setWorkingTime(java.lang.Object)
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -