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.Integer
getIsHasReceipt()
java.lang.Integer
getIsPostFree()
java.lang.Integer
getIsSupportReplace()
java.lang.Integer
getIsUnderGuaranty()
AttrExtLocation
getLocation()
void
setIsHasReceipt(java.lang.Integer isHasReceipt)
void
setIsPostFree(java.lang.Integer isPostFree)
void
setIsSupportReplace(java.lang.Integer isSupportReplace)
void
setIsUnderGuaranty(java.lang.Integer isUnderGuaranty)
void
setLocation(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)
-
-