Class TuaOnCyclePartyBill

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
de.hybris.platform.tuadatamodel.jalo.TuaPartyBill
de.hybris.platform.tuadatamodel.jalo.TuaOnCyclePartyBill
All Implemented Interfaces:
Serializable, Comparable

public class TuaOnCyclePartyBill extends TuaPartyBill
Generated class for type TuaOnCyclePartyBill.
See Also:
  • Field Details

    • BILLCYCLE

      public static final String BILLCYCLE
      Qualifier of the TuaOnCyclePartyBill.billCycle attribute
      See Also:
    • BILLCYCLEHANDLER

      protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TuaOnCyclePartyBill> BILLCYCLEHANDLER
      BidirectionalOneToManyHandler for handling 1:n BILLCYCLE's relation attributes from 'one' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • TuaOnCyclePartyBill

      public TuaOnCyclePartyBill()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class TuaPartyBill
    • getBillCycle

      public TuaPartyBillingCycle getBillCycle(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TuaOnCyclePartyBill.billCycle attribute.
      Returns:
      the billCycle - The Party Billing Cycle for which those On Cycle Party Bills are defined.
    • getBillCycle

      public TuaPartyBillingCycle getBillCycle()
      Generated method - Getter of the TuaOnCyclePartyBill.billCycle attribute.
      Returns:
      the billCycle - The Party Billing Cycle for which those On Cycle Party Bills are defined.
    • setBillCycle

      public void setBillCycle(de.hybris.platform.jalo.SessionContext ctx, TuaPartyBillingCycle value)
      Generated method - Setter of the TuaOnCyclePartyBill.billCycle attribute.
      Parameters:
      value - the billCycle - The Party Billing Cycle for which those On Cycle Party Bills are defined.
    • setBillCycle

      public void setBillCycle(TuaPartyBillingCycle value)
      Generated method - Setter of the TuaOnCyclePartyBill.billCycle attribute.
      Parameters:
      value - the billCycle - The Party Billing Cycle for which those On Cycle Party Bills are defined.
    • createItem

      protected de.hybris.platform.jalo.Item createItem(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.type.ComposedType type, de.hybris.platform.jalo.Item.ItemAttributeMap allAttributes) throws de.hybris.platform.jalo.JaloBusinessException
      Overrides:
      createItem in class TuaPartyBill
      Throws:
      de.hybris.platform.jalo.JaloBusinessException