public class Charge extends AbstractRealTimeDto
Constructor and Description |
---|
Charge() |
Modifier and Type | Method and Description |
---|---|
Long |
getAmount() |
Long |
getAudSubCatId() |
Long |
getSalesChannelId() |
String |
getSlope() |
boolean |
isMandatory() |
void |
setAmount(Long amount) |
void |
setAudSubCatId(Long audSubCatId) |
void |
setMandatory(boolean mandatory) |
void |
setSalesChannelId(Long salesChannelId) |
void |
setSlope(String slope) |
toString
public Long getAudSubCatId()
public void setAudSubCatId(Long audSubCatId)
public Long getSalesChannelId()
public void setSalesChannelId(Long salesChannelId)
public Long getAmount()
public void setAmount(Long amount)
public String getSlope()
public void setSlope(String slope)
public boolean isMandatory()
public void setMandatory(boolean mandatory)
Copyright © 2020. All rights reserved.