Bid Reference Number Generation Inteface.
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 | |
---|---|
java.lang.String |
getBidReferenceKey() Returns a unique 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
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public java.lang.String getBidReferenceKey()
public void setBidType(java.lang.String bidType)
bidType
- java.lang.Stringpublic void setErrorTaskName(java.lang.String errorTaskName)
errorTaskName
- java.lang.String