public final class SuperCardModule
extends java.lang.Object
Constructor and Description |
---|
SuperCardModule() |
Modifier and Type | Method and Description |
---|---|
void |
addToPaymentTypeMap(int typeRemote,
int typeLocal) |
int |
getActivateServiceId() |
int |
getDealerId() |
int |
getPatternId() |
java.util.Map<java.lang.Integer,java.lang.Integer> |
getPaymentTypeMap() |
int |
getPayServiceId() |
int |
getSuperContractId() |
int |
getSuperModuleId() |
DefaultServerSetup |
getSuperSetup() |
void |
setActivateServiceId(int activateServiceId) |
void |
setDealerId(int dealerId) |
void |
setPatternId(int patternId) |
void |
setPayServiceId(int payServiceId) |
void |
setSuperContractId(int superContractId) |
void |
setSuperModuleId(int superModuleId) |
void |
setSuperSetup(DefaultServerSetup superSetup) |
public int getActivateServiceId()
public void setActivateServiceId(int activateServiceId)
public int getDealerId()
public void setDealerId(int dealerId)
public int getPayServiceId()
public void setPayServiceId(int payServiceId)
public int getSuperContractId()
public void setSuperContractId(int superContractId)
public int getSuperModuleId()
public void setSuperModuleId(int superModuleId)
public DefaultServerSetup getSuperSetup()
public void setSuperSetup(DefaultServerSetup superSetup)
public void addToPaymentTypeMap(int typeRemote, int typeLocal)
public java.util.Map<java.lang.Integer,java.lang.Integer> getPaymentTypeMap()
public int getPatternId()
public void setPatternId(int patternId)