|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ecebs.rtd.enabler.types.request.ModifyRequest
public abstract class ModifyRequest
Represents a request to carry out an operation that will modify the contents of a CM.
Method Summary | |
---|---|
abstract ModifyRequest |
addParam(String key,
Object value)
Add a parameter to the request. |
String |
getCardId()
Get the ID of the card that this request relates to |
CardType |
getCardType()
Get the type of card that this request relates to |
String |
getRequestId()
Get the request ID assigned to this request |
void |
setRequestId(String requestId)
Sets the request ID for the request. |
Outcome |
validate()
Validate that the required fields have been set |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract ModifyRequest addParam(String key, Object value)
value
will be converted by
calling Object.toString()
key
- The key for the parametervalue
- The value of the parameter
public void setRequestId(String requestId)
ITransactionController
instance when sending the request
and is only intended for that purpose. Any value set by an application
will be discarded.
requestId
- Request ID to be assigned to this requestpublic String getRequestId()
public CardType getCardType()
public String getCardId()
public Outcome validate()
Request
validate
in interface Request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |