|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to modify RFQ Attachment information.
Field Summary | |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
defaultCommandClassName
|
static java.lang.String |
NAME
|
Method Summary | |
void |
setAttachmentId(java.lang.Long newAttachmentId)
Stores the ID of the RFQ attachment. |
void |
setDocumentdesc(java.lang.String newDocumentdesc)
Stores the document description of the RFQ attachment. |
void |
setDocumentURL(java.lang.String newDocumentURL)
Stores the document URL of the RFQ attachment. |
void |
setMimeencoding(java.lang.String newMimeencoding)
Stores the mime encoding of the RFQ attachment. |
void |
setMimetype(java.lang.String newMimetype)
Stores the mime type of the RFQ attachment. |
void |
setOwnerId(java.lang.Long newOwnerId)
Stores the owner ID of the RFQ attachment. |
void |
setTradingId(java.lang.Long newTradingId)
Stores the trading agreement ID which is also the RFQ ID. |
void |
setUsage(java.lang.String newUsage)
Stores the attachment usage. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
public void setAttachmentId(java.lang.Long newAttachmentId)
newAttachmentId
- The attachment ID.public void setDocumentdesc(java.lang.String newDocumentdesc)
newDocumentdesc
- The document description.public void setDocumentURL(java.lang.String newDocumentURL)
newDocumentURL
- The document URL.public void setMimeencoding(java.lang.String newMimeencoding)
newMimeencoding
- The mime encoding.public void setMimetype(java.lang.String newMimetype)
newMimetype
- The mime type.public void setOwnerId(java.lang.Long newOwnerId)
newOwnerId
- The owner ID.public void setTradingId(java.lang.Long newTradingId)
newTradingId
- The RFQ ID.public void setUsage(java.lang.String newUsage)
newUsage
- The attachment usage.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |