Creates a catalog entry for a "made-to-order" item requested via an 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 | |
java.lang.Long | getItemId() Retrieves the ID of the newly created item. |
void | setLanguageId(java.lang.Integer newLanguageId) Stores the language identifier. |
void | setName(java.lang.String newName) Stores the item name. |
void | setOfferingId(java.lang.Long newOfferingId) Stores the RFQ ID. |
void | setOwnerId(java.lang.Long newOwnerId) Stores the ID of the item owner. |
void | setParentProductId(java.lang.Long newParentProductId) Stores the ID of the parent catalog entry under which this item has been created. |
void | setShortDescription(java.lang.String newShortDescription) Stores a brief description of the item. |
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 java.lang.Long getItemId()
public void setLanguageId(java.lang.Integer newLanguageId)
public void setName(java.lang.String newName)
public void setOfferingId(java.lang.Long newOfferingId)
public void setOwnerId(java.lang.Long newOwnerId)
public void setParentProductId(java.lang.Long newParentProductId)
public void setShortDescription(java.lang.String newShortDescription)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.