Class BillingCycleSpecificationRef

java.lang.Object
de.hybris.platform.billingaccounttmfwebservices.v1.dto.BillingCycleSpecificationRef

@Deprecated(since="2208") public class BillingCycleSpecificationRef extends Object
Deprecated.
BillingCycleSpecification reference. A description of when to initiate a billing cycle and the various sub steps of a billing cycle.
  • Constructor Details

    • BillingCycleSpecificationRef

      public BillingCycleSpecificationRef()
      Deprecated.
  • Method Details

    • id

      Deprecated.
    • getId

      @NotNull public @NotNull String getId()
      Deprecated.
      Unique identifier of the billing cycle specification
      Returns:
      id
    • setId

      public void setId(String id)
      Deprecated.
    • href

      Deprecated.
    • getHref

      public String getHref()
      Deprecated.
      Reference of the billing cycle specification
      Returns:
      href
    • setHref

      public void setHref(String href)
      Deprecated.
    • dateShift

      public BillingCycleSpecificationRef dateShift(Integer dateShift)
      Deprecated.
    • getDateShift

      public Integer getDateShift()
      Deprecated.
      An offset of a billing/settlement date. The offset is expressed as number of days with regard to the start of the billing/settlement period.
      Returns:
      dateShift
    • setDateShift

      public void setDateShift(Integer dateShift)
      Deprecated.
    • frequency

      public BillingCycleSpecificationRef frequency(String frequency)
      Deprecated.
    • getFrequency

      public String getFrequency()
      Deprecated.
      Frequency of the billing cycle (monthly for instance)
      Returns:
      frequency
    • setFrequency

      public void setFrequency(String frequency)
      Deprecated.
    • name

      Deprecated.
    • getName

      public String getName()
      Deprecated.
      A short descriptive name
      Returns:
      name
    • setName

      public void setName(String name)
      Deprecated.
    • atBaseType

      public BillingCycleSpecificationRef atBaseType(String atBaseType)
      Deprecated.
    • getAtBaseType

      public String getAtBaseType()
      Deprecated.
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
      Deprecated.
    • atSchemaLocation

      public BillingCycleSpecificationRef atSchemaLocation(String atSchemaLocation)
      Deprecated.
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      Deprecated.
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
      Deprecated.
    • atType

      public BillingCycleSpecificationRef atType(String atType)
      Deprecated.
    • getAtType

      public String getAtType()
      Deprecated.
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
      Deprecated.
    • atReferredType

      public BillingCycleSpecificationRef atReferredType(String atReferredType)
      Deprecated.
    • getAtReferredType

      public String getAtReferredType()
      Deprecated.
      The actual type of the target instance when needed for disambiguation.
      Returns:
      atReferredType
    • setAtReferredType

      public void setAtReferredType(String atReferredType)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object