Creates an RFQ attachment.
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
static java.lang.String | defaultCommandClassName The default implementation of this command. |
static java.lang.String | NAME The name of this command. |
Method Summary | |
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. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public void setDocumentdesc(java.lang.String newDocumentdesc)
public void setDocumentURL(java.lang.String newDocumentURL)
public void setMimeencoding(java.lang.String newMimeencoding)
public void setMimetype(java.lang.String newMimetype)
public void setOwnerId(java.lang.Long newOwnerId)
public void setTradingId(java.lang.Long newTradingId)
public void setUsage(java.lang.String newUsage)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.