com.ibm.commerce.content.facade.datatypes

Interface ProcessAttachmentDataAreaType



  • public interface ProcessAttachmentDataAreaType
    A representation of the model object 'Process Attachment Data Area Type'. Type definition of the ProcessAttachment BOD's data area.

    The following features are supported:

    See Also:
    ContentPackage.getProcessAttachmentDataAreaType()
    • Method Detail

      • getProcess

        ProcessType getProcess()
        Returns the value of the 'Process' containment reference. The Process verb.
        Returns:
        the value of the 'Process' containment reference.
        See Also:
        setProcess(ProcessType), ContentPackage.getProcessAttachmentDataAreaType_Process()
      • setProcess

        void setProcess(ProcessType value)
        Sets the value of the 'Process' containment reference.
        Parameters:
        value - the new value of the 'Process' containment reference.
        See Also:
        getProcess()
      • getAttachment

        java.util.List getAttachment()
        Returns the value of the 'Attachment' containment reference list. The list contents are of type AttachmentType. The Attachment noun.
        Returns:
        the value of the 'Attachment' containment reference list.
        See Also:
        ContentPackage.getProcessAttachmentDataAreaType_Attachment()