com.ibm.commerce.location.facade.datatypes

Interface ProcessClientLocationDataAreaType



  • public interface ProcessClientLocationDataAreaType
    A representation of the model object 'Process Client Location Data Area Type'. Type definition of the ProcessClientLocation BOD's data area.

    The following features are supported:

    See Also:
    LocationPackage.getProcessClientLocationDataAreaType()
    • 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), LocationPackage.getProcessClientLocationDataAreaType_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()
      • getClientLocation

        java.util.List getClientLocation()
        Returns the value of the 'Client Location' containment reference list. The list contents are of type ClientLocationType. The ClientLocation noun.
        Returns:
        the value of the 'Client Location' containment reference list.
        See Also:
        LocationPackage.getProcessClientLocationDataAreaType_ClientLocation()