Subversion Repositories SmartDukaan

Rev

Rev 1342 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1342 Rev 1350
Line 25744... Line 25744...
25744
      // check for required fields
25744
      // check for required fields
25745
    }
25745
    }
25746
 
25746
 
25747
  }
25747
  }
25748
 
25748
 
25749
  public static class getItemPricing_result implements TBase<getItemPricing_result._Fields>, java.io.Serializable, Cloneable   {
25749
  public static class getItemPricing_result implements TBase<getItemPricing_result._Fields>, java.io.Serializable, Cloneable, Comparable<getItemPricing_result>   {
25750
    private static final TStruct STRUCT_DESC = new TStruct("getItemPricing_result");
25750
    private static final TStruct STRUCT_DESC = new TStruct("getItemPricing_result");
25751
 
25751
 
25752
    private static final TField SUCCESS_FIELD_DESC = new TField("success", TType.STRUCT, (short)0);
25752
    private static final TField SUCCESS_FIELD_DESC = new TField("success", TType.STRUCT, (short)0);
25753
    private static final TField CEX_FIELD_DESC = new TField("cex", TType.STRUCT, (short)1);
25753
    private static final TField CEX_FIELD_DESC = new TField("cex", TType.STRUCT, (short)1);
25754
 
25754
 
Line 25998... Line 25998...
25998
    @Override
25998
    @Override
25999
    public int hashCode() {
25999
    public int hashCode() {
26000
      return 0;
26000
      return 0;
26001
    }
26001
    }
26002
 
26002
 
-
 
26003
    public int compareTo(getItemPricing_result other) {
-
 
26004
      if (!getClass().equals(other.getClass())) {
-
 
26005
        return getClass().getName().compareTo(other.getClass().getName());
-
 
26006
      }
-
 
26007
 
-
 
26008
      int lastComparison = 0;
-
 
26009
      getItemPricing_result typedOther = (getItemPricing_result)other;
-
 
26010
 
-
 
26011
      lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(isSetSuccess());
-
 
26012
      if (lastComparison != 0) {
-
 
26013
        return lastComparison;
-
 
26014
      }
-
 
26015
      lastComparison = TBaseHelper.compareTo(success, typedOther.success);
-
 
26016
      if (lastComparison != 0) {
-
 
26017
        return lastComparison;
-
 
26018
      }
-
 
26019
      lastComparison = Boolean.valueOf(isSetCex()).compareTo(isSetCex());
-
 
26020
      if (lastComparison != 0) {
-
 
26021
        return lastComparison;
-
 
26022
      }
-
 
26023
      lastComparison = TBaseHelper.compareTo(cex, typedOther.cex);
-
 
26024
      if (lastComparison != 0) {
-
 
26025
        return lastComparison;
-
 
26026
      }
-
 
26027
      return 0;
-
 
26028
    }
-
 
26029
 
26003
    public void read(TProtocol iprot) throws TException {
26030
    public void read(TProtocol iprot) throws TException {
26004
      TField field;
26031
      TField field;
26005
      iprot.readStructBegin();
26032
      iprot.readStructBegin();
26006
      while (true)
26033
      while (true)
26007
      {
26034
      {