com.ibm.commerce.catalog.facade.datatypes

Interface GetKitDataAreaType



  • public interface GetKitDataAreaType
    A representation of the model object 'Get Kit Data Area Type'. Type definition of the GetKit BOD's data area.

    The following features are supported:

    See Also:
    CatalogPackage.getGetKitDataAreaType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      GetType getGet()
      Returns the value of the 'Get' containment reference.
      java.util.List getKit()
      Returns the value of the 'Kit' containment reference list.
      void setGet(GetType value)
      Sets the value of the 'Get' containment reference.
    • Method Detail

      • getGet

        GetType getGet()
        Returns the value of the 'Get' containment reference. The Get verb.
        Returns:
        the value of the 'Get' containment reference.
        See Also:
        setGet(GetType), CatalogPackage.getGetKitDataAreaType_Get()
      • setGet

        void setGet(GetType value)
        Sets the value of the 'Get' containment reference.
        Parameters:
        value - the new value of the 'Get' containment reference.
        See Also:
        getGet()
      • getKit

        java.util.List getKit()
        Returns the value of the 'Kit' containment reference list. The list contents are of type KitType. The Kit noun.
        Returns:
        the value of the 'Kit' containment reference list.
        See Also:
        CatalogPackage.getGetKitDataAreaType_Kit()