public interface AttributeValueAddCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The name of this interface is "com.ibm.commerce.catalogmanagement.commands.CatalogEntryDeleteCmd".
|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Long | getAttributeId()
Gets the attribute ID for the attribute value.
|
java.lang.Long | getAttrvalueId()
Gets the attribute value ID.
|
java.lang.Long | getCatentryId()
Gets the catalog entry ID.
|
java.lang.Double | getSequence()
Gets the sequence number for the attribute value.
|
void | setAttributeId(java.lang.Long anAttributeId)
Sets the attribute ID.
|
void | setAttrtypeId(java.lang.String astrAttrtypeId)
Sets the attribute type ID.
|
void | setAttrvalueId(java.lang.Long anAttrvalueId)
Sets the attribute value ID.
|
void | setCatentryId(java.lang.Long anCatentryId)
Sets the catalog entry ID.
|
void | setDescLanguage(java.lang.Integer anDescLanguage)
Sets the language ID for the attribute value.
|
void | setField1(java.lang.Integer anField1)
Sets field 1 of the attribute value.
|
void | setField2(java.lang.String astrField2)
Sets field 2 of the attribute value.
|
void | setField3(java.lang.String astrField3)
Sets field 3 of the attribute value.
|
void | setFloatvalue(java.lang.Double adFloatvalue)
Sets the float value of the attribute value.
|
void | setImage1(java.lang.String astrImage1)
Sets the path of image 1 of the attribute value.
|
void | setImage2(java.lang.String astrImage2)
Sets the path of image 2 of the attribute value.
|
void | setIntegervalue(java.lang.Integer anIntegervalue)
Sets the integer value of the attribute value.
|
void | setName(java.lang.String astrName)
Sets the attribute value name.
|
void | setOID(java.lang.String astrOID)
Sets the object identifier of the attribute value.
|
void | setSequence(java.lang.Double adSequence)
Sets the sequence number of the attribute value.
|
void | setStringvalue(java.lang.String astrStringvalue)
Sets the string value of the attribute value.
|
void | setURL(java.lang.String astrURL)
Sets the redirect URL.
|
void | setValue(java.lang.String astrValue)
Sets the value of the attribute value.
|
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getAttributeId()
java.lang.Long getAttrvalueId()
java.lang.Long getCatentryId()
java.lang.Double getSequence()
void setAttributeId(java.lang.Long anAttributeId)
void setAttrtypeId(java.lang.String astrAttrtypeId)
void setAttrvalueId(java.lang.Long anAttrvalueId)
void setCatentryId(java.lang.Long anCatentryId)
void setDescLanguage(java.lang.Integer anDescLanguage)
void setField1(java.lang.Integer anField1)
void setField2(java.lang.String astrField2)
void setField3(java.lang.String astrField3)
void setFloatvalue(java.lang.Double adFloatvalue)
void setImage1(java.lang.String astrImage1)
void setImage2(java.lang.String astrImage2)
void setIntegervalue(java.lang.Integer anIntegervalue)
void setName(java.lang.String astrName)
void setOID(java.lang.String astrOID)
void setSequence(java.lang.Double adSequence)
void setStringvalue(java.lang.String astrStringvalue)
void setURL(java.lang.String astrURL)
void setValue(java.lang.String astrValue)