Class GeneratedTaxInvoice

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

public abstract class GeneratedTaxInvoice extends GenericItem
Generated class for type TaxInvoice.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedTaxInvoice

      public GeneratedTaxInvoice()
  • Method Details

    • getDefaultAttributeModes

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

      public EnumerationValue getCategory(SessionContext ctx)
      Generated method - Getter of the TaxInvoice.category attribute.
      Returns:
      the category - Invoice category
    • getCategory

      public EnumerationValue getCategory()
      Generated method - Getter of the TaxInvoice.category attribute.
      Returns:
      the category - Invoice category
    • setCategory

      public void setCategory(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the TaxInvoice.category attribute.
      Parameters:
      value - the category - Invoice category
    • setCategory

      public void setCategory(EnumerationValue value)
      Generated method - Setter of the TaxInvoice.category attribute.
      Parameters:
      value - the category - Invoice category
    • getRecipient

      public String getRecipient(SessionContext ctx)
      Generated method - Getter of the TaxInvoice.recipient attribute.
      Returns:
      the recipient - Recipient' name
    • getRecipient

      public String getRecipient()
      Generated method - Getter of the TaxInvoice.recipient attribute.
      Returns:
      the recipient - Recipient' name
    • setRecipient

      public void setRecipient(SessionContext ctx, String value)
      Generated method - Setter of the TaxInvoice.recipient attribute.
      Parameters:
      value - the recipient - Recipient' name
    • setRecipient

      public void setRecipient(String value)
      Generated method - Setter of the TaxInvoice.recipient attribute.
      Parameters:
      value - the recipient - Recipient' name
    • getRecipientType

      public EnumerationValue getRecipientType(SessionContext ctx)
      Generated method - Getter of the TaxInvoice.recipientType attribute.
      Returns:
      the recipientType - Invoice Recipient Type
    • getRecipientType

      public EnumerationValue getRecipientType()
      Generated method - Getter of the TaxInvoice.recipientType attribute.
      Returns:
      the recipientType - Invoice Recipient Type
    • setRecipientType

      public void setRecipientType(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the TaxInvoice.recipientType attribute.
      Parameters:
      value - the recipientType - Invoice Recipient Type
    • setRecipientType

      public void setRecipientType(EnumerationValue value)
      Generated method - Setter of the TaxInvoice.recipientType attribute.
      Parameters:
      value - the recipientType - Invoice Recipient Type
    • getSerialCode

      public String getSerialCode(SessionContext ctx)
      Generated method - Getter of the TaxInvoice.serialCode attribute.
      Returns:
      the serialCode - serialCode
    • getSerialCode

      public String getSerialCode()
      Generated method - Getter of the TaxInvoice.serialCode attribute.
      Returns:
      the serialCode - serialCode
    • setSerialCode

      public void setSerialCode(SessionContext ctx, String value)
      Generated method - Setter of the TaxInvoice.serialCode attribute.
      Parameters:
      value - the serialCode - serialCode
    • setSerialCode

      public void setSerialCode(String value)
      Generated method - Setter of the TaxInvoice.serialCode attribute.
      Parameters:
      value - the serialCode - serialCode
    • getStatus

      public EnumerationValue getStatus(SessionContext ctx)
      Generated method - Getter of the TaxInvoice.status attribute.
      Returns:
      the status - Invoice Status
    • getStatus

      public EnumerationValue getStatus()
      Generated method - Getter of the TaxInvoice.status attribute.
      Returns:
      the status - Invoice Status
    • setStatus

      public void setStatus(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the TaxInvoice.status attribute.
      Parameters:
      value - the status - Invoice Status
    • setStatus

      public void setStatus(EnumerationValue value)
      Generated method - Setter of the TaxInvoice.status attribute.
      Parameters:
      value - the status - Invoice Status
    • getTaxpayerID

      public String getTaxpayerID(SessionContext ctx)
      Generated method - Getter of the TaxInvoice.taxpayerID attribute.
      Returns:
      the taxpayerID - Recipient' Code
    • getTaxpayerID

      public String getTaxpayerID()
      Generated method - Getter of the TaxInvoice.taxpayerID attribute.
      Returns:
      the taxpayerID - Recipient' Code
    • setTaxpayerID

      public void setTaxpayerID(SessionContext ctx, String value)
      Generated method - Setter of the TaxInvoice.taxpayerID attribute.
      Parameters:
      value - the taxpayerID - Recipient' Code
    • setTaxpayerID

      public void setTaxpayerID(String value)
      Generated method - Setter of the TaxInvoice.taxpayerID attribute.
      Parameters:
      value - the taxpayerID - Recipient' Code