📄 packageheader.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 PackageHeader.
*
* @version $Revision$ $Date$
*/
public class PackageHeader implements java.io.Serializable {
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Field _XPDLVersion
*/
private java.lang.Object _XPDLVersion;
/**
* Field _vendor
*/
private java.lang.Object _vendor;
/**
* Field _created
*/
private java.lang.Object _created;
/**
* Field _description
*/
private java.lang.Object _description;
/**
* Field _documentation
*/
private java.lang.Object _documentation;
/**
* Field _priorityUnit
*/
private java.lang.Object _priorityUnit;
/**
* Field _costUnit
*/
private java.lang.Object _costUnit;
//----------------/
//- Constructors -/
//----------------/
public PackageHeader() {
super();
} //-- workflow.xwfbox.process.PackageHeader()
//-----------/
//- Methods -/
//-----------/
/**
* Returns the value of field 'costUnit'.
*
* @return Object
* @return the value of field 'costUnit'.
*/
public java.lang.Object getCostUnit()
{
return this._costUnit;
} //-- java.lang.Object getCostUnit()
/**
* 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 'documentation'.
*
* @return Object
* @return the value of field 'documentation'.
*/
public java.lang.Object getDocumentation()
{
return this._documentation;
} //-- java.lang.Object getDocumentation()
/**
* Returns the value of field 'priorityUnit'.
*
* @return Object
* @return the value of field 'priorityUnit'.
*/
public java.lang.Object getPriorityUnit()
{
return this._priorityUnit;
} //-- java.lang.Object getPriorityUnit()
/**
* Returns the value of field 'vendor'.
*
* @return Object
* @return the value of field 'vendor'.
*/
public java.lang.Object getVendor()
{
return this._vendor;
} //-- java.lang.Object getVendor()
/**
* Returns the value of field 'XPDLVersion'.
*
* @return Object
* @return the value of field 'XPDLVersion'.
*/
public java.lang.Object getXPDLVersion()
{
return this._XPDLVersion;
} //-- java.lang.Object getXPDLVersion()
/**
* Sets the value of field 'costUnit'.
*
* @param costUnit the value of field 'costUnit'.
*/
public void setCostUnit(java.lang.Object costUnit)
{
this._costUnit = costUnit;
} //-- void setCostUnit(java.lang.Object)
/**
* 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 'documentation'.
*
* @param documentation the value of field 'documentation'.
*/
public void setDocumentation(java.lang.Object documentation)
{
this._documentation = documentation;
} //-- void setDocumentation(java.lang.Object)
/**
* Sets the value of field 'priorityUnit'.
*
* @param priorityUnit the value of field 'priorityUnit'.
*/
public void setPriorityUnit(java.lang.Object priorityUnit)
{
this._priorityUnit = priorityUnit;
} //-- void setPriorityUnit(java.lang.Object)
/**
* Sets the value of field 'vendor'.
*
* @param vendor the value of field 'vendor'.
*/
public void setVendor(java.lang.Object vendor)
{
this._vendor = vendor;
} //-- void setVendor(java.lang.Object)
/**
* Sets the value of field 'XPDLVersion'.
*
* @param XPDLVersion the value of field 'XPDLVersion'.
*/
public void setXPDLVersion(java.lang.Object XPDLVersion)
{
this._XPDLVersion = XPDLVersion;
} //-- void setXPDLVersion(java.lang.Object)
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -