Class MPSRequest
java.lang.Object
ru.bitel.bgbilling.modules.mps.server.bean.MPSRequest
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorDescriptionMPSRequest
(Connection con, int moduleId, String mpsId, jakarta.servlet.http.HttpServletRequest request, Conf.MPSSystem system) -
Method Summary
Modifier and TypeMethodDescriptionint
int
getMpsId()
jakarta.servlet.http.HttpServletRequest
getSum()
getTime()
int
getType()
Тип поискаboolean
void
setAction
(int action) void
setComment
(String comment) void
void
setRawNumber
(String rawNumber) void
setSessionId
(String sessionId) void
setSum
(BigDecimal sum) void
setTestMode
(boolean testMode) void
void
setTimeString
(String timeString) void
setTransId
(String transId) void
setType
(int type)
-
Field Details
-
ACTION_CHECK
public static final int ACTION_CHECK- See Also:
-
ACTION_PAYMENT
public static final int ACTION_PAYMENT- See Also:
-
ACTION_STATUS
public static final int ACTION_STATUS- See Also:
-
ACTION_CANCEL
public static final int ACTION_CANCEL- See Also:
-
parameters
-
-
Constructor Details
-
MPSRequest
public MPSRequest(Connection con, int moduleId, String mpsId, jakarta.servlet.http.HttpServletRequest request, Conf.MPSSystem system)
-
-
Method Details
-
getConnection
-
getSystem
-
getAction
public int getAction() -
setAction
public void setAction(int action) -
getNumber
-
setNumber
-
getRawNumber
-
setRawNumber
-
getType
public int getType()Тип поиска- Returns:
-
setType
public void setType(int type) -
getSum
-
setSum
-
getTransId
-
setTransId
-
getComment
-
setComment
-
getSessionId
-
setSessionId
-
getTime
-
setTime
-
getTimeString
-
setTimeString
-
isTestMode
public boolean isTestMode() -
setTestMode
public void setTestMode(boolean testMode) -
getRequest
public jakarta.servlet.http.HttpServletRequest getRequest() -
getMpsId
-
getModuleId
public int getModuleId()
-