Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

/**
 * Autogenerated by Thrift Compiler (0.7.0)
 *
 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 */
package in.shop2020.warehouse;

import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
import java.util.EnumMap;
import java.util.Set;
import java.util.HashSet;
import java.util.EnumSet;
import java.util.Collections;
import java.util.BitSet;
import java.nio.ByteBuffer;
import java.util.Arrays;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public class InvoiceScan implements org.apache.thrift.TBase<InvoiceScan, InvoiceScan._Fields>, java.io.Serializable, Cloneable {
  private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InvoiceScan");

  private static final org.apache.thrift.protocol.TField INVOICE_NUMBER_FIELD_DESC = new org.apache.thrift.protocol.TField("invoiceNumber", org.apache.thrift.protocol.TType.STRING, (short)1);
  private static final org.apache.thrift.protocol.TField NUM_ITEMS_FIELD_DESC = new org.apache.thrift.protocol.TField("numItems", org.apache.thrift.protocol.TType.I64, (short)2);
  private static final org.apache.thrift.protocol.TField SUPPLIER_NAME_FIELD_DESC = new org.apache.thrift.protocol.TField("supplierName", org.apache.thrift.protocol.TType.STRING, (short)3);
  private static final org.apache.thrift.protocol.TField DATE_FIELD_DESC = new org.apache.thrift.protocol.TField("date", org.apache.thrift.protocol.TType.I64, (short)4);
  private static final org.apache.thrift.protocol.TField SCANNED_QUANTITY_FIELD_DESC = new org.apache.thrift.protocol.TField("scannedQuantity", org.apache.thrift.protocol.TType.I64, (short)5);

  private String invoiceNumber; // required
  private long numItems; // required
  private String supplierName; // required
  private long date; // required
  private long scannedQuantity; // required

  /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
  public enum _Fields implements org.apache.thrift.TFieldIdEnum {
    INVOICE_NUMBER((short)1, "invoiceNumber"),
    NUM_ITEMS((short)2, "numItems"),
    SUPPLIER_NAME((short)3, "supplierName"),
    DATE((short)4, "date"),
    SCANNED_QUANTITY((short)5, "scannedQuantity");

    private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();

    static {
      for (_Fields field : EnumSet.allOf(_Fields.class)) {
        byName.put(field.getFieldName(), field);
      }
    }

    /**
     * Find the _Fields constant that matches fieldId, or null if its not found.
     */
    public static _Fields findByThriftId(int fieldId) {
      switch(fieldId) {
        case 1: // INVOICE_NUMBER
          return INVOICE_NUMBER;
        case 2: // NUM_ITEMS
          return NUM_ITEMS;
        case 3: // SUPPLIER_NAME
          return SUPPLIER_NAME;
        case 4: // DATE
          return DATE;
        case 5: // SCANNED_QUANTITY
          return SCANNED_QUANTITY;
        default:
          return null;
      }
    }

    /**
     * Find the _Fields constant that matches fieldId, throwing an exception
     * if it is not found.
     */
    public static _Fields findByThriftIdOrThrow(int fieldId) {
      _Fields fields = findByThriftId(fieldId);
      if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
      return fields;
    }

    /**
     * Find the _Fields constant that matches name, or null if its not found.
     */
    public static _Fields findByName(String name) {
      return byName.get(name);
    }

    private final short _thriftId;
    private final String _fieldName;

    _Fields(short thriftId, String fieldName) {
      _thriftId = thriftId;
      _fieldName = fieldName;
    }

    public short getThriftFieldId() {
      return _thriftId;
    }

    public String getFieldName() {
      return _fieldName;
    }
  }

  // isset id assignments
  private static final int __NUMITEMS_ISSET_ID = 0;
  private static final int __DATE_ISSET_ID = 1;
  private static final int __SCANNEDQUANTITY_ISSET_ID = 2;
  private BitSet __isset_bit_vector = new BitSet(3);

  public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
  static {
    Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
    tmpMap.put(_Fields.INVOICE_NUMBER, new org.apache.thrift.meta_data.FieldMetaData("invoiceNumber", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
    tmpMap.put(_Fields.NUM_ITEMS, new org.apache.thrift.meta_data.FieldMetaData("numItems", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
    tmpMap.put(_Fields.SUPPLIER_NAME, new org.apache.thrift.meta_data.FieldMetaData("supplierName", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
    tmpMap.put(_Fields.DATE, new org.apache.thrift.meta_data.FieldMetaData("date", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
    tmpMap.put(_Fields.SCANNED_QUANTITY, new org.apache.thrift.meta_data.FieldMetaData("scannedQuantity", org.apache.thrift.TFieldRequirementType.DEFAULT, 
        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)));
    metaDataMap = Collections.unmodifiableMap(tmpMap);
    org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(InvoiceScan.class, metaDataMap);
  }

  public InvoiceScan() {
  }

  public InvoiceScan(
    String invoiceNumber,
    long numItems,
    String supplierName,
    long date,
    long scannedQuantity)
  {
    this();
    this.invoiceNumber = invoiceNumber;
    this.numItems = numItems;
    setNumItemsIsSet(true);
    this.supplierName = supplierName;
    this.date = date;
    setDateIsSet(true);
    this.scannedQuantity = scannedQuantity;
    setScannedQuantityIsSet(true);
  }

  /**
   * Performs a deep copy on <i>other</i>.
   */
  public InvoiceScan(InvoiceScan other) {
    __isset_bit_vector.clear();
    __isset_bit_vector.or(other.__isset_bit_vector);
    if (other.isSetInvoiceNumber()) {
      this.invoiceNumber = other.invoiceNumber;
    }
    this.numItems = other.numItems;
    if (other.isSetSupplierName()) {
      this.supplierName = other.supplierName;
    }
    this.date = other.date;
    this.scannedQuantity = other.scannedQuantity;
  }

  public InvoiceScan deepCopy() {
    return new InvoiceScan(this);
  }

  @Override
  public void clear() {
    this.invoiceNumber = null;
    setNumItemsIsSet(false);
    this.numItems = 0;
    this.supplierName = null;
    setDateIsSet(false);
    this.date = 0;
    setScannedQuantityIsSet(false);
    this.scannedQuantity = 0;
  }

  public String getInvoiceNumber() {
    return this.invoiceNumber;
  }

  public void setInvoiceNumber(String invoiceNumber) {
    this.invoiceNumber = invoiceNumber;
  }

  public void unsetInvoiceNumber() {
    this.invoiceNumber = null;
  }

  /** Returns true if field invoiceNumber is set (has been assigned a value) and false otherwise */
  public boolean isSetInvoiceNumber() {
    return this.invoiceNumber != null;
  }

  public void setInvoiceNumberIsSet(boolean value) {
    if (!value) {
      this.invoiceNumber = null;
    }
  }

  public long getNumItems() {
    return this.numItems;
  }

  public void setNumItems(long numItems) {
    this.numItems = numItems;
    setNumItemsIsSet(true);
  }

  public void unsetNumItems() {
    __isset_bit_vector.clear(__NUMITEMS_ISSET_ID);
  }

  /** Returns true if field numItems is set (has been assigned a value) and false otherwise */
  public boolean isSetNumItems() {
    return __isset_bit_vector.get(__NUMITEMS_ISSET_ID);
  }

  public void setNumItemsIsSet(boolean value) {
    __isset_bit_vector.set(__NUMITEMS_ISSET_ID, value);
  }

  public String getSupplierName() {
    return this.supplierName;
  }

  public void setSupplierName(String supplierName) {
    this.supplierName = supplierName;
  }

  public void unsetSupplierName() {
    this.supplierName = null;
  }

  /** Returns true if field supplierName is set (has been assigned a value) and false otherwise */
  public boolean isSetSupplierName() {
    return this.supplierName != null;
  }

  public void setSupplierNameIsSet(boolean value) {
    if (!value) {
      this.supplierName = null;
    }
  }

  public long getDate() {
    return this.date;
  }

  public void setDate(long date) {
    this.date = date;
    setDateIsSet(true);
  }

  public void unsetDate() {
    __isset_bit_vector.clear(__DATE_ISSET_ID);
  }

  /** Returns true if field date is set (has been assigned a value) and false otherwise */
  public boolean isSetDate() {
    return __isset_bit_vector.get(__DATE_ISSET_ID);
  }

  public void setDateIsSet(boolean value) {
    __isset_bit_vector.set(__DATE_ISSET_ID, value);
  }

  public long getScannedQuantity() {
    return this.scannedQuantity;
  }

  public void setScannedQuantity(long scannedQuantity) {
    this.scannedQuantity = scannedQuantity;
    setScannedQuantityIsSet(true);
  }

  public void unsetScannedQuantity() {
    __isset_bit_vector.clear(__SCANNEDQUANTITY_ISSET_ID);
  }

  /** Returns true if field scannedQuantity is set (has been assigned a value) and false otherwise */
  public boolean isSetScannedQuantity() {
    return __isset_bit_vector.get(__SCANNEDQUANTITY_ISSET_ID);
  }

  public void setScannedQuantityIsSet(boolean value) {
    __isset_bit_vector.set(__SCANNEDQUANTITY_ISSET_ID, value);
  }

  public void setFieldValue(_Fields field, Object value) {
    switch (field) {
    case INVOICE_NUMBER:
      if (value == null) {
        unsetInvoiceNumber();
      } else {
        setInvoiceNumber((String)value);
      }
      break;

    case NUM_ITEMS:
      if (value == null) {
        unsetNumItems();
      } else {
        setNumItems((Long)value);
      }
      break;

    case SUPPLIER_NAME:
      if (value == null) {
        unsetSupplierName();
      } else {
        setSupplierName((String)value);
      }
      break;

    case DATE:
      if (value == null) {
        unsetDate();
      } else {
        setDate((Long)value);
      }
      break;

    case SCANNED_QUANTITY:
      if (value == null) {
        unsetScannedQuantity();
      } else {
        setScannedQuantity((Long)value);
      }
      break;

    }
  }

  public Object getFieldValue(_Fields field) {
    switch (field) {
    case INVOICE_NUMBER:
      return getInvoiceNumber();

    case NUM_ITEMS:
      return Long.valueOf(getNumItems());

    case SUPPLIER_NAME:
      return getSupplierName();

    case DATE:
      return Long.valueOf(getDate());

    case SCANNED_QUANTITY:
      return Long.valueOf(getScannedQuantity());

    }
    throw new IllegalStateException();
  }

  /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
  public boolean isSet(_Fields field) {
    if (field == null) {
      throw new IllegalArgumentException();
    }

    switch (field) {
    case INVOICE_NUMBER:
      return isSetInvoiceNumber();
    case NUM_ITEMS:
      return isSetNumItems();
    case SUPPLIER_NAME:
      return isSetSupplierName();
    case DATE:
      return isSetDate();
    case SCANNED_QUANTITY:
      return isSetScannedQuantity();
    }
    throw new IllegalStateException();
  }

  @Override
  public boolean equals(Object that) {
    if (that == null)
      return false;
    if (that instanceof InvoiceScan)
      return this.equals((InvoiceScan)that);
    return false;
  }

  public boolean equals(InvoiceScan that) {
    if (that == null)
      return false;

    boolean this_present_invoiceNumber = true && this.isSetInvoiceNumber();
    boolean that_present_invoiceNumber = true && that.isSetInvoiceNumber();
    if (this_present_invoiceNumber || that_present_invoiceNumber) {
      if (!(this_present_invoiceNumber && that_present_invoiceNumber))
        return false;
      if (!this.invoiceNumber.equals(that.invoiceNumber))
        return false;
    }

    boolean this_present_numItems = true;
    boolean that_present_numItems = true;
    if (this_present_numItems || that_present_numItems) {
      if (!(this_present_numItems && that_present_numItems))
        return false;
      if (this.numItems != that.numItems)
        return false;
    }

    boolean this_present_supplierName = true && this.isSetSupplierName();
    boolean that_present_supplierName = true && that.isSetSupplierName();
    if (this_present_supplierName || that_present_supplierName) {
      if (!(this_present_supplierName && that_present_supplierName))
        return false;
      if (!this.supplierName.equals(that.supplierName))
        return false;
    }

    boolean this_present_date = true;
    boolean that_present_date = true;
    if (this_present_date || that_present_date) {
      if (!(this_present_date && that_present_date))
        return false;
      if (this.date != that.date)
        return false;
    }

    boolean this_present_scannedQuantity = true;
    boolean that_present_scannedQuantity = true;
    if (this_present_scannedQuantity || that_present_scannedQuantity) {
      if (!(this_present_scannedQuantity && that_present_scannedQuantity))
        return false;
      if (this.scannedQuantity != that.scannedQuantity)
        return false;
    }

    return true;
  }

  @Override
  public int hashCode() {
    return 0;
  }

  public int compareTo(InvoiceScan other) {
    if (!getClass().equals(other.getClass())) {
      return getClass().getName().compareTo(other.getClass().getName());
    }

    int lastComparison = 0;
    InvoiceScan typedOther = (InvoiceScan)other;

    lastComparison = Boolean.valueOf(isSetInvoiceNumber()).compareTo(typedOther.isSetInvoiceNumber());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetInvoiceNumber()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.invoiceNumber, typedOther.invoiceNumber);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetNumItems()).compareTo(typedOther.isSetNumItems());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetNumItems()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.numItems, typedOther.numItems);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetSupplierName()).compareTo(typedOther.isSetSupplierName());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetSupplierName()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.supplierName, typedOther.supplierName);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetDate()).compareTo(typedOther.isSetDate());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetDate()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.date, typedOther.date);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    lastComparison = Boolean.valueOf(isSetScannedQuantity()).compareTo(typedOther.isSetScannedQuantity());
    if (lastComparison != 0) {
      return lastComparison;
    }
    if (isSetScannedQuantity()) {
      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.scannedQuantity, typedOther.scannedQuantity);
      if (lastComparison != 0) {
        return lastComparison;
      }
    }
    return 0;
  }

  public _Fields fieldForId(int fieldId) {
    return _Fields.findByThriftId(fieldId);
  }

  public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
    org.apache.thrift.protocol.TField field;
    iprot.readStructBegin();
    while (true)
    {
      field = iprot.readFieldBegin();
      if (field.type == org.apache.thrift.protocol.TType.STOP) { 
        break;
      }
      switch (field.id) {
        case 1: // INVOICE_NUMBER
          if (field.type == org.apache.thrift.protocol.TType.STRING) {
            this.invoiceNumber = iprot.readString();
          } else { 
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
          }
          break;
        case 2: // NUM_ITEMS
          if (field.type == org.apache.thrift.protocol.TType.I64) {
            this.numItems = iprot.readI64();
            setNumItemsIsSet(true);
          } else { 
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
          }
          break;
        case 3: // SUPPLIER_NAME
          if (field.type == org.apache.thrift.protocol.TType.STRING) {
            this.supplierName = iprot.readString();
          } else { 
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
          }
          break;
        case 4: // DATE
          if (field.type == org.apache.thrift.protocol.TType.I64) {
            this.date = iprot.readI64();
            setDateIsSet(true);
          } else { 
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
          }
          break;
        case 5: // SCANNED_QUANTITY
          if (field.type == org.apache.thrift.protocol.TType.I64) {
            this.scannedQuantity = iprot.readI64();
            setScannedQuantityIsSet(true);
          } else { 
            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
          }
          break;
        default:
          org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type);
      }
      iprot.readFieldEnd();
    }
    iprot.readStructEnd();
    validate();
  }

  public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
    validate();

    oprot.writeStructBegin(STRUCT_DESC);
    if (this.invoiceNumber != null) {
      oprot.writeFieldBegin(INVOICE_NUMBER_FIELD_DESC);
      oprot.writeString(this.invoiceNumber);
      oprot.writeFieldEnd();
    }
    oprot.writeFieldBegin(NUM_ITEMS_FIELD_DESC);
    oprot.writeI64(this.numItems);
    oprot.writeFieldEnd();
    if (this.supplierName != null) {
      oprot.writeFieldBegin(SUPPLIER_NAME_FIELD_DESC);
      oprot.writeString(this.supplierName);
      oprot.writeFieldEnd();
    }
    oprot.writeFieldBegin(DATE_FIELD_DESC);
    oprot.writeI64(this.date);
    oprot.writeFieldEnd();
    oprot.writeFieldBegin(SCANNED_QUANTITY_FIELD_DESC);
    oprot.writeI64(this.scannedQuantity);
    oprot.writeFieldEnd();
    oprot.writeFieldStop();
    oprot.writeStructEnd();
  }

  @Override
  public String toString() {
    StringBuilder sb = new StringBuilder("InvoiceScan(");
    boolean first = true;

    sb.append("invoiceNumber:");
    if (this.invoiceNumber == null) {
      sb.append("null");
    } else {
      sb.append(this.invoiceNumber);
    }
    first = false;
    if (!first) sb.append(", ");
    sb.append("numItems:");
    sb.append(this.numItems);
    first = false;
    if (!first) sb.append(", ");
    sb.append("supplierName:");
    if (this.supplierName == null) {
      sb.append("null");
    } else {
      sb.append(this.supplierName);
    }
    first = false;
    if (!first) sb.append(", ");
    sb.append("date:");
    sb.append(this.date);
    first = false;
    if (!first) sb.append(", ");
    sb.append("scannedQuantity:");
    sb.append(this.scannedQuantity);
    first = false;
    sb.append(")");
    return sb.toString();
  }

  public void validate() throws org.apache.thrift.TException {
    // check for required fields
  }

  private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
    try {
      write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
    } catch (org.apache.thrift.TException te) {
      throw new java.io.IOException(te);
    }
  }

  private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
    try {
      // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
      __isset_bit_vector = new BitSet(1);
      read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
    } catch (org.apache.thrift.TException te) {
      throw new java.io.IOException(te);
    }
  }

}