com.ibm.commerce.content.facade.server.commands
Interface ChangeAttachmentCmd
-
- All Known Implementing Classes:
- ChangeAttachmentCmdImpl
public interface ChangeAttachmentCmd
The interface for command for ChangeAttachment
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright notice field.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description RespondAttachmentType
getRespondAttachment()
Provide a Change method to Change the result (RespondAttachmentType BOD)void
setChangeAttachment(ChangeAttachmentType changeAttachment)
A set method for ChangeAttachment
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
setChangeAttachment
void setChangeAttachment(ChangeAttachmentType changeAttachment)
A set method for ChangeAttachment- Parameters:
changeAttachment
- the ChangeAttachment BOD that ChangeAttachmentCmd would execute
-
getRespondAttachment
RespondAttachmentType getRespondAttachment()
Provide a Change method to Change the result (RespondAttachmentType BOD)- Returns:
- RespondAttachmentType the RespondAttachmentType BOD would return to the client
-
-