📄 processheader.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;
import workflow.xwfbox.process.types.ProcessHeaderDurationUnitType;
/**
* Class ProcessHeader.
*
* @version $Revision$ $Date$
*/
public class ProcessHeader implements java.io.Serializable {
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Field _durationUnit
*/
private workflow.xwfbox.process.types.ProcessHeaderDurationUnitType _durationUnit;
/**
* Field _created
*/
private java.lang.Object _created;
/**
* Field _description
*/
private java.lang.Object _description;
/**
* Field _priority
*/
private java.lang.Object _priority;
/**
* Field _limit
*/
private java.lang.Object _limit;
/**
* Field _validFrom
*/
private java.lang.Object _validFrom;
/**
* Field _validTo
*/
private java.lang.Object _validTo;
/**
* Field _timeEstimation
*/
private java.lang.Object _timeEstimation;
//----------------/
//- Constructors -/
//----------------/
public ProcessHeader() {
super();
} //-- workflow.xwfbox.process.ProcessHeader()
//-----------/
//- Methods -/
//-----------/
/**
* Returns the value of field 'created'.
*
* @return Object
* @return the value of field 'created'.
*/
public java.lang.Object getCreated()
{
return this._created;
} //-- java.lang.Object getCreated()
/**
* Returns the value of field 'description'.
*
* @return Object
* @return the value of field 'description'.
*/
public java.lang.Object getDescription()
{
return this._description;
} //-- java.lang.Object getDescription()
/**
* Returns the value of field 'durationUnit'.
*
* @return ProcessHeaderDurationUnitType
* @return the value of field 'durationUnit'.
*/
public workflow.xwfbox.process.types.ProcessHeaderDurationUnitType getDurationUnit()
{
return this._durationUnit;
} //-- workflow.xwfbox.process.types.ProcessHeaderDurationUnitType getDurationUnit()
/**
* Returns the value of field 'limit'.
*
* @return Object
* @return the value of field 'limit'.
*/
public java.lang.Object getLimit()
{
return this._limit;
} //-- java.lang.Object getLimit()
/**
* Returns the value of field 'priority'.
*
* @return Object
* @return the value of field 'priority'.
*/
public java.lang.Object getPriority()
{
return this._priority;
} //-- java.lang.Object getPriority()
/**
* Returns the value of field 'timeEstimation'.
*
* @return Object
* @return the value of field 'timeEstimation'.
*/
public java.lang.Object getTimeEstimation()
{
return this._timeEstimation;
} //-- java.lang.Object getTimeEstimation()
/**
* Returns the value of field 'validFrom'.
*
* @return Object
* @return the value of field 'validFrom'.
*/
public java.lang.Object getValidFrom()
{
return this._validFrom;
} //-- java.lang.Object getValidFrom()
/**
* Returns the value of field 'validTo'.
*
* @return Object
* @return the value of field 'validTo'.
*/
public java.lang.Object getValidTo()
{
return this._validTo;
} //-- java.lang.Object getValidTo()
/**
* Sets the value of field 'created'.
*
* @param created the value of field 'created'.
*/
public void setCreated(java.lang.Object created)
{
this._created = created;
} //-- void setCreated(java.lang.Object)
/**
* Sets the value of field 'description'.
*
* @param description the value of field 'description'.
*/
public void setDescription(java.lang.Object description)
{
this._description = description;
} //-- void setDescription(java.lang.Object)
/**
* Sets the value of field 'durationUnit'.
*
* @param durationUnit the value of field 'durationUnit'.
*/
public void setDurationUnit(workflow.xwfbox.process.types.ProcessHeaderDurationUnitType durationUnit)
{
this._durationUnit = durationUnit;
} //-- void setDurationUnit(workflow.xwfbox.process.types.ProcessHeaderDurationUnitType)
/**
* Sets the value of field 'limit'.
*
* @param limit the value of field 'limit'.
*/
public void setLimit(java.lang.Object limit)
{
this._limit = limit;
} //-- void setLimit(java.lang.Object)
/**
* Sets the value of field 'priority'.
*
* @param priority the value of field 'priority'.
*/
public void setPriority(java.lang.Object priority)
{
this._priority = priority;
} //-- void setPriority(java.lang.Object)
/**
* Sets the value of field 'timeEstimation'.
*
* @param timeEstimation the value of field 'timeEstimation'.
*/
public void setTimeEstimation(java.lang.Object timeEstimation)
{
this._timeEstimation = timeEstimation;
} //-- void setTimeEstimation(java.lang.Object)
/**
* Sets the value of field 'validFrom'.
*
* @param validFrom the value of field 'validFrom'.
*/
public void setValidFrom(java.lang.Object validFrom)
{
this._validFrom = validFrom;
} //-- void setValidFrom(java.lang.Object)
/**
* Sets the value of field 'validTo'.
*
* @param validTo the value of field 'validTo'.
*/
public void setValidTo(java.lang.Object validTo)
{
this._validTo = validTo;
} //-- void setValidTo(java.lang.Object)
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -