public abstract class AbstractComposeAttachmentCmdImpl extends java.lang.Object implements ComposeAttachmentCmd
ShowAttachmentType
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
AbstractComposeAttachmentCmdImpl()
The constructor of AbstractComposeAttachmentCmdImpl
|
Modifier and Type | Method and Description |
---|---|
ShowType |
getPagingParameter()
This method gets the paging parameters
|
SearchExpression |
getSearchExpression()
This method returns the search expression associated with the compose operation.
|
ShowAttachmentType |
getShowAttachment()
This method gets the instance of ShowAttachmentType .
|
boolean |
isReadyToCallExecute()
This method returns if this command is ready to execute.
|
void |
reset()
This method resets this command.
|
void |
setAttachments(java.util.List attachments)
This method sets the list of attachments.
|
void |
setPagingParameter(ShowType aPagingParameter)
This method set the paging parameters
|
void |
setSearchExpression(SearchExpression searchExpression)
This method sets the selection expression for the compose operation.
|
void |
setShowAttachment(ShowAttachmentType aShowAttachment)
This method sets the instance of ShowAttachmentType .
|
public static final java.lang.String COPYRIGHT
public AbstractComposeAttachmentCmdImpl()
public void reset()
reset
in interface com.ibm.websphere.command.Command
Command.reset()
public void setAttachments(java.util.List attachments)
AttachmentTargeDataBean
objects
populated with all available data.setAttachments
in interface ComposeAttachmentCmd
attachments
- The list of attachmentspublic boolean isReadyToCallExecute()
isReadyToCallExecute
in interface com.ibm.websphere.command.Command
Command.isReadyToCallExecute()
public ShowAttachmentType getShowAttachment()
getShowAttachment
in interface ComposeAttachmentCmd
public void setShowAttachment(ShowAttachmentType aShowAttachment)
aShowAttachment
- the instance value of ShowAttachmentType .public ShowType getPagingParameter()
getPagingParameter
in interface ComposeAttachmentCmd
public void setPagingParameter(ShowType aPagingParameter)
setPagingParameter
in interface ComposeAttachmentCmd
aPagingParameter
- The paging parameter to set.public void setSearchExpression(SearchExpression searchExpression)
setSearchExpression
in interface ComposeAttachmentCmd
searchExpression
- The search expression.public SearchExpression getSearchExpression()
getSearchExpression
in interface ComposeAttachmentCmd