|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.ControllerCommandImpl | +--com.ibm.commerce.tools.command.ToolsControllerCommandImpl | +--com.ibm.commerce.utf.commands.OfferingBaseCmdImpl
The base implementation class for Offerings.
Field Summary | |
java.lang.Long |
accountid
|
int |
closingrule
|
java.lang.String |
documentdesc
|
java.lang.String |
documentURL
|
java.lang.String |
domain
|
java.lang.String |
enddate
|
int |
endresult
|
java.lang.String |
endtime
|
java.sql.Timestamp |
endtimestamp
|
java.lang.String |
longdesc
|
java.lang.String |
mimeencoding
|
java.lang.String |
mimetype
|
java.lang.String |
name
|
int |
numbids
|
java.lang.Long |
offeringid
|
java.lang.Long |
ownerid
|
java.util.Vector |
participantList
|
java.util.Vector |
prodattrList
|
java.util.Vector |
prodComments
|
java.util.Vector |
prodList
|
java.lang.String |
shortdesc
|
java.lang.String |
startdate
|
java.lang.String |
starttime
|
java.sql.Timestamp |
starttimestamp
|
java.lang.Integer |
state
|
java.lang.Long |
statemachine
|
java.util.Vector |
TcElements
|
java.util.Vector |
tcList
|
java.lang.Long |
tradingengine
|
java.lang.Integer |
versionid
|
Fields inherited from class com.ibm.commerce.command.ControllerCommandImpl |
requestProperties, responseProperties, retriable, viewReqProperties |
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.utf.commands.OfferingBaseCmd |
COPYRIGHT, defaultCommandClassName, NAME |
Fields inherited from interface com.ibm.commerce.command.ECTargetableCommand |
COPYRIGHT |
Constructor Summary | |
OfferingBaseCmdImpl()
|
Method Summary | |
java.lang.Long |
getAccountid()
Retrieves the account Id. |
int |
getClosingrule()
Returns the closing rule. |
java.lang.String |
getDocumentdesc()
Returns the document description. |
java.lang.String |
getDocumentURL()
Returns the URL for the attachment. |
java.lang.String |
getDomain()
Returns the domain of trade. |
java.lang.String |
getEnddate()
Returns the ending date for the offering. |
int |
getEndresult()
Returns an integer value that indicates the offering's end result: 0 - Contract, 1 - Order ,... |
java.lang.String |
getEndtime()
Returns the ending time for the offering. |
java.sql.Timestamp |
getEndtimestamp()
Returns the offering's end date and time as a java timestamp. |
java.util.Hashtable |
getErrorContent()
Returns the hashtable containing error codes and parameters. |
boolean |
getErrorFlag()
Returns the value of the error flag. |
java.lang.String |
getLongdesc()
Returns the long description for the offering. |
java.lang.String |
getMimeencoding()
Returns the mime encoding for the offering attachment. |
java.lang.String |
getMimetype()
Returns the mime type for the offering attachment. |
java.lang.String |
getName()
Returns the name of the offering. |
int |
getNumbids()
Returns the number of responses needed for offering to close automatically. An offering could be set up to close automatically after a certain number of responses have been received. |
java.lang.Long |
getOfferingid()
Returns the identifier for the Offering. |
java.lang.Long |
getOwnerid()
Returns the member identifier for the owner of the offering. |
java.util.Vector |
getParticipantList()
Returns the list of participants for the offering. |
java.util.Vector |
getProdattrList()
Returns the list of product attributes for the offering. |
java.util.Vector |
getProdComments()
Returns the lisr of product comments for the offering. |
java.util.Vector |
getProdList()
Returns the list of products for the offering. |
java.lang.String |
getShortdesc()
Returns the short description for the offering. |
java.lang.String |
getStartdate()
Returns the start date for the offering. |
java.lang.String |
getStarttime()
Returns the start time for the offering. |
java.sql.Timestamp |
getStarttimestamp()
Returns the start date and time for the offering as a java timestamp. |
java.lang.Integer |
getState()
Returns the integer value for the Offering's state. |
java.lang.Long |
getStatemachine()
Returns the state machine for the offering. |
java.util.Vector |
getTcList()
Returns the list of TCs for the offering. |
java.util.Hashtable |
getToolXMLObject()
Returns the hastable which represents tools framework's XML object. |
java.lang.Long |
getTradingengine()
Returns the identifier of the trading engine that manages the offering. |
java.lang.Integer |
getVersionid()
Returns the version number of the offering. |
void |
setAccountid(java.lang.Long newAccountid)
Stores the incoming account ID. |
void |
setAccountIdFromUrl(java.lang.String s,
boolean isReq)
Retrieves the account identifier from the tools XML object and stores it in a member variable. |
void |
setClosingrule(int newClosingrule)
Sets the closing rule for the offering. |
void |
setClosingRuleFromUrl(java.lang.String s,
boolean isReq)
Retrieves the closing rule identifier from the tools XML object and stores it in a member variable. |
void |
setDocumentdesc(java.lang.String newDocumentdesc)
Sets the attachment description. |
void |
setDocumentDescriptionFromUrl(java.lang.String s,
boolean isReq)
Retrieves the attachment description from the tools XML object and stores it in a member variable. |
void |
setDocumentURL(java.lang.String newDocumentURL)
Sets the attachment URL. |
void |
setDocumentURLFromUrl(java.lang.String s,
boolean isReq)
Retrieves the attachment URL from the tools XML object and stores it in a member variable. |
void |
setDomain(java.lang.String newDomain)
Sets the trading domain. |
void |
setDomainFromUrl(java.lang.String s,
boolean isReq)
Retrieves the trading domain from the tools XML object and stores it in a member variable. |
void |
setEnddate(java.lang.String newEnddate)
Sets the offering end date. |
void |
setEndDateFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering end date from the tools XML object and stores it in a member variable. |
void |
setEndresult(int newEndresult)
Sets the end result of the offering. |
void |
setEndResultFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering end result from the tools XML object and stores it in a member variable. |
void |
setEndtime(java.lang.String newEndtime)
Sets the end time of the offering. |
void |
setEndTimeFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering end time from the tools XML object and stores it in a member variable. |
void |
setEndtimestamp(java.sql.Timestamp newEndtimestamp)
Sets the end date and time of the offering in a java timestamp. |
void |
setErrorContent(java.util.Hashtable newErrorContent)
Sets the hashtable containing error codes. |
void |
setErrorFlag(boolean newErrorFlag)
Sets the error flag. |
void |
setLongdesc(java.lang.String newLongdesc)
Sets the long description of the offering. |
void |
setLongDescFromUrl(java.lang.String s,
boolean isReq)
Retrieves the long description from the tools XML object and stores it in a member variable. |
void |
setMarketFromUrl(java.lang.String s,
boolean isReq)
Retrieves the market/store identifier from the tools XML object and stores it in a member variable. |
void |
setMimeencoding(java.lang.String newMimeencoding)
Sets the mime encoding of the offering attachment. |
void |
setMimetype(java.lang.String newMimetype)
Sets the mime type of the offering attachment. |
void |
setMimeTypeEncodingFromUrl(java.lang.String s,
boolean isReq)
Retrieves the mime type encoding of the attachment from the tools XML object and stores it in a member variable. |
void |
setMimeTypeFromUrl(java.lang.String s,
boolean isReq)
Retrieves the mime type of the attachment from the tools XML object and stores it in a member variable. |
void |
setName(java.lang.String newName)
Sets the name of the offering. |
void |
setNameFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering name from the tools XML object and stores it in a member variable. |
void |
setNumbids(int newNumbids)
Sets the response count for the offering. Once this response count is reached, the offering may be set up to close automatically. |
void |
setNumBidsFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering's response count from the tools XML object and stores it in a member variable. |
void |
setOfferAttrListFromUrl(java.lang.String s,
boolean isReq)
Retrieves the list of attributes for the offeringfrom the tools XML object and stores it in a member variable. |
void |
setOfferIdFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering identifier from the tools XML object and stores it in a member variable. |
void |
setOfferingid(java.lang.Long newOfferingid)
Sets the ID of the offering. |
void |
setOwnerid(java.lang.Long newOwnerid)
Sets the member ID of the offering owner. |
void |
setOwnerIdFromUrl(java.lang.String s,
boolean isReq)
Retrieves the member identifier of the offering owner from the tools XML object and stores it in a member variable. |
void |
setParticipantList(java.util.Vector newParticipantList)
Sets the participant list for the offering. |
void |
setParticipantListFromUrl(java.lang.String s,
boolean isReq)
Retrieves the list of participants from the tools XML object and stores it in a member variable. |
void |
setProdattrList(java.util.Vector newProdattrList)
Sets the product attributes list for the offering. |
void |
setProdAttrListFromUrl(java.lang.String s,
boolean isReq)
Retrieves the list of product attributes from the tools XML object and stores it in a member variable. |
void |
setProdComments(java.util.Vector newProdComments)
Sets the product comments list for the offering. |
void |
setProdCommentsFromUrl(java.lang.String s,
boolean isReq)
Retrieves the list of product comments from the tools XML object and stores it in a member variable. |
void |
setProdList(java.util.Vector newProdList)
Sets the product list for the offering. |
void |
setProdListFromUrl(java.lang.String s,
boolean isReq)
Retrieves the list of products from the tools XML object and stores it in a member variable. |
void |
setRequestProperties(TypedProperty paramTable)
Extracts the Hashtable of name-value pairs that have been sent up from the Tools UI and saves the hashtable in a private member(toolXMLObject) |
void |
setShortdesc(java.lang.String newShortdesc)
Sets the offering short description. |
void |
setShortDescFromUrl(java.lang.String s,
boolean isReq)
Retrieves the short description from the tools XML object and stores it in a member variable. |
void |
setStartdate(java.lang.String newStartdate)
Sets the offering start date. |
void |
setStartDateFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering start date from the tools XML object and stores it in a member variable. |
void |
setStarttime(java.lang.String newStarttime)
Sets the offering start time. |
void |
setStartTimeFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering start time from the tools XML object and stores it in a member variable. |
void |
setStarttimestamp(java.sql.Timestamp newStarttimestamp)
Sets the timestamp representing the start date and time of the offering. |
void |
setState(java.lang.Integer newState)
Sets the state of the offering. |
void |
setStatemachine(java.lang.Long newStatemachine)
Sets the identifier of the state machine for the offering. |
void |
setStateMachineFromUrl(java.lang.String s,
boolean isReq)
Retrieves the state machine identifier from the tools XML object and stores it in a member variable. |
void |
setTcList(java.util.Vector newTcList)
Sets the list of TCs the offering. |
void |
setTcListFromUrl(java.lang.String s,
boolean isReq)
Retrieves the list of TCs from the tools XML object and stores it in a member variable. |
void |
setToolXMLObject(java.util.Hashtable newToolXMLObject)
Sets the XML Object composed by the tools framework. |
void |
setTradingengine(java.lang.Long newTradingengine)
Sets the identifier of the trading engine the manages the offering. |
void |
setTradingEngineFromUrl(java.lang.String s,
boolean isReq)
Retrieves the trading engine identifier from the tools XML object and stores it in a member variable. |
void |
setVersionid(java.lang.Integer newVersionid)
Sets the version number of the offering. |
Methods inherited from class com.ibm.commerce.tools.command.ToolsControllerCommandImpl |
getViewInputProperties |
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl |
fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.AccCommand |
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public java.lang.Long accountid
public int closingrule
public java.lang.String documentdesc
public java.lang.String documentURL
public java.lang.String domain
public java.lang.String enddate
public int endresult
public java.lang.String endtime
public java.sql.Timestamp endtimestamp
public java.lang.String longdesc
public java.lang.String mimeencoding
public java.lang.String mimetype
public java.lang.String name
public int numbids
public java.lang.Long offeringid
public java.lang.Long ownerid
public java.util.Vector participantList
public java.util.Vector prodattrList
public java.util.Vector prodComments
public java.util.Vector prodList
public java.lang.String shortdesc
public java.lang.String startdate
public java.lang.String starttime
public java.sql.Timestamp starttimestamp
public java.lang.Integer state
public java.lang.Long statemachine
public java.util.Vector TcElements
public java.util.Vector tcList
public java.lang.Long tradingengine
public java.lang.Integer versionid
Constructor Detail |
public OfferingBaseCmdImpl()
Method Detail |
public java.lang.Long getAccountid()
public int getClosingrule()
public java.lang.String getDocumentdesc()
public java.lang.String getDocumentURL()
public java.lang.String getDomain()
public java.lang.String getEnddate()
public int getEndresult()
public java.lang.String getEndtime()
public java.sql.Timestamp getEndtimestamp()
public java.util.Hashtable getErrorContent()
public boolean getErrorFlag()
public java.lang.String getLongdesc()
public java.lang.String getMimeencoding()
public java.lang.String getMimetype()
public java.lang.String getName()
public int getNumbids()
public java.lang.Long getOfferingid()
public java.lang.Long getOwnerid()
public java.util.Vector getParticipantList()
public java.util.Vector getProdattrList()
public java.util.Vector getProdComments()
public java.util.Vector getProdList()
public java.lang.String getShortdesc()
public java.lang.String getStartdate()
public java.lang.String getStarttime()
public java.sql.Timestamp getStarttimestamp()
public java.lang.Integer getState()
public java.lang.Long getStatemachine()
public java.util.Vector getTcList()
public java.util.Hashtable getToolXMLObject()
public java.lang.Long getTradingengine()
public java.lang.Integer getVersionid()
public void setAccountid(java.lang.Long newAccountid)
newAccountid
- The account Id.public void setAccountIdFromUrl(java.lang.String s, boolean isReq)
setAccountIdFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setClosingrule(int newClosingrule)
newClosingrule
- The closing rule for the offering.public void setClosingRuleFromUrl(java.lang.String s, boolean isReq)
setClosingRuleFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setDocumentdesc(java.lang.String newDocumentdesc)
newDocumentdesc
- The attachment description.public void setDocumentDescriptionFromUrl(java.lang.String s, boolean isReq)
setDocumentDescriptionFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setDocumentURL(java.lang.String newDocumentURL)
newDocumentURL
- The attachment URL.public void setDocumentURLFromUrl(java.lang.String s, boolean isReq)
setDocumentURLFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setDomain(java.lang.String newDomain)
newDomain
- The trading domain identifier.public void setDomainFromUrl(java.lang.String s, boolean isReq)
setDomainFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setEnddate(java.lang.String newEnddate)
newEnddate
- The end date of the offering.public void setEndDateFromUrl(java.lang.String s, boolean isReq)
setEndDateFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setEndresult(int newEndresult)
newEndresult
- The offering end result.public void setEndResultFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setEndtime(java.lang.String newEndtime)
newLongdesc
- The offering end time.public void setEndTimeFromUrl(java.lang.String s, boolean isReq)
setEndTimeFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setEndtimestamp(java.sql.Timestamp newEndtimestamp)
newEndtimestamp
- The offering end date and time.public void setErrorContent(java.util.Hashtable newErrorContent)
newLongdesc
- The hash table containing error codes.public void setErrorFlag(boolean newErrorFlag)
newLongdesc
- The error flag.public void setLongdesc(java.lang.String newLongdesc)
newLongdesc
- The long description.public void setLongDescFromUrl(java.lang.String s, boolean isReq)
setLongDescFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setMarketFromUrl(java.lang.String s, boolean isReq)
setMarketFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setMimeencoding(java.lang.String newMimeencoding)
newMimeencoding
- The attachment mime encoding.public void setMimetype(java.lang.String newMimetype)
newMimetype
- The attachment mime type.public void setMimeTypeEncodingFromUrl(java.lang.String s, boolean isReq)
setMimeTypeEncodingFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setMimeTypeFromUrl(java.lang.String s, boolean isReq)
setMimeTypeFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setName(java.lang.String newName)
newName
- The offering name.public void setNameFromUrl(java.lang.String s, boolean isReq)
setNameFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setNumbids(int newNumbids)
newNumbids
- The response count.public void setNumBidsFromUrl(java.lang.String s, boolean isReq)
setNumBidsFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setOfferAttrListFromUrl(java.lang.String s, boolean isReq)
setOfferAttrListFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setOfferIdFromUrl(java.lang.String s, boolean isReq)
setOfferIdFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setOfferingid(java.lang.Long newOfferingid)
newOfferingid
- The offering ID.public void setOwnerid(java.lang.Long newOwnerid)
newOwnerid
- The offering owner's member ID.public void setOwnerIdFromUrl(java.lang.String s, boolean isReq)
setOwnerIdFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setParticipantList(java.util.Vector newParticipantList)
newParticipantList
- The pariticipant list for the offering.public void setParticipantListFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setProdattrList(java.util.Vector newProdattrList)
newProdattrList
- The product attributes for the offering.public void setProdAttrListFromUrl(java.lang.String s, boolean isReq)
setProdAttrListFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setProdComments(java.util.Vector newProdComments)
newProdComments
- The product comments for the offering.public void setProdCommentsFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setProdList(java.util.Vector newProdList)
newProdList
- The product list for the offering.public void setProdListFromUrl(java.lang.String s, boolean isReq)
setProdListFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setRequestProperties(TypedProperty paramTable) throws ECApplicationException
setRequestProperties
in interface ControllerCommand
setRequestProperties
in class ToolsControllerCommandImpl
paramTable
- TypedProperty of request parametersECApplicationException
- public void setShortdesc(java.lang.String newShortdesc)
newShortdesc
- The offering short description.public void setShortDescFromUrl(java.lang.String s, boolean isReq)
setShortDescFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setStartdate(java.lang.String newStartdate)
newStartdate
- The offering start date.public void setStartDateFromUrl(java.lang.String s, boolean isReq)
setStartDateFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setStarttime(java.lang.String newStarttime)
newStarttime
- The offering start time.public void setStartTimeFromUrl(java.lang.String s, boolean isReq)
setStartTimeFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setStarttimestamp(java.sql.Timestamp newStarttimestamp)
newStarttimestamp
- The offering start date and time.public void setState(java.lang.Integer newState)
newState
- The offering state.public void setStatemachine(java.lang.Long newStatemachine)
newStatemachine
- The state machine identifier.public void setStateMachineFromUrl(java.lang.String s, boolean isReq)
setStateMachineFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setTcList(java.util.Vector newTcList)
newTradingengine
- The list of TCs.public void setTcListFromUrl(java.lang.String s, boolean isReq)
setTcListFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setToolXMLObject(java.util.Hashtable newToolXMLObject)
newToolXMLObject
- The tools framework's XML object.public void setTradingengine(java.lang.Long newTradingengine)
newTradingengine
- The trading engine identifier.public void setTradingEngineFromUrl(java.lang.String s, boolean isReq)
setTradingEngineFromUrl
in interface OfferingBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setVersionid(java.lang.Integer newVersionid)
newVersionid
- The offering version.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |