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

📄 contractguibean.java

📁 sso呵呵
💻 JAVA
字号:
package com.mdcl.mocha.jlcmcc.contract.bean;

/**
 * <strong>Title : ContractGuiBean<br>
 * </strong> <strong>Description : 合同归档的Bean</strong><br>
 * <strong>Create on : 2007-10-17<br>
 * </strong>
 * <p>
 * <strong>Copyright (C) Mocha Software Co.,Ltd.<br>
 * </strong>
 * <p>
 *
 * @author zhanghd zhanghd@mochasoft.com.cn<br>
 * @version <strong>吉林移动BPM一期</strong><br>
 *          <br>
 *          <strong>修改历史:</strong><br>
 *          修改人 修改日期 修改描述<br>
 *          -------------------------------------------<br>
 *          <br>
 *          <br>
 */
public class ContractGuiBean {

	private String contractNo;// 合同编号

	private String title;// 合同名称

	private String smallContract;// 合同小类

	private String createrName;// 承办人

	private String boInsId;// 流程实例ID

	/**
	 * @return Returns the boInsId - 返回值含义.
	 */
	public String getBoInsId() {
		return boInsId;
	}

	/**
	 * @param boInsId -
	 *            参数含义 The boInsId to set.
	 */
	public void setBoInsId(String boInsId) {
		this.boInsId = boInsId;
	}

	/**
	 * @return Returns the contractNo - 返回值含义.
	 */
	public String getContractNo() {
		return contractNo;
	}

	/**
	 * @param contractNo -
	 *            参数含义 The contractNo to set.
	 */
	public void setContractNo(String contractNo) {
		this.contractNo = contractNo;
	}

	/**
	 * @return Returns the createrName - 返回值含义.
	 */
	public String getCreaterName() {
		return createrName;
	}

	/**
	 * @param createrName -
	 *            参数含义 The createrName to set.
	 */
	public void setCreaterName(String createrName) {
		this.createrName = createrName;
	}

	/**
	 * @return Returns the smallContract - 返回值含义.
	 */
	public String getSmallContract() {
		return smallContract;
	}

	/**
	 * @param smallContract -
	 *            参数含义 The smallContract to set.
	 */
	public void setSmallContract(String smallContract) {
		this.smallContract = smallContract;
	}

	/**
	 * @return Returns the title - 返回值含义.
	 */
	public String getTitle() {
		return title;
	}

	/**
	 * @param title -
	 *            参数含义 The title to set.
	 */
	public void setTitle(String title) {
		this.title = title;
	}

}

⌨️ 快捷键说明

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