com.ibm.commerce.negotiation.commands
Interface CheckGenBidRefCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CheckGenBidRefCmdImpl

public interface CheckGenBidRefCmd
extends TaskCommand

Validate Bid reference number command interface.


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
static java.lang.String defaultCommandClassName
          The default implementation class name.
static java.lang.String NAME
          The full class name for this interface file.
 
Method Summary
 void setBidReferenceKey(java.lang.String bidReferenceKey)
          Sets the bid Reference key
 void setBidType(java.lang.String bidType)
          Sets the bid type
 void setErrorTaskName(java.lang.String errorTaskName)           Set error task name that will be returned by the exceptions.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The full class name for this interface file.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name. This is used if there is no record found in the CMDREG table.
See Also:
Constant Field Values
Method Detail

setBidReferenceKey

public void setBidReferenceKey(java.lang.String bidReferenceKey)
Sets the bid Reference key
Parameters:
bidReferenceKey - String

setBidType

public void setBidType(java.lang.String bidType)
Sets the bid type
Parameters:
bidType - java.lang.String

setErrorTaskName

public void setErrorTaskName(java.lang.String errorTaskName)
Set error task name that will be returned by the exceptions.
Parameters:
errorTaskName - java.lang.String