|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for AttributeValueAdd command which adds an attribute value
Field Summary | |
static java.lang.String |
CLASSNAME
|
static java.lang.String |
COPYRIGHT
|
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Method Summary | |
java.lang.Long |
getAttributeId()
Get the attribute Id |
java.lang.Long |
getAttrvalueId()
Get the attribute value Id |
java.lang.Long |
getCatentryId()
Get the catalog entry Id |
java.lang.Double |
getSequence()
Get the sequence number |
void |
setAttributeId(java.lang.Long anAttributeId)
Set the attribute Id |
void |
setAttrtypeId(java.lang.String astrAttrtypeId)
Set the attribute type Id Attribute types included: 1. |
void |
setAttrvalueId(java.lang.Long anAttrvalueId)
Set the attribute value Id |
void |
setCatentryId(java.lang.Long anCatentryId)
Set the catalog entry Id |
void |
setDescLanguage(java.lang.Integer anDescLanguage)
Set the description language Id for the attribute value |
void |
setField1(java.lang.Integer anField1)
Set field 1 of the attribute value |
void |
setField2(java.lang.String astrField2)
Set field 2 of the attribute value |
void |
setField3(java.lang.String astrField3)
Set field 3 of the attribute value |
void |
setFloatvalue(java.lang.Double adFloatvalue)
Set the float value of the attribute value |
void |
setImage1(java.lang.String astrImage1)
Set image 1 of the attribute value |
void |
setImage2(java.lang.String astrImage2)
Set image 2 of the attribute value |
void |
setIntegervalue(java.lang.Integer anIntegervalue)
Set the integer value of the attribute value |
void |
setName(java.lang.String astrName)
Set the attribute value name |
void |
setOID(java.lang.String astrOID)
Set the object identifier of the attribute value |
void |
setSequence(java.lang.Double adSequence)
Set the sequence number of the attribute value |
void |
setStringvalue(java.lang.String astrStringvalue)
Set the string value of the attribute value |
void |
setURL(java.lang.String astrURL)
Set the redirect URL |
void |
setValue(java.lang.String astrValue)
Set the value of the attribute value. |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.AccCommand |
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String CLASSNAME
public static final java.lang.String COPYRIGHT
Method Detail |
public java.lang.Long getAttributeId()
public java.lang.Long getAttrvalueId()
public java.lang.Long getCatentryId()
public java.lang.Double getSequence()
public void setAttributeId(java.lang.Long anAttributeId)
abAttributeId
- java.lang.Longpublic void setAttrtypeId(java.lang.String astrAttrtypeId)
astrAttrtypeId
- java.lang.Stringpublic void setAttrvalueId(java.lang.Long anAttrvalueId)
anAttrvalueId
- java.lang.Longpublic void setCatentryId(java.lang.Long anCatentryId)
anCatentryId
- java.lang.Longpublic void setDescLanguage(java.lang.Integer anDescLanguage)
anDescLanguage
- java.lang.Integerpublic void setField1(java.lang.Integer anField1)
anField1
- java.lang.Integerpublic void setField2(java.lang.String astrField2)
astrField2
- java.lang.Stringpublic void setField3(java.lang.String astrField3)
astrField3
- java.lang.Stringpublic void setFloatvalue(java.lang.Double adFloatvalue)
adFloatvalue
- java.lang.Doublepublic void setImage1(java.lang.String astrImage1)
astrImage1
- java.lang.Stringpublic void setImage2(java.lang.String astrImage2)
astrImage2
- java.lang.Stringpublic void setIntegervalue(java.lang.Integer anIntegervalue)
anIntegervalue
- java.lang.Integerpublic void setName(java.lang.String astrName)
astrName
- java.lang.Stringpublic void setOID(java.lang.String astrOID)
astrOID
- java.lang.Stringpublic void setSequence(java.lang.Double adSequence)
adSequence
- java.lang.Doublepublic void setStringvalue(java.lang.String astrStringvalue)
astrStringvalue
- java.lang.Stringpublic void setURL(java.lang.String astrURL)
astrURL
- java.lang.Stringpublic void setValue(java.lang.String astrValue)
astrValue
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |