com.ibm.commerce.location.facade.datatypes

Interface ShowClientLocationDataAreaType



  • public interface ShowClientLocationDataAreaType
    A representation of the model object 'Show Client Location Data Area Type'. Type definition of the ShowClientLocation BOD's data area.

    The following features are supported:

    See Also:
    LocationPackage.getShowClientLocationDataAreaType()
    • Method Detail

      • getShow

        ShowType getShow()
        Returns the value of the 'Show' containment reference. The Show verb.
        Returns:
        the value of the 'Show' containment reference.
        See Also:
        setShow(ShowType), LocationPackage.getShowClientLocationDataAreaType_Show()
      • setShow

        void setShow(ShowType value)
        Sets the value of the 'Show' containment reference.
        Parameters:
        value - the new value of the 'Show' containment reference.
        See Also:
        getShow()
      • 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.getShowClientLocationDataAreaType_ClientLocation()