public interface AttachmentUpdateCmd extends ControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
Define the CLASSNAME.
|
static java.lang.String | COPYRIGHT
The internal copyright field.
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector | getAttachmentAssets()
Gets the vector of AttachmentAssetDataBean for update.
|
java.util.Vector | getAttachmentTargetDescriptions()
Gets the vector of AttachmentTargetDescriptionDataBean for update.
|
java.lang.Long | getAttachmentTargetId()
Gets the attachment target ID.
|
java.lang.String | getAttachmentUsageId()
Gets the attachment usage ID of the attachment target.
|
java.lang.Long | getField1()
Gets the customizable field 1 in the attachment target.
|
java.lang.Double | getField2()
Gets the customizable field 2 in the attachment target.
|
java.lang.String | getField3()
Gets the customizable field 3 in the attachment target.
|
java.lang.String | getField4()
Gets the customizable field 4 in the attachment target.
|
java.lang.String | getIdentifier()
Gets the identifier of the attachment target.
|
java.lang.Long | getMemberId()
Gets the owner of the attachment target.
|
java.lang.Integer | getStoreentId()
Gets the store entity ID that owns the attachment target.
|
void | setAttachmentAssets(java.util.Vector avAttachmentAssetDataBeans)
Sets the vector of AttachmentAssetDataBean as the attachment assets to be updated for the attachment target.
|
void | setAttachmentAssetsForDelete(java.util.Vector avAttachmentAssetDataBeansForDelete)
Sets the vector of AttachmentAssetDataBean as the attachment assets to be deleted from the attachment target.
|
void | setAttachmentTargetDescriptions(java.util.Vector avAttachmentTargetDescriptionDataBeans)
Sets the vector of AttachmentTargetDescriptionDataBean as the description to be updated for the attachment target.
|
void | setAttachmentTargetId(java.lang.Long anAttachmentTargetId)
Sets the attachment target ID.
|
void | setAttachmentUsageId(java.lang.String astrAttachmentUsageId)
Sets the attachment usage ID used in the attachment target.
|
void | setCreateMissing(java.lang.Boolean aboolCreateMissing)
Sets the option to the create missing attachment target, target descriptions, and assets.
|
void | setField1(java.lang.Long anField1)
Sets the customizable field 1 of the attachment target.
|
void | setField2(java.lang.Double adField2)
Sets the customizable field 2 of the attachment target.
|
void | setField3(java.lang.String astrField3)
Sets the customizable field 3 of the attachment target.
|
void | setField4(java.lang.String astrField4)
Sets the customizable field 4 of the attachment target.
|
void | setIdentifier(java.lang.String astrIdentifier)
Sets the identifier of the attachment target.
|
void | setMemberId(java.lang.Long anMemberId)
Sets the owner ID of the attachment target to retrieve an existing attachment.
|
void | setStoreentId(java.lang.Integer anStoreentId)
Sets the store entity ID.
|
void | setURL(java.lang.String astrURL)
Sets the redirect URL.
|
static final java.lang.String COPYRIGHT
static final java.lang.String CLASSNAME
java.lang.Long getAttachmentTargetId()
java.lang.Integer getStoreentId()
java.lang.Long getMemberId()
java.lang.String getIdentifier()
java.lang.String getAttachmentUsageId()
java.lang.Long getField1()
java.lang.Double getField2()
java.lang.String getField3()
java.lang.String getField4()
java.util.Vector getAttachmentTargetDescriptions()
java.util.Vector getAttachmentAssets()
void setAttachmentTargetId(java.lang.Long anAttachmentTargetId)
void setStoreentId(java.lang.Integer anStoreentId)
void setMemberId(java.lang.Long anMemberId)
void setIdentifier(java.lang.String astrIdentifier)
void setAttachmentUsageId(java.lang.String astrAttachmentUsageId)
void setField1(java.lang.Long anField1)
void setField2(java.lang.Double adField2)
void setField3(java.lang.String astrField3)
void setField4(java.lang.String astrField4)
void setAttachmentAssets(java.util.Vector avAttachmentAssetDataBeans)
void setAttachmentAssetsForDelete(java.util.Vector avAttachmentAssetDataBeansForDelete)
void setAttachmentTargetDescriptions(java.util.Vector avAttachmentTargetDescriptionDataBeans)
void setURL(java.lang.String astrURL)
void setCreateMissing(java.lang.Boolean aboolCreateMissing)