gbs_mmifdetail_stbean.java

来自「对日软件外包 为东芝做的一个全球商业管理系统」· Java 代码 · 共 280 行

JAVA
280
字号
/*
 * Created on 2004/08/09
 * 
 */
package DataBean;

import java.io.Serializable;

/**
 * <p>Title: MIF Entry </p>
 * <p>Description: process page action<br>
 * </p>
 * <p> Copyright (c) 2004</p>
 * @author XJL
 * @version  1.0
 */

public class GBS_MMifDetail_stBean implements Serializable {
	
	// --------------------------------------------------------- Instance Variables
	
	/** modelOld property */
	private String modelOld = "";
	/** model property */
	private String model = "";
	/** qty property */
	private String qty = "";
	/** currency property */
	private String currency = "";
	/** hardPrice property */
	private String hardPrice = "";
	/** cpcPrice property */
	private String cpcPrice = "";
	/** mcv property */
	private String mcv;
	/** installDate property */
	private String installDate = "";
	/** rfpDate property */
	private String rfpDate = "";
	/** userId property */
	private String userId = "";
	/** userName property */
	private String userName = "";
	/** person property */
	private String person = "";	
	/** createUser property */
	private String createUser = "";
	/** updateUser property */
	private String updateUser = "";
	
	// --------------------------------------------------------- Methods

	/** 
	 * Returns the modelOld.
	 * @return String
	 */
	public String getModelOld(){
		return modelOld;
	}
	
	/** 
	 * Set the modelOld.
	 * @param modelOld The modelOld to set
	 */	
	public void setModelOld( String modelOld ){
		this.modelOld = modelOld;
	}
	
	/** 
	 * Returns the model.
	 * @return String
	 */
	public String getModel(){
		return model;
	}
	
	/** 
	 * Set the model.
	 * @param model The model to set
	 */	
	public void setModel( String model ){
		this.model = model;
	}
	
	/** 
	 * Returns the qty.
	 * @return String
	 */
	public String getQty(){
		return qty;
	}
	
	/** 
	 * Set the qty.
	 * @param qty The qty to set
	 */	
	public void setQty( String qty ){
		this.qty = qty;
	}
	
	/** 
	 * Returns the currency.
	 * @return String
	 */
	public String getCurrency(){
		return currency;
	}
	
	/** 
	 * Set the currency.
	 * @param currency The currency to set
	 */	
	public void setCurrency( String currency){
		this.currency = currency;
	}

	/** 
	 * Returns the hardPrice.
	 * @return String
	 */
	public String getHardPrice(){
		return hardPrice;
	}
	
	/** 
	 * Set the hardPrice.
	 * @param hardPrice The hardPrice to set
	 */	
	public void setHardPrice( String hardPrice ){
		this.hardPrice = hardPrice;
	}

	/** 
	 * Returns the cpcPrice.
	 * @return String
	 */
	public String getCpcPrice(){
		return cpcPrice;
	}
	
	/** 
	 * Set the cpcPrice.
	 * @param cpcPrice The cpcPrice to set
	 */	
	public void setCpcPrice( String cpcPrice ){
		this.cpcPrice = cpcPrice;
	}

	/** 
	 * Returns the mcv.
	 * @return String
	 */
	public String getMcv(){
		return mcv;
	}
	
	/** 
	 * Set the mcv.
	 * @param mcv The mcv to set
	 */	
	public void setMcv( String mcv ){
		this.mcv = mcv;
	}

	/** 
	 * Returns the installDate.
	 * @return String
	 */
	public String getInstallDate(){
		return installDate;
	}
	
	/** 
	 * Set the installDate.
	 * @param installDate The installDate to set
	 */	
	public void setInstallDate( String installDate ){
		this.installDate = installDate;
	}

	/** 
	 * Returns the rfpDate.
	 * @return String
	 */
	public String getRfpDate(){
		return rfpDate;
	}
	
	/** 
	 * Set the rfpDate.
	 * @param rfpDate The rfpDate to set
	 */	
	public void setRfpDate( String rfpDate ){
		this.rfpDate = rfpDate;
	}
	
	/** 
	 * Returns the userId.
	 * @return String
	 */
	public String getUserId(){
		return userId;
	}
	
	/** 
	 * Set the userId.
	 * @param userId The userId to set
	 */	
	public void setUserId( String userId ){
		this.userId = userId;
	}
	
	/** 
	 * Returns the userName.
	 * @return String
	 */
	public String getUserName(){
		return userName;
	}
	
	/** 
	 * Set the userName.
	 * @param userName The userName to set
	 */	
	public void setUserName( String userName ){
		this.userName = userName;
		
	}
	
	/** 
	 * Returns the person.
	 * @return String
	 */
	public String getPerson(){
		return person;
	}
	
	/** 
	 * Set the person.
	 * @param person The person to set
	 */	
	public void setPerson( String person ){
		this.person = person;
		
	}
	
	/** 
	 * Returns the createUser.
	 * @return String
	 */
	public String getCreateUser(){
		return createUser;
	}
	
	/** 
	 * Set the createUser.
	 * @param createUser The createUser to set
	 */	
	public void setCreateUser( String createUser ){
		this.createUser = createUser;
	}
	
	/** 
	 * Returns the updateUser.
	 * @return String
	 */
	public String getUpdateUser(){
		return updateUser;
	}
	
	/** 
	 * Set the updateUser.
	 * @param updateUser The updateUser to set
	 */	
	public void setUpdateUser( String updateUser ){
		this.updateUser = updateUser;
	}
		
}

⌨️ 快捷键说明

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