类com.alipay.api.domain.ShopDiscountInfo源码实例Demo

下面列出了怎么用com.alipay.api.domain.ShopDiscountInfo的API类实例代码及写法,或者点击链接到github查看源代码。

public void setDiscountList(List<ShopDiscountInfo> discountList) {
	this.discountList = discountList;
}
 
public List<ShopDiscountInfo> getDiscountList( ) {
	return this.discountList;
}
 
public void setItemList(List<ShopDiscountInfo> itemList) {
	this.itemList = itemList;
}
 
public List<ShopDiscountInfo> getItemList( ) {
	return this.itemList;
}
 
public void setDiscountList(List<ShopDiscountInfo> discountList) {
	this.discountList = discountList;
}
 
public List<ShopDiscountInfo> getDiscountList( ) {
	return this.discountList;
}
 
public void setItemList(List<ShopDiscountInfo> itemList) {
	this.itemList = itemList;
}
 
public List<ShopDiscountInfo> getItemList( ) {
	return this.itemList;
}
 
public void setDiscountList(List<ShopDiscountInfo> discountList) {
	this.discountList = discountList;
}
 
public List<ShopDiscountInfo> getDiscountList( ) {
	return this.discountList;
}
 
public void setItemList(List<ShopDiscountInfo> itemList) {
	this.itemList = itemList;
}
 
public List<ShopDiscountInfo> getItemList( ) {
	return this.itemList;
}
 
 类所在包
 类方法
 同包方法