com.ibm.commerce.location.facade.datatypes

Interface ChangeClientLocationDataAreaType



  • public interface ChangeClientLocationDataAreaType
    A representation of the model object 'Change Client Location Data Area Type'. Type definition of the ChangeClientLocation BOD's data area.

    The following features are supported:

    See Also:
    LocationPackage.getChangeClientLocationDataAreaType()
    • Method Detail

      • getChange

        ChangeType getChange()
        Returns the value of the 'Change' containment reference. The Change verb.
        Returns:
        the value of the 'Change' containment reference.
        See Also:
        setChange(ChangeType), LocationPackage.getChangeClientLocationDataAreaType_Change()
      • setChange

        void setChange(ChangeType value)
        Sets the value of the 'Change' containment reference.
        Parameters:
        value - the new value of the 'Change' containment reference.
        See Also:
        getChange()
      • 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.getChangeClientLocationDataAreaType_ClientLocation()