Package com.portal.common
Class PaymentMethodData.OpcodeInfo
java.lang.Object
com.portal.common.PaymentMethodData.OpcodeInfo
- All Implemented Interfaces:
Serializable
- Enclosing class:
PaymentMethodData
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturn the name of storbale class for the event that this op-code pertains to.int
getFlags()
Return the flags to pass to the op-code.int
Return the integer value of the op-code.Return the portal name of op-code (i.e.
-
Method Details
-
getEventName
Return the name of storbale class for the event that this op-code pertains to.- Returns:
- the name of storbale class for the event that this op-code pertains to.
-
getFlags
public int getFlags()Return the flags to pass to the op-code.- Returns:
- the flags to pass to the op-code.
-
getOpcodeName
Return the portal name of op-code (i.e. PCM_OP_BILL_VALIDATE_DD)- Returns:
- the portal name of op-code (i.e. PCM_OP_BILL_VALIDATE_DD)
-
getOpcode
public int getOpcode()Return the integer value of the op-code.- Returns:
- the integer value of the op-code.
-