Class GeneratedPaymentMode

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

public abstract class GeneratedPaymentMode extends GenericItem
Generated class for type PaymentMode.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedPaymentMode

      public GeneratedPaymentMode()
  • 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 PaymentMode.active attribute.
      Returns:
      the active
    • isActive

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public ComposedType getPaymentInfoType(SessionContext ctx)
      Generated method - Getter of the PaymentMode.paymentInfoType attribute.
      Returns:
      the paymentInfoType
    • getPaymentInfoType

      public ComposedType getPaymentInfoType()
      Generated method - Getter of the PaymentMode.paymentInfoType attribute.
      Returns:
      the paymentInfoType
    • setPaymentInfoType

      public void setPaymentInfoType(SessionContext ctx, ComposedType value)
      Generated method - Setter of the PaymentMode.paymentInfoType attribute.
      Parameters:
      value - the paymentInfoType
    • setPaymentInfoType

      public void setPaymentInfoType(ComposedType value)
      Generated method - Setter of the PaymentMode.paymentInfoType attribute.
      Parameters:
      value - the paymentInfoType
    • getSupportedDeliveryModes

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

      public Collection<DeliveryMode> getSupportedDeliveryModes()
      Generated method - Getter of the PaymentMode.supportedDeliveryModes attribute.
      Returns:
      the supportedDeliveryModes