Class GeneratedDeliveryMode

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
DeliveryMode

public abstract class GeneratedDeliveryMode extends GenericItem
Generated class for type DeliveryMode.
See Also:
  • Field Details

    • ACTIVE

      public static final String ACTIVE
      Qualifier of the DeliveryMode.active attribute
      See Also:
    • CODE

      public static final String CODE
      Qualifier of the DeliveryMode.code attribute
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Qualifier of the DeliveryMode.description attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the DeliveryMode.name attribute
      See Also:
    • SUPPORTEDPAYMENTMODES

      public static final String SUPPORTEDPAYMENTMODES
      Qualifier of the DeliveryMode.supportedPaymentModes attribute
      See Also:
    • SUPPORTEDPAYMENTMODESINTERNAL

      public static final String SUPPORTEDPAYMENTMODESINTERNAL
      Qualifier of the DeliveryMode.supportedPaymentModesInternal attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedDeliveryMode

      public GeneratedDeliveryMode()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • isActive

      public Boolean isActive(SessionContext ctx)
      Generated method - Getter of the DeliveryMode.active attribute.
      Returns:
      the active
    • isActive

      public Boolean isActive()
      Generated method - Getter of the DeliveryMode.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(SessionContext ctx)
      Generated method - Getter of the DeliveryMode.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive()
      Generated method - Getter of the DeliveryMode.active attribute.
      Returns:
      the active
    • setActive

      public void setActive(SessionContext ctx, Boolean value)
      Generated method - Setter of the DeliveryMode.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(Boolean value)
      Generated method - Setter of the DeliveryMode.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(SessionContext ctx, boolean value)
      Generated method - Setter of the DeliveryMode.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(boolean value)
      Generated method - Setter of the DeliveryMode.active attribute.
      Parameters:
      value - the active
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the DeliveryMode.code attribute.
      Returns:
      the code
    • getCode

      public String getCode()
      Generated method - Getter of the DeliveryMode.code attribute.
      Returns:
      the code
    • setCode

      public void setCode(SessionContext ctx, String value) throws ConsistencyCheckException
      Generated method - Setter of the DeliveryMode.code attribute.
      Parameters:
      value - the code
      Throws:
      ConsistencyCheckException
    • setCode

      public void setCode(String value) throws ConsistencyCheckException
      Generated method - Setter of the DeliveryMode.code attribute.
      Parameters:
      value - the code
      Throws:
      ConsistencyCheckException
    • getDescription

      public String getDescription(SessionContext ctx)
      Generated method - Getter of the DeliveryMode.description attribute.
      Returns:
      the description
    • getDescription

      public String getDescription()
      Generated method - Getter of the DeliveryMode.description attribute.
      Returns:
      the description
    • getAllDescription

      public Map<Language,String> getAllDescription(SessionContext ctx)
      Generated method - Getter of the DeliveryMode.description attribute.
      Returns:
      the localized description
    • getAllDescription

      public Map<Language,String> getAllDescription()
      Generated method - Getter of the DeliveryMode.description attribute.
      Returns:
      the localized description
    • setDescription

      public void setDescription(SessionContext ctx, String value)
      Generated method - Setter of the DeliveryMode.description attribute.
      Parameters:
      value - the description
    • setDescription

      public void setDescription(String value)
      Generated method - Setter of the DeliveryMode.description attribute.
      Parameters:
      value - the description
    • setAllDescription

      public void setAllDescription(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the DeliveryMode.description attribute.
      Parameters:
      value - the description
    • setAllDescription

      public void setAllDescription(Map<Language,String> value)
      Generated method - Setter of the DeliveryMode.description attribute.
      Parameters:
      value - the description
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the DeliveryMode.name attribute.
      Returns:
      the name
    • getName

      public String getName()
      Generated method - Getter of the DeliveryMode.name attribute.
      Returns:
      the name
    • getAllName

      public Map<Language,String> getAllName(SessionContext ctx)
      Generated method - Getter of the DeliveryMode.name attribute.
      Returns:
      the localized name
    • getAllName

      public Map<Language,String> getAllName()
      Generated method - Getter of the DeliveryMode.name attribute.
      Returns:
      the localized name
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the DeliveryMode.name attribute.
      Parameters:
      value - the name
    • setName

      public void setName(String value)
      Generated method - Setter of the DeliveryMode.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(SessionContext ctx, Map<Language,String> value)
      Generated method - Setter of the DeliveryMode.name attribute.
      Parameters:
      value - the name
    • setAllName

      public void setAllName(Map<Language,String> value)
      Generated method - Setter of the DeliveryMode.name attribute.
      Parameters:
      value - the name
    • getSupportedPaymentModes

      public abstract Collection<PaymentMode> getSupportedPaymentModes(SessionContext ctx)
      Generated method - Getter of the DeliveryMode.supportedPaymentModes attribute.
      Returns:
      the supportedPaymentModes
    • getSupportedPaymentModes

      public Collection<PaymentMode> getSupportedPaymentModes()
      Generated method - Getter of the DeliveryMode.supportedPaymentModes attribute.
      Returns:
      the supportedPaymentModes
    • setSupportedPaymentModes

      public abstract void setSupportedPaymentModes(SessionContext ctx, Collection<PaymentMode> value)
      Generated method - Setter of the DeliveryMode.supportedPaymentModes attribute.
      Parameters:
      value - the supportedPaymentModes
    • setSupportedPaymentModes

      public void setSupportedPaymentModes(Collection<PaymentMode> value)
      Generated method - Setter of the DeliveryMode.supportedPaymentModes attribute.
      Parameters:
      value - the supportedPaymentModes