www.pudn.com > BeiJie.rar > GetList.java


package entity; 
 
import java.util.Date; 
 
public class GetList 
{ 
	private String GetID; 
	private String ShouldGetID; 
	private float GetSum; 
	private String Chargeman; 
	private Date GetDate; 
	private String GetNotice; 
	public String getChargeman() 
	{ 
		return Chargeman; 
	} 
	public void setChargeman(String chargeman) 
	{ 
		Chargeman = chargeman; 
	} 
	public Date getGetDate() 
	{ 
		return GetDate; 
	} 
	public void setGetDate(Date getDate) 
	{ 
		GetDate = getDate; 
	} 
	public String getGetID() 
	{ 
		return GetID; 
	} 
	public void setGetID(String getID) 
	{ 
		GetID = getID; 
	} 
	public String getGetNotice() 
	{ 
		return GetNotice; 
	} 
	public void setGetNotice(String getNotice) 
	{ 
		GetNotice = getNotice; 
	} 
	public float getGetSum() 
	{ 
		return GetSum; 
	} 
	public void setGetSum(float getSum) 
	{ 
		GetSum = getSum; 
	} 
	public String getShouldGetID() 
	{ 
		return ShouldGetID; 
	} 
	public void setShouldGetID(String shouldGetID) 
	{ 
		ShouldGetID = shouldGetID; 
	} 
	 
}