Copies RFQ.
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 | |
boolean | getCopyAttachment() Gets the copyAttachment |
java.lang.Long | getNewRFQId() Returns the RFQ id of the new copy. |
java.lang.String | getNewRFQName() returns the unique name for the new RFQ |
java.lang.Long | getSourceRFQId() Returns the source RFQ unique id used for the copy. |
void | setCopyAttachment(boolean copyAttachment) Sets the copyAttachment |
void | setNewRFQName(java.lang.String name) Sets the unique name for the new RFQ |
void | setSourceRFQId(java.lang.Long rfqId) Sets the source of RFQ id to copy from. |
Field Detail |
public static final java.lang.String NAME
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
Method Detail |
public java.lang.Long getNewRFQId()
public java.lang.String getNewRFQName()
public java.lang.Long getSourceRFQId()
public void setNewRFQName(java.lang.String name)
public void setSourceRFQId(java.lang.Long rfqId)
public boolean getCopyAttachment()
public void setCopyAttachment(boolean copyAttachment)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.