org.jeewx.api.wxstore.product.model
类 AttrExt
- java.lang.Object
-
- org.jeewx.api.wxstore.product.model.AttrExt
-
public class AttrExt extends java.lang.Object
-
-
构造器概要
构造器 构造器和说明 AttrExt()
-
方法概要
方法 限定符和类型 方法和说明 java.lang.IntegergetIsHasReceipt()java.lang.IntegergetIsPostFree()java.lang.IntegergetIsSupportReplace()java.lang.IntegergetIsUnderGuaranty()AttrExtLocationgetLocation()voidsetIsHasReceipt(java.lang.Integer isHasReceipt)voidsetIsPostFree(java.lang.Integer isPostFree)voidsetIsSupportReplace(java.lang.Integer isSupportReplace)voidsetIsUnderGuaranty(java.lang.Integer isUnderGuaranty)voidsetLocation(AttrExtLocation location)
-
-
-
方法详细资料
-
getIsPostFree
public java.lang.Integer getIsPostFree()
-
setIsPostFree
public void setIsPostFree(java.lang.Integer isPostFree)
-
getIsHasReceipt
public java.lang.Integer getIsHasReceipt()
-
setIsHasReceipt
public void setIsHasReceipt(java.lang.Integer isHasReceipt)
-
getIsUnderGuaranty
public java.lang.Integer getIsUnderGuaranty()
-
setIsUnderGuaranty
public void setIsUnderGuaranty(java.lang.Integer isUnderGuaranty)
-
getIsSupportReplace
public java.lang.Integer getIsSupportReplace()
-
setIsSupportReplace
public void setIsSupportReplace(java.lang.Integer isSupportReplace)
-
getLocation
public AttrExtLocation getLocation()
-
setLocation
public void setLocation(AttrExtLocation location)
-
-