public class ActRule
extends java.lang.Object
| Constructor and Description |
|---|
ActRule() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ActArea> |
getAreas() |
java.lang.Long |
getServiceProviderSubsidy() |
java.lang.Long |
getStoreSubsidy() |
java.lang.Integer |
getStoreSubsidyQuota() |
java.lang.Integer |
getUserSubsidyQuota() |
void |
setAreas(java.util.List<ActArea> areas) |
void |
setServiceProviderSubsidy(java.lang.Long serviceProviderSubsidy) |
void |
setStoreSubsidy(java.lang.Long storeSubsidy) |
void |
setStoreSubsidyQuota(java.lang.Integer storeSubsidyQuota) |
void |
setUserSubsidyQuota(java.lang.Integer userSubsidyQuota) |
java.lang.String |
toString() |
public java.lang.Long getStoreSubsidy()
public void setStoreSubsidy(java.lang.Long storeSubsidy)
public java.lang.Long getServiceProviderSubsidy()
public void setServiceProviderSubsidy(java.lang.Long serviceProviderSubsidy)
public java.lang.Integer getStoreSubsidyQuota()
public void setStoreSubsidyQuota(java.lang.Integer storeSubsidyQuota)
public java.lang.Integer getUserSubsidyQuota()
public void setUserSubsidyQuota(java.lang.Integer userSubsidyQuota)
public java.util.List<ActArea> getAreas()
public void setAreas(java.util.List<ActArea> areas)
public java.lang.String toString()
toString in class java.lang.Object