id
stringlengths
36
36
text
stringlengths
1
1.25M
098d4358-6bba-4765-b459-072cd466186a
public void setCustomPickList18(java.lang.String customPickList18) { this.customPickList18 = customPickList18; }
95bd01ba-43bd-4af8-b8c8-e5df674fb8e6
public void setCustomText84(java.lang.String customText84) { this.customText84 = customText84; }
cd45fd6a-d63f-4355-88ad-fc3d50ed76af
public java.lang.String getCustomText89() { return this.customText89; }
e3ad7c15-a91c-4b15-a8dc-5ed542023b3d
public void setCustomObject14Id(crmondemand.xml.customobject6.query.QueryType customObject14Id) { this.customObject14Id = customObject14Id; }
4d0aeca0-9add-4f48-94fb-2ae8196e26ab
public void test_plusNanos() { OffsetTime base = OffsetTime.of(11, 30, 59, 0, OFFSET_PONE); OffsetTime test = base.plusNanos(1); assertEquals(test, OffsetTime.of(11, 30, 59, 1, OFFSET_PONE)); } @Test(groups = { "tck" }
108a29a1-2844-4215-a915-03e1550d4e91
public static void sort(Comparable[] a) { // Sort a[] into increasing order. int N = a.length; int h = 1; while (h < N / 3) h = 3 * h + 1; // 1, 4, 13, 40, 121, 364, 1093, ... // h-sort the array. while (h >= 1) { // Insert a[i] among a[i-h], a[i-2*h], a[i-3*h]... . for (int i = h; i < N; i++) for (int j = i; j >= h && SortHelper.less(a[j], a[j - h]); j -= h) SortHelper.exch(a, j, j - h); h = h / 3; } }
9cd0dc5c-c24f-4370-91c3-ba1a5c3cda8c
public java.math.BigDecimal getCustomCurrency24() { return this.customCurrency24; }
a043b17b-c6c9-4041-9d38-c81f51d92867
public BorderPanel(JComponent component, String title, int maxX, int maxY) { this(component, title, maxX, maxY, false); }
f3f52961-aa45-4805-bc20-aeaf8a6d40bb
public void setCustomText33(java.lang.String customText33) { this.customText33 = customText33; }
b525c4f7-1763-4c22-b86d-71cd8b95adf6
public void setZCustomDate42(crmondemand.xml.customobject6.query.QueryType zCustomDate42) { this.zCustomDate42 = zCustomDate42; }
aca6f25d-1822-43ab-b0c1-aed8a2554684
public crmondemand.xml.opportunity.query.QueryType getCustomInteger5() { return this.customInteger5; }
d0f791fa-bf69-46db-8afb-717d89a5761c
public void setCustomDate48(java.util.Calendar customDate48) { this.customDate48 = customDate48; }
debd0f3b-4701-4317-81bc-82c7129191c1
public void setTransactionName(java.lang.String transactionName) { this.transactionName = transactionName; }
2ca22922-6be4-4f8b-97e3-efe8575b8a27
public void setCustomInteger7(crmondemand.xml.customobject3.query.QueryType customInteger7) { this.customInteger7 = customInteger7; }
e515b9c3-4d8c-4b44-ad0c-753ecd26174b
public java.math.BigDecimal getCustomCurrency15() { return this.customCurrency15; }
03b00a76-e5e8-47a5-9afc-6c930fb71614
public java.util.List<? extends JOutPiqi.actionOrBuilder> getActionsOrBuilderList() { return actions_; }
928df728-46aa-4eca-a16d-a7163a4088b3
public void setFinancialAccountPrimaryAccount(java.lang.Boolean financialAccountPrimaryAccount) { this.financialAccountPrimaryAccount = financialAccountPrimaryAccount; }
a9075a75-1eca-4774-813a-09e05c3985fe
public void setCustomPickList3(java.lang.String customPickList3) { this.customPickList3 = customPickList3; }
48d91d99-49d6-45a7-b02e-15b9fcef5275
public int countEntities(Class par1Class) { int var2 = 0; for (int var3 = 0; var3 < this.loadedEntityList.size(); ++var3) { Entity var4 = (Entity)this.loadedEntityList.get(var3); if (par1Class.isAssignableFrom(var4.getClass())) { ++var2; } } return var2; }
6b4dce55-ba7c-470c-b9bc-8c62efcf8bfd
public void setCustomPickList17(java.lang.String customPickList17) { this.customPickList17 = customPickList17; }
213447c4-1e93-458d-aad5-b3215fe5d4cd
public void setCustomPickList7(crmondemand.xml.customobject3.query.QueryType customPickList7) { this.customPickList7 = customPickList7; }
e6920857-a300-460f-a8dc-ee5a3d690b7d
public java.lang.Boolean getCustomBoolean29() { return this.customBoolean29; }
839af574-49bf-47b4-8ce3-a3a53ca4b571
public crmondemand.xml.customobject3.query.QueryType getHouseholdId() { return this.householdId; }
6b2116f8-88e2-46bb-a079-4934b6008162
public crmondemand.xml.customobject6.query.QueryType getCustomPhone4() { return this.customPhone4; }
aa0afa27-5871-4b43-8b0d-1936373ce35c
public void setCustomText23(crmondemand.xml.contact.query.QueryType customText23) { this.customText23 = customText23; }
1e501eb1-8a33-45aa-9f9f-772f4246a1e9
public MathList reductionDuplicates() { for (int i = 0; i < this.size(); i++) { MathList sublist = new MathList(); sublist.addAll(this.subList(i + 1, this.size())); for (int j = sublist.size() - 1; j >= 0; j--) { if (this.get(i).toString().equals(sublist.get(j).toString())) { this.remove(i + j + 1); } } } return this; }
ad702d82-cbe8-4ed5-9c23-24a473686898
final void method1027(float f, float f_469_, float f_470_, float f_471_, float f_472_, float f_473_, float f_474_, float f_475_, float f_476_, int i, int i_477_, int i_478_) { if (aBoolean1675) { aHa_Sub1_1666.method3645((int) f, (int) f_471_, (int) f_472_, -8003, ~0xffffff | i, (int) f_469_); aHa_Sub1_1666.method3645((int) f_469_, (int) f_472_, (int) f_473_, -8003, ~0xffffff | i, (int) f_470_); aHa_Sub1_1666.method3645((int) f_470_, (int) f_473_, (int) f_471_, -8003, ~0xffffff | i, (int) f); } else { float f_479_ = f_472_ - f_471_; float f_480_ = f_469_ - f; float f_481_ = f_473_ - f_471_; float f_482_ = f_470_ - f; float f_483_ = f_475_ - f_474_; float f_484_ = f_476_ - f_474_; float f_485_ = (float) ((i_477_ & 0xff0000) - (i & 0xff0000)); float f_486_ = (float) ((i_478_ & 0xff0000) - (i & 0xff0000)); float f_487_ = (float) ((i_477_ & 0xff00) - (i & 0xff00)); float f_488_ = (float) ((i_478_ & 0xff00) - (i & 0xff00)); float f_489_ = (float) ((i_477_ & 0xff) - (i & 0xff)); float f_490_ = (float) ((i_478_ & 0xff) - (i & 0xff)); float f_491_; if (f_470_ != f_469_) f_491_ = (f_473_ - f_472_) / (f_470_ - f_469_); else f_491_ = 0.0F; float f_492_; if (f_469_ != f) f_492_ = f_479_ / f_480_; else f_492_ = 0.0F; float f_493_; if (f_470_ != f) f_493_ = f_481_ / f_482_; else f_493_ = 0.0F; float f_494_ = f_479_ * f_482_ - f_481_ * f_480_; if (f_494_ != 0.0F) { float f_495_ = (f_483_ * f_482_ - f_484_ * f_480_) / f_494_; float f_496_ = (f_484_ * f_479_ - f_483_ * f_481_) / f_494_; float f_497_ = (f_485_ * f_482_ - f_486_ * f_480_) / f_494_; float f_498_ = (f_486_ * f_479_ - f_485_ * f_481_) / f_494_; float f_499_ = (f_487_ * f_482_ - f_488_ * f_480_) / f_494_; float f_500_ = (f_488_ * f_479_ - f_487_ * f_481_) / f_494_; float f_501_ = (f_489_ * f_482_ - f_490_ * f_480_) / f_494_; float f_502_ = (f_490_ * f_479_ - f_489_ * f_481_) / f_494_; if (f <= f_469_ && f <= f_470_) { if (!(f >= (float) ((Class109) this).anInt1672)) { if (f_469_ > (float) ((Class109) this).anInt1672) f_469_ = (float) ((Class109) this).anInt1672; if (f_470_ > (float) ((Class109) this).anInt1672) f_470_ = (float) ((Class109) this).anInt1672; f_474_ = f_474_ - f_495_ * f_471_ + f_495_; float f_503_ = ((float) (i & 0xff0000) - f_497_ * f_471_ + f_497_); float f_504_ = (float) (i & 0xff00) - f_499_ * f_471_ + f_499_; float f_505_ = (float) (i & 0xff) - f_501_ * f_471_ + f_501_; if (f_469_ < f_470_) { f_473_ = f_471_; if (f < 0.0F) { f_473_ -= f_493_ * f; f_471_ -= f_492_ * f; f_474_ -= f_496_ * f; f_503_ -= f_498_ * f; f_504_ -= f_500_ * f; f_505_ -= f_502_ * f; f = 0.0F; } if (f_469_ < 0.0F) { f_472_ -= f_491_ * f_469_; f_469_ = 0.0F; } if (f != f_469_ && f_493_ < f_492_ || f == f_469_ && f_493_ > f_491_) { f_470_ -= f_469_; f_469_ -= f; f = (float) (((Class109) this).anIntArray1676 [(int) f]); while (--f_469_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f, 0, 0, (int) f_473_, (int) f_471_, f_474_, f_495_, f_503_, f_497_, f_504_, f_499_, f_505_, f_501_); f_473_ += f_493_; f_471_ += f_492_; f_474_ += f_496_; f_503_ += f_498_; f_504_ += f_500_; f_505_ += f_502_; f += (float) anInt1678; } while (--f_470_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f, 0, 0, (int) f_473_, (int) f_472_, f_474_, f_495_, f_503_, f_497_, f_504_, f_499_, f_505_, f_501_); f_473_ += f_493_; f_472_ += f_491_; f_474_ += f_496_; f_503_ += f_498_; f_504_ += f_500_; f_505_ += f_502_; f += (float) anInt1678; } } else { f_470_ -= f_469_; f_469_ -= f; f = (float) (((Class109) this).anIntArray1676 [(int) f]); while (--f_469_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f, 0, 0, (int) f_471_, (int) f_473_, f_474_, f_495_, f_503_, f_497_, f_504_, f_499_, f_505_, f_501_); f_473_ += f_493_; f_471_ += f_492_; f_474_ += f_496_; f_503_ += f_498_; f_504_ += f_500_; f_505_ += f_502_; f += (float) anInt1678; } while (--f_470_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f, 0, 0, (int) f_472_, (int) f_473_, f_474_, f_495_, f_503_, f_497_, f_504_, f_499_, f_505_, f_501_); f_473_ += f_493_; f_472_ += f_491_; f_474_ += f_496_; f_503_ += f_498_; f_504_ += f_500_; f_505_ += f_502_; f += (float) anInt1678; } } } else { f_472_ = f_471_; if (f < 0.0F) { f_472_ -= f_493_ * f; f_471_ -= f_492_ * f; f_474_ -= f_496_ * f; f_503_ -= f_498_ * f; f_504_ -= f_500_ * f; f_505_ -= f_502_ * f; f = 0.0F; } if (f_470_ < 0.0F) { f_473_ -= f_491_ * f_470_; f_470_ = 0.0F; } if (f != f_470_ && f_493_ < f_492_ || f == f_470_ && f_491_ > f_492_) { f_469_ -= f_470_; f_470_ -= f; f = (float) (((Class109) this).anIntArray1676 [(int) f]); while (--f_470_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f, 0, 0, (int) f_472_, (int) f_471_, f_474_, f_495_, f_503_, f_497_, f_504_, f_499_, f_505_, f_501_); f_472_ += f_493_; f_471_ += f_492_; f_474_ += f_496_; f_503_ += f_498_; f_504_ += f_500_; f_505_ += f_502_; f += (float) anInt1678; } while (--f_469_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f, 0, 0, (int) f_473_, (int) f_471_, f_474_, f_495_, f_503_, f_497_, f_504_, f_499_, f_505_, f_501_); f_473_ += f_491_; f_471_ += f_492_; f_474_ += f_496_; f_503_ += f_498_; f_504_ += f_500_; f_505_ += f_502_; f += (float) anInt1678; } } else { f_469_ -= f_470_; f_470_ -= f; f = (float) (((Class109) this).anIntArray1676 [(int) f]); while (--f_470_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f, 0, 0, (int) f_471_, (int) f_472_, f_474_, f_495_, f_503_, f_497_, f_504_, f_499_, f_505_, f_501_); f_472_ += f_493_; f_471_ += f_492_; f_474_ += f_496_; f_503_ += f_498_; f_504_ += f_500_; f_505_ += f_502_; f += (float) anInt1678; } while (--f_469_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f, 0, 0, (int) f_471_, (int) f_473_, f_474_, f_495_, f_503_, f_497_, f_504_, f_499_, f_505_, f_501_); f_473_ += f_491_; f_471_ += f_492_; f_474_ += f_496_; f_503_ += f_498_; f_504_ += f_500_; f_505_ += f_502_; f += (float) anInt1678; } } } } } else if (f_469_ <= f_470_) { if (!(f_469_ >= (float) ((Class109) this).anInt1672)) { if (f_470_ > (float) ((Class109) this).anInt1672) f_470_ = (float) ((Class109) this).anInt1672; if (f > (float) ((Class109) this).anInt1672) f = (float) ((Class109) this).anInt1672; f_475_ = f_475_ - f_495_ * f_472_ + f_495_; float f_506_ = ((float) (i_477_ & 0xff0000) - f_497_ * f_472_ + f_497_); float f_507_ = ((float) (i_477_ & 0xff00) - f_499_ * f_472_ + f_499_); float f_508_ = ((float) (i_477_ & 0xff) - f_501_ * f_472_ + f_501_); if (f_470_ < f) { f_471_ = f_472_; if (f_469_ < 0.0F) { f_471_ -= f_492_ * f_469_; f_472_ -= f_491_ * f_469_; f_475_ -= f_496_ * f_469_; f_506_ -= f_498_ * f_469_; f_507_ -= f_500_ * f_469_; f_508_ -= f_502_ * f_469_; f_469_ = 0.0F; } if (f_470_ < 0.0F) { f_473_ -= f_493_ * f_470_; f_470_ = 0.0F; } if (f_469_ != f_470_ && f_492_ < f_491_ || f_469_ == f_470_ && f_492_ > f_493_) { f -= f_470_; f_470_ -= f_469_; f_469_ = (float) (((Class109) this).anIntArray1676 [(int) f_469_]); while (--f_470_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_469_, 0, 0, (int) f_471_, (int) f_472_, f_475_, f_495_, f_506_, f_497_, f_507_, f_499_, f_508_, f_501_); f_471_ += f_492_; f_472_ += f_491_; f_475_ += f_496_; f_506_ += f_498_; f_507_ += f_500_; f_508_ += f_502_; f_469_ += (float) anInt1678; } while (--f >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_469_, 0, 0, (int) f_471_, (int) f_473_, f_475_, f_495_, f_506_, f_497_, f_507_, f_499_, f_508_, f_501_); f_471_ += f_492_; f_473_ += f_493_; f_475_ += f_496_; f_506_ += f_498_; f_507_ += f_500_; f_508_ += f_502_; f_469_ += (float) anInt1678; } } else { f -= f_470_; f_470_ -= f_469_; f_469_ = (float) (((Class109) this).anIntArray1676 [(int) f_469_]); while (--f_470_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_469_, 0, 0, (int) f_472_, (int) f_471_, f_475_, f_495_, f_506_, f_497_, f_507_, f_499_, f_508_, f_501_); f_471_ += f_492_; f_472_ += f_491_; f_475_ += f_496_; f_506_ += f_498_; f_507_ += f_500_; f_508_ += f_502_; f_469_ += (float) anInt1678; } while (--f >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_469_, 0, 0, (int) f_473_, (int) f_471_, f_475_, f_495_, f_506_, f_497_, f_507_, f_499_, f_508_, f_501_); f_471_ += f_492_; f_473_ += f_493_; f_475_ += f_496_; f_506_ += f_498_; f_507_ += f_500_; f_508_ += f_502_; f_469_ += (float) anInt1678; } } } else { f_473_ = f_472_; if (f_469_ < 0.0F) { f_473_ -= f_492_ * f_469_; f_472_ -= f_491_ * f_469_; f_475_ -= f_496_ * f_469_; f_506_ -= f_498_ * f_469_; f_507_ -= f_500_ * f_469_; f_508_ -= f_502_ * f_469_; f_469_ = 0.0F; } if (f < 0.0F) { f_471_ -= f_493_ * f; f = 0.0F; } if (f_492_ < f_491_) { f_470_ -= f; f -= f_469_; f_469_ = (float) (((Class109) this).anIntArray1676 [(int) f_469_]); while (--f >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_469_, 0, 0, (int) f_473_, (int) f_472_, f_475_, f_495_, f_506_, f_497_, f_507_, f_499_, f_508_, f_501_); f_473_ += f_492_; f_472_ += f_491_; f_475_ += f_496_; f_506_ += f_498_; f_507_ += f_500_; f_508_ += f_502_; f_469_ += (float) anInt1678; } while (--f_470_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_469_, 0, 0, (int) f_471_, (int) f_472_, f_475_, f_495_, f_506_, f_497_, f_507_, f_499_, f_508_, f_501_); f_471_ += f_493_; f_472_ += f_491_; f_475_ += f_496_; f_506_ += f_498_; f_507_ += f_500_; f_508_ += f_502_; f_469_ += (float) anInt1678; } } else { f_470_ -= f; f -= f_469_; f_469_ = (float) (((Class109) this).anIntArray1676 [(int) f_469_]); while (--f >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_469_, 0, 0, (int) f_472_, (int) f_473_, f_475_, f_495_, f_506_, f_497_, f_507_, f_499_, f_508_, f_501_); f_473_ += f_492_; f_472_ += f_491_; f_475_ += f_496_; f_506_ += f_498_; f_507_ += f_500_; f_508_ += f_502_; f_469_ += (float) anInt1678; } while (--f_470_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_469_, 0, 0, (int) f_472_, (int) f_471_, f_475_, f_495_, f_506_, f_497_, f_507_, f_499_, f_508_, f_501_); f_471_ += f_493_; f_472_ += f_491_; f_475_ += f_496_; f_506_ += f_498_; f_507_ += f_500_; f_508_ += f_502_; f_469_ += (float) anInt1678; } } } } } else if (!(f_470_ >= (float) ((Class109) this).anInt1672)) { if (f > (float) ((Class109) this).anInt1672) f = (float) ((Class109) this).anInt1672; if (f_469_ > (float) ((Class109) this).anInt1672) f_469_ = (float) ((Class109) this).anInt1672; f_476_ = f_476_ - f_495_ * f_473_ + f_495_; float f_509_ = ((float) (i_478_ & 0xff0000) - f_497_ * f_473_ + f_497_); float f_510_ = (float) (i_478_ & 0xff00) - f_499_ * f_473_ + f_499_; float f_511_ = (float) (i_478_ & 0xff) - f_501_ * f_473_ + f_501_; if (f < f_469_) { f_472_ = f_473_; if (f_470_ < 0.0F) { f_472_ -= f_491_ * f_470_; f_473_ -= f_493_ * f_470_; f_476_ -= f_496_ * f_470_; f_509_ -= f_498_ * f_470_; f_510_ -= f_500_ * f_470_; f_511_ -= f_502_ * f_470_; f_470_ = 0.0F; } if (f < 0.0F) { f_471_ -= f_492_ * f; f = 0.0F; } if (f_491_ < f_493_) { f_469_ -= f; f -= f_470_; f_470_ = (float) (((Class109) this).anIntArray1676 [(int) f_470_]); while (--f >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_470_, 0, 0, (int) f_472_, (int) f_473_, f_476_, f_495_, f_509_, f_497_, f_510_, f_499_, f_511_, f_501_); f_472_ += f_491_; f_473_ += f_493_; f_476_ += f_496_; f_509_ += f_498_; f_510_ += f_500_; f_511_ += f_502_; f_470_ += (float) anInt1678; } while (--f_469_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_470_, 0, 0, (int) f_472_, (int) f_471_, f_476_, f_495_, f_509_, f_497_, f_510_, f_499_, f_511_, f_501_); f_472_ += f_491_; f_471_ += f_492_; f_476_ += f_496_; f_509_ += f_498_; f_510_ += f_500_; f_511_ += f_502_; f_470_ += (float) anInt1678; } } else { f_469_ -= f; f -= f_470_; f_470_ = (float) (((Class109) this).anIntArray1676 [(int) f_470_]); while (--f >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_470_, 0, 0, (int) f_473_, (int) f_472_, f_476_, f_495_, f_509_, f_497_, f_510_, f_499_, f_511_, f_501_); f_472_ += f_491_; f_473_ += f_493_; f_476_ += f_496_; f_509_ += f_498_; f_510_ += f_500_; f_511_ += f_502_; f_470_ += (float) anInt1678; } while (--f_469_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_470_, 0, 0, (int) f_471_, (int) f_472_, f_476_, f_495_, f_509_, f_497_, f_510_, f_499_, f_511_, f_501_); f_472_ += f_491_; f_471_ += f_492_; f_476_ += f_496_; f_509_ += f_498_; f_510_ += f_500_; f_511_ += f_502_; f_470_ += (float) anInt1678; } } } else { f_471_ = f_473_; if (f_470_ < 0.0F) { f_471_ -= f_491_ * f_470_; f_473_ -= f_493_ * f_470_; f_476_ -= f_496_ * f_470_; f_509_ -= f_498_ * f_470_; f_510_ -= f_500_ * f_470_; f_511_ -= f_502_ * f_470_; f_470_ = 0.0F; } if (f_469_ < 0.0F) { f_472_ -= f_492_ * f_469_; f_469_ = 0.0F; } if (f_491_ < f_493_) { f -= f_469_; f_469_ -= f_470_; f_470_ = (float) (((Class109) this).anIntArray1676 [(int) f_470_]); while (--f_469_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_470_, 0, 0, (int) f_471_, (int) f_473_, f_476_, f_495_, f_509_, f_497_, f_510_, f_499_, f_511_, f_501_); f_471_ += f_491_; f_473_ += f_493_; f_476_ += f_496_; f_509_ += f_498_; f_510_ += f_500_; f_511_ += f_502_; f_470_ += (float) anInt1678; } while (--f >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_470_, 0, 0, (int) f_472_, (int) f_473_, f_476_, f_495_, f_509_, f_497_, f_510_, f_499_, f_511_, f_501_); f_472_ += f_492_; f_473_ += f_493_; f_476_ += f_496_; f_509_ += f_498_; f_510_ += f_500_; f_511_ += f_502_; f_470_ += (float) anInt1678; } } else { f -= f_469_; f_469_ -= f_470_; f_470_ = (float) (((Class109) this).anIntArray1676 [(int) f_470_]); while (--f_469_ >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_470_, 0, 0, (int) f_473_, (int) f_471_, f_476_, f_495_, f_509_, f_497_, f_510_, f_499_, f_511_, f_501_); f_471_ += f_491_; f_473_ += f_493_; f_476_ += f_496_; f_509_ += f_498_; f_510_ += f_500_; f_511_ += f_502_; f_470_ += (float) anInt1678; } while (--f >= 0.0F) { method1021(anIntArray1673, aFloatArray1677, (int) f_470_, 0, 0, (int) f_473_, (int) f_472_, f_476_, f_495_, f_509_, f_497_, f_510_, f_499_, f_511_, f_501_); f_472_ += f_492_; f_473_ += f_493_; f_476_ += f_496_; f_509_ += f_498_; f_510_ += f_500_; f_511_ += f_502_; f_470_ += (float) anInt1678; } } } } } } }
1f88673f-0ba1-4aa5-8540-664fd84c4299
public void setPolicyFaceAmount(crmondemand.xml.contact.query.QueryType policyFaceAmount) { this.policyFaceAmount = policyFaceAmount; }
0dc15aeb-2518-4780-9d6d-1c83407714b2
public void setBusinessAccountId(crmondemand.xml.customobject3.query.QueryType businessAccountId) { this.businessAccountId = businessAccountId; }
258d3878-2d60-488a-b2a2-03182c4b6ccf
public void setCustomBoolean11(java.lang.Boolean customBoolean11) { this.customBoolean11 = customBoolean11; }
2f320caa-3cb1-4b78-896f-b26fe407e1c5
public void innerEyeCorner() { //writing for left inner corner Point p=al; ArrayList li = new ArrayList(); for(int i=0;i<list.size();i++) { Point a= (Point) list.get(i); float xx = a.x-p.x; xx=Math.abs(xx); //System.out.println(xx+" "+a.y); if(xx<0.5 && a.y<(d1-30) && a.y>(p.y+20)) { //System.out.println(" in sie the if"+xx+" "+a.y); li.add(a); } } float min = (float) 100000.0; Point in1=null; System.out.println(li.size()); for(int i=0;i<li.size();i++) { Point a= (Point) li.get(i); //System.out.println(); if(a.z<min) { //System.out.println("Inside if"); min = a.z; in1 =a; } } System.out.println("\n\nInner Eye Corner\n"+in1.x+" "+in1.y+" "+in1.z); System.out.println("\n\nInner Eye Corner\n"+p.x+" "+p.y+" "+p.z); System.out.println(list.indexOf(in1)); li.clear(); for(int i=0;i<list.size();i++) { Point a= (Point) list.get(i); float xx = a.x-ar.x; xx=Math.abs(xx); //System.out.println(xx+" "+a.y); if(xx<1.5 && a.y<(d1-30) && a.y>(ar.y+20)) { //System.out.println(" in sie the if"+xx+" "+a.y); li.add(a); } } Point in2=null; System.out.println(li.size()); for(int i=0;i<li.size();i++) { Point a= (Point) li.get(i); //System.out.println(); if(a.z<min) { //System.out.println("Inside if"); min = a.z; in2 =a; } } System.out.println("\n\nInner Eye Corner\n"+in2.x+" "+in2.y+" "+in2.z); System.out.println("\n\nInner Eye Corner\n"+p.x+" "+p.y+" "+p.z); System.out.println(list.indexOf(in2)); inner1=in1; inner2=in2; }
145cce26-ac26-4add-b40b-bd38a20a0b2d
public void setSampleLotCutoffDate(java.lang.String sampleLotCutoffDate) { this.sampleLotCutoffDate = sampleLotCutoffDate; }
bab9791c-40b9-44ad-bb2d-42cee6d5dc6e
public void setCustomCurrency3(crmondemand.xml.customobject6.query.QueryType customCurrency3) { this.customCurrency3 = customCurrency3; }
b25cda18-87a3-4af3-9b8d-41f999abb58c
public crmondemand.xml.customobject6.query.QueryType getCustomObject10IntegrationId() { return this.customObject10IntegrationId; }
1c2f9d74-ea0e-42ec-a91e-e6c86d14907e
public void setCustomBoolean34(java.lang.Boolean customBoolean34) { this.customBoolean34 = customBoolean34; }
2b9682cf-6472-4f64-91e1-510237076b7a
public crmondemand.xml.customobject6.query.QueryType getCustomPickList56() { return this.customPickList56; }
1cc0baac-6bec-4d1a-bed5-a2c671be7472
UnitVector(double[] vector, boolean validated) { this.vector = vector; }
0494efe0-25b2-494f-9f55-e0ce95d12d7e
public java.lang.String getCustomText26() { return this.customText26; }
94c4f7de-acfd-4371-9622-6d9ffec9c519
public Builder mergeFrom(org.bwapi.proxy.messages.GameMessages.Unit other) { if (other == org.bwapi.proxy.messages.GameMessages.Unit.getDefaultInstance()) return this; if (other.hasTheID()) { mergeTheID(other.getTheID()); } if (other.hasPlayer()) { setPlayer(other.getPlayer()); } if (other.hasType()) { mergeType(other.getType()); } if (other.hasInitialType()) { mergeInitialType(other.getInitialType()); } if (other.hasHitPoints()) { setHitPoints(other.getHitPoints()); } if (other.hasInitialHitPoints()) { setInitialHitPoints(other.getInitialHitPoints()); } if (other.hasShields()) { setShields(other.getShields()); } if (other.hasEnergy()) { setEnergy(other.getEnergy()); } if (other.hasResources()) { setResources(other.getResources()); } if (other.hasResourceGroup()) { setResourceGroup(other.getResourceGroup()); } if (other.hasInitialResources()) { setInitialResources(other.getInitialResources()); } if (other.hasKillCount()) { setKillCount(other.getKillCount()); } if (other.hasGroundWeaponCooldown()) { setGroundWeaponCooldown(other.getGroundWeaponCooldown()); } if (other.hasAirWeaponCooldown()) { setAirWeaponCooldown(other.getAirWeaponCooldown()); } if (other.hasSpellCooldown()) { setSpellCooldown(other.getSpellCooldown()); } if (other.hasDefenseMatrixPoints()) { setDefenseMatrixPoints(other.getDefenseMatrixPoints()); } if (other.hasDefenseMatrixTimer()) { setDefenseMatrixTimer(other.getDefenseMatrixTimer()); } if (other.hasEnsnareTimer()) { setEnsnareTimer(other.getEnsnareTimer()); } if (other.hasIrradiateTimer()) { setIrradiateTimer(other.getIrradiateTimer()); } if (other.hasLockdownTimer()) { setLockdownTimer(other.getLockdownTimer()); } if (other.hasMaelstromTimer()) { setMaelstromTimer(other.getMaelstromTimer()); } if (other.hasPlagueTimer()) { setPlagueTimer(other.getPlagueTimer()); } if (other.hasRemoveTimer()) { setRemoveTimer(other.getRemoveTimer()); } if (other.hasStasisTimer()) { setStasisTimer(other.getStasisTimer()); } if (other.hasStimTimer()) { setStimTimer(other.getStimTimer()); } if (other.hasPosition()) { mergePosition(other.getPosition()); } if (other.hasInitialPosition()) { mergeInitialPosition(other.getInitialPosition()); } if (other.hasTilePosition()) { mergeTilePosition(other.getTilePosition()); } if (other.hasInitialTilePosition()) { mergeInitialTilePosition(other.getInitialTilePosition()); } if (other.hasAngle()) { setAngle(other.getAngle()); } if (other.hasVelocityX()) { setVelocityX(other.getVelocityX()); } if (other.hasVelocityY()) { setVelocityY(other.getVelocityY()); } if (other.hasTarget()) { mergeTarget(other.getTarget()); } if (other.hasTargetPosition()) { mergeTargetPosition(other.getTargetPosition()); } if (other.hasOrder()) { setOrder(other.getOrder()); } if (other.hasOrderTarget()) { mergeOrderTarget(other.getOrderTarget()); } if (other.hasOrderTimer()) { setOrderTimer(other.getOrderTimer()); } if (other.hasSecondaryOrder()) { setSecondaryOrder(other.getSecondaryOrder()); } if (other.hasBuildUnit()) { mergeBuildUnit(other.getBuildUnit()); } if (other.hasRemainingBuildTime()) { setRemainingBuildTime(other.getRemainingBuildTime()); } if (other.hasRemainingTrainTime()) { setRemainingTrainTime(other.getRemainingTrainTime()); } if (trainingQueueBuilder_ == null) { if (!other.trainingQueue_.isEmpty()) { if (trainingQueue_.isEmpty()) { trainingQueue_ = other.trainingQueue_; bitField1_ = (bitField1_ & ~0x00000200); } else { ensureTrainingQueueIsMutable(); trainingQueue_.addAll(other.trainingQueue_); } onChanged(); } } else { if (!other.trainingQueue_.isEmpty()) { if (trainingQueueBuilder_.isEmpty()) { trainingQueueBuilder_.dispose(); trainingQueueBuilder_ = null; trainingQueue_ = other.trainingQueue_; bitField1_ = (bitField1_ & ~0x00000200); trainingQueueBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getTrainingQueueFieldBuilder() : null; } else { trainingQueueBuilder_.addAllMessages(other.trainingQueue_); } } } if (other.hasTransport()) { mergeTransport(other.getTransport()); } if (loadedUnitsBuilder_ == null) { if (!other.loadedUnits_.isEmpty()) { if (loadedUnits_.isEmpty()) { loadedUnits_ = other.loadedUnits_; bitField1_ = (bitField1_ & ~0x00000800); } else { ensureLoadedUnitsIsMutable(); loadedUnits_.addAll(other.loadedUnits_); } onChanged(); } } else { if (!other.loadedUnits_.isEmpty()) { if (loadedUnitsBuilder_.isEmpty()) { loadedUnitsBuilder_.dispose(); loadedUnitsBuilder_ = null; loadedUnits_ = other.loadedUnits_; bitField1_ = (bitField1_ & ~0x00000800); loadedUnitsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getLoadedUnitsFieldBuilder() : null; } else { loadedUnitsBuilder_.addAllMessages(other.loadedUnits_); } } } if (other.hasInterceptorCount()) { setInterceptorCount(other.getInterceptorCount()); } if (other.hasScarabCount()) { setScarabCount(other.getScarabCount()); } if (other.hasSpiderMineCount()) { setSpiderMineCount(other.getSpiderMineCount()); } if (other.hasTech()) { setTech(other.getTech()); } if (other.hasUpgrade()) { setUpgrade(other.getUpgrade()); } if (other.hasRemainingResearchTime()) { setRemainingResearchTime(other.getRemainingResearchTime()); } if (other.hasRemainingUpgradeTime()) { setRemainingUpgradeTime(other.getRemainingUpgradeTime()); } if (other.hasRallyPosition()) { mergeRallyPosition(other.getRallyPosition()); } if (other.hasRallyUnit()) { mergeRallyUnit(other.getRallyUnit()); } if (other.hasAddon()) { mergeAddon(other.getAddon()); } if (other.hasCarrier()) { mergeCarrier(other.getCarrier()); } if (interceptorsBuilder_ == null) { if (!other.interceptors_.isEmpty()) { if (interceptors_.isEmpty()) { interceptors_ = other.interceptors_; bitField1_ = (bitField1_ & ~0x00800000); } else { ensureInterceptorsIsMutable(); interceptors_.addAll(other.interceptors_); } onChanged(); } } else { if (!other.interceptors_.isEmpty()) { if (interceptorsBuilder_.isEmpty()) { interceptorsBuilder_.dispose(); interceptorsBuilder_ = null; interceptors_ = other.interceptors_; bitField1_ = (bitField1_ & ~0x00800000); interceptorsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getInterceptorsFieldBuilder() : null; } else { interceptorsBuilder_.addAllMessages(other.interceptors_); } } } if (other.hasNydusExit()) { mergeNydusExit(other.getNydusExit()); } if (other.hasExists()) { setExists(other.getExists()); } if (other.hasHasNuke()) { setHasNuke(other.getHasNuke()); } if (other.hasAccelerating()) { setAccelerating(other.getAccelerating()); } if (other.hasBeingConstructed()) { setBeingConstructed(other.getBeingConstructed()); } if (other.hasBeingHealed()) { setBeingHealed(other.getBeingHealed()); } if (other.hasBlind()) { setBlind(other.getBlind()); } if (other.hasBraking()) { setBraking(other.getBraking()); } if (other.hasBurrowed()) { setBurrowed(other.getBurrowed()); } if (other.hasCarryingGas()) { setCarryingGas(other.getCarryingGas()); } if (other.hasCarryingMinerals()) { setCarryingMinerals(other.getCarryingMinerals()); } if (other.hasCloaked()) { setCloaked(other.getCloaked()); } if (other.hasCompleted()) { setCompleted(other.getCompleted()); } if (other.hasConstructing()) { setConstructing(other.getConstructing()); } if (other.hasDefenseMatrixed()) { setDefenseMatrixed(other.getDefenseMatrixed()); } if (other.hasEnsnared()) { setEnsnared(other.getEnsnared()); } if (other.hasFollowing()) { setFollowing(other.getFollowing()); } if (other.hasGatheringGas()) { setGatheringGas(other.getGatheringGas()); } if (other.hasGatheringMinerals()) { setGatheringMinerals(other.getGatheringMinerals()); } if (other.hasHallucination()) { setHallucination(other.getHallucination()); } if (other.hasIdle()) { setIdle(other.getIdle()); } if (other.hasIrradiated()) { setIrradiated(other.getIrradiated()); } if (other.hasLifted()) { setLifted(other.getLifted()); } if (other.hasLoaded()) { setLoaded(other.getLoaded()); } if (other.hasLockedDown()) { setLockedDown(other.getLockedDown()); } if (other.hasMaelstrommed()) { setMaelstrommed(other.getMaelstrommed()); } if (other.hasMorphing()) { setMorphing(other.getMorphing()); } if (other.hasMoving()) { setMoving(other.getMoving()); } if (other.hasParasited()) { setParasited(other.getParasited()); } if (other.hasPatrolling()) { setPatrolling(other.getPatrolling()); } if (other.hasPlagued()) { setPlagued(other.getPlagued()); } if (other.hasRepairing()) { setRepairing(other.getRepairing()); } if (other.hasResearching()) { setResearching(other.getResearching()); } if (other.hasSelected()) { setSelected(other.getSelected()); } if (other.hasSieged()) { setSieged(other.getSieged()); } if (other.hasStartingAttack()) { setStartingAttack(other.getStartingAttack()); } if (other.hasStasised()) { setStasised(other.getStasised()); } if (other.hasStimmed()) { setStimmed(other.getStimmed()); } if (other.hasTraining()) { setTraining(other.getTraining()); } if (other.hasUnderStorm()) { setUnderStorm(other.getUnderStorm()); } if (other.hasUnderAttack()) { setUnderAttack(other.getUnderAttack()); } if (other.hasUnderDarkSwarm()) { setUnderDarkSwarm(other.getUnderDarkSwarm()); } if (other.hasUnpowered()) { setUnpowered(other.getUnpowered()); } if (other.hasUpgrading()) { setUpgrading(other.getUpgrading()); } if (other.hasVisible()) { setVisible(other.getVisible()); } if (other.hasBeingGathered()) { setBeingGathered(other.getBeingGathered()); } if (larvaeBuilder_ == null) { if (!other.larvae_.isEmpty()) { if (larvae_.isEmpty()) { larvae_ = other.larvae_; bitField3_ = (bitField3_ & ~0x00000040); } else { ensureLarvaeIsMutable(); larvae_.addAll(other.larvae_); } onChanged(); } } else { if (!other.larvae_.isEmpty()) { if (larvaeBuilder_.isEmpty()) { larvaeBuilder_.dispose(); larvaeBuilder_ = null; larvae_ = other.larvae_; bitField3_ = (bitField3_ & ~0x00000040); larvaeBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getLarvaeFieldBuilder() : null; } else { larvaeBuilder_.addAllMessages(other.larvae_); } } } if (other.hasHatchery()) { mergeHatchery(other.getHatchery()); } if (other.hasBuildType()) { mergeBuildType(other.getBuildType()); } if (other.hasDetected()) { setDetected(other.getDetected()); } if (other.hasAttacking()) { setAttacking(other.getAttacking()); } if (other.hasAttackFrame()) { setAttackFrame(other.getAttackFrame()); } if (other.hasStuck()) { setStuck(other.getStuck()); } this.mergeUnknownFields(other.getUnknownFields()); return this; }
4757b579-d17e-40ad-8b2f-0e95d8aa70ed
public KingSideCastling(Coin m, Coin r, Position start, Position end,CoinColor color) { super(m, r, start, end, color); }
425d0f06-a459-4181-bd0f-a35f869bb45f
public void setCustomText12(java.lang.String customText12) { this.customText12 = customText12; }
f781fd3b-aed7-42b0-a935-be375f4162d5
public void setCustomNumber15(crmondemand.xml.contact.query.QueryType customNumber15) { this.customNumber15 = customNumber15; }
85ab8092-a6a1-48f4-a28d-d7fbff1659db
public crmondemand.xml.customobject6.query.QueryType getCustomPhone8() { return this.customPhone8; }
44f61b40-7316-4eb0-be66-8c7217bb7fc4
public void setCustomDate39(crmondemand.xml.contact.query.QueryType customDate39) { this.customDate39 = customDate39; }
945e3423-f722-4b82-8ed9-c2f92b1d62d8
public java.math.BigDecimal getCustomCurrency21() { return this.customCurrency21; }
b0bdf3ce-6462-4055-88ee-9d08048717d6
public void setBrokerProfileId(crmondemand.xml.customobject6.query.QueryType brokerProfileId) { this.brokerProfileId = brokerProfileId; }
c75a9e5d-bf6b-4f20-bb50-6b6624390df7
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean28() { return this.customBoolean28; }
54cbe569-c6dd-4cee-959d-51f26ccc74de
@Override public Iterable<Key> keys(Key lo, Key hi) { System.out.println("Not implemented"); return null; }
ec3f8c0f-8981-41c7-8c19-57b156905dba
private void repairProduct(Winkel winkel) { String id = JOptionPane.showInputDialog("Enter id:"); boolean hersteld; try { hersteld = winkel.herstelProduct(id); } catch (DomainException e) { // TODO Auto-generated catch block return; } double herstelPrijs = winkel.getHerstelPrijs(id); if(hersteld) JOptionPane.showMessageDialog(null, "Product is gerepareerd\n Herstelprijs: " + herstelPrijs); else JOptionPane.showMessageDialog(null, "Product is niet gerepareerd en wordt verwijderd\n Herstelprijs: " + herstelPrijs); }
bec27d52-e813-413e-b5a0-f9b7aee4e89d
public crmondemand.xml.customobject3.query.QueryType getCustomObject4Id() { return this.customObject4Id; }
5c4a3571-aba9-4624-86a1-71758c793bca
public java.lang.String getCustomObject15IntegrationId() { return this.customObject15IntegrationId; }
5315127f-95d6-4abb-a7fa-120e7b7b66b0
*/ public String toString() { return "Destination ref: " + getPageReference() + " , top: " + getTop() + " , left: " + getLeft() + " , zoom: " + getZoom(); }
bb5832bf-d025-4fb9-b665-93ebbe0a4a50
public crmondemand.xml.customobject6.query.QueryType getCustomInteger112() { return this.customInteger112; }
f9730fcc-220e-4f1a-b5b5-974a234e1daa
public void enableSwitchView(boolean enable);
f52d2069-3520-4a67-829a-683f6fa98616
public String getTowerName() { return towerName; }
1c19337f-2776-4800-af2e-0ed2fd1a2b8e
public void setCustomPhone0(crmondemand.xml.customobject6.query.QueryType customPhone0) { this.customPhone0 = customPhone0; }
0a8aea92-4622-4cb3-be6d-90f4a4e22a94
public java.math.BigDecimal getCustomNumber49() { return this.customNumber49; }
7bbc4cc7-55d1-4082-b874-0c41f47a27f3
public boolean hasConstructing() { return ((bitField2_ & 0x00000004) == 0x00000004); }
fad9f201-694e-4ccb-a20f-11347ed8ce27
@Override public void init(GameContainer container, final StateBasedGame game) throws SlickException { // final float buttonX = 150;// (container.getWidth() - 200) / 2; // final float buttonY = 50;// (container.getHeight() - 100) * (1 + .5f); // final int buttonWidth = 200; // final int buttonHeight = 100; // // Rectangle buttonContainer = new Rectangle(buttonX, buttonY, buttonWidth, buttonHeight); // Image buttonImage = new Image("lwjgl/res/ball.png"); // Sound buttonSound = new Sound("lwjgl/res/ding.wav"); // // buttons[0] = new SimpleButton(buttonContainer, buttonImage, buttonImage, buttonSound); // // // stickyListener.add(buttons[0]); // // buttons[0].addListener(new ClickListener() { // // @Override // public void onClick(Button clicked, float mx, float my) { // game.enterState(0); // } // // @Override // public void onRightClick(Button clicked, float mx, float my) { // } // // @Override // public void onDoubleClick(Button clicked, float mx, float my) { // } // }); // // container.getInput().addListener(stickyListener); }
bb881a61-7234-43cc-9ffb-67796d0dd21b
public void _jspService(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException { PageContext pageContext = null; HttpSession session = null; ServletContext application = null; ServletConfig config = null; JspWriter out = null; Object page = this; JspWriter _jspx_out = null; PageContext _jspx_page_context = null; try { response.setContentType("text/html"); pageContext = _jspxFactory.getPageContext(this, request, response, null, true, 8192, true); _jspx_page_context = pageContext; application = pageContext.getServletContext(); config = pageContext.getServletConfig(); session = pageContext.getSession(); out = pageContext.getOut(); _jspx_out = out; _jspx_resourceInjector = (org.glassfish.jsp.api.ResourceInjector) application.getAttribute("com.sun.appserv.jsp.resource.injector"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); out.write("\n"); String userid = request.getParameter("uname"); String pwd = request.getParameter("pass"); Class.forName("com.mysql.jdbc.Driver"); Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/p2","root", ""); Statement st = con.createStatement(); ResultSet rs; rs = st.executeQuery("select * from members where uname='" + userid + "' and pass='" + pwd + "'"); if (rs.next()) { session.setAttribute("userid", userid); //out.println("welcome " + userid); //out.println("<a href='logout.jsp'>Log out</a>"); response.sendRedirect("success.jsp"); } else { out.println("Invalid password <a href='index.jsp'>try again</a>"); } out.write('\n'); } catch (Throwable t) { if (!(t instanceof SkipPageException)){ out = _jspx_out; if (out != null && out.getBufferSize() != 0) out.clearBuffer(); if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); else throw new ServletException(t); } } finally { _jspxFactory.releasePageContext(_jspx_page_context); } }
06930174-273c-45b8-a2d3-67c082b07c2b
public void setCustomPickList92(crmondemand.xml.customobject6.query.QueryType customPickList92) { this.customPickList92 = customPickList92; }
5d09f35b-17be-4403-b578-904bdcd8c74c
public void setCustomDate47(java.util.Calendar customDate47) { this.customDate47 = customDate47; }
5ac15e49-782f-4065-9f60-ffce7786b9b4
public void setCustomDate25(java.util.Calendar customDate25) { this.customDate25 = customDate25; }
5d7396ba-7ed1-40d1-8976-6d7ba4fcc951
public crmondemand.xml.customobject6.query.QueryType getZCustomBoolean11() { return this.zCustomBoolean11; }
b42016fd-9c12-4abf-80e9-7d7c34b6eecf
public String getErrorMessage() { return message; }
08ef0c2b-a551-466b-b20e-4767cfbd1494
public java.lang.String getMedEdType() { return this.medEdType; }
b6a86276-4799-40d6-abad-cddbd3cacbea
public java.lang.String getBookId() { return this.bookId; }
995e0af9-e35c-4b10-a799-6fee5f7fac2b
public void setCustomDate52(crmondemand.xml.customobject6.query.QueryType customDate52) { this.customDate52 = customDate52; }
59d45967-8d6f-4f38-9844-dcefd3d3a5fe
opcode ed_d8 = new opcode() { public void handler(){ illegal_2(); }}
82b0e38f-1343-464e-88eb-ffc624e785e6
public java.lang.String getCustomObject7Id() { return this.customObject7Id; }
f09b58e5-6474-468e-a68b-c3283f882bf2
public void setOwnerExternalSystemId(java.lang.String ownerExternalSystemId) { this.ownerExternalSystemId = ownerExternalSystemId; }
8f911d1c-4aff-4af9-895f-87c2bc04e882
public java.lang.String getCustomText48() { return this.customText48; }
e011b0f2-63d8-4569-8bde-d68f21bca1cc
public void setbAuthor(String bAuthor) { this.bAuthor = bAuthor; }
39e16259-d71b-44f4-b2ff-9224d196db8b
public void setCertficationExternalSystemId(java.lang.String certficationExternalSystemId) { this.certficationExternalSystemId = certficationExternalSystemId; }
abd19fb0-4b13-4606-a147-49576895e266
public java.lang.String getCustomObject8ExternalSystemId() { return this.customObject8ExternalSystemId; }
a58ca194-3d72-4a2b-9d9a-f69c4d303a9d
public void setOwnerIntegrationId(crmondemand.xml.customobject6.query.QueryType ownerIntegrationId) { this.ownerIntegrationId = ownerIntegrationId; }
b177bf75-8f53-4771-8515-9ad4e56d4395
public Variable[] getElseCasts() { if (mElseCasts == null) { return null; } else { Variable[] vars = new Variable[mElseCasts.size()]; return mElseCasts.toArray(vars); } }
d350170a-532f-4cc6-a337-6fba938474e0
public void setCurrentApproverIntegrationId(crmondemand.xml.customobject3.query.QueryType currentApproverIntegrationId) { this.currentApproverIntegrationId = currentApproverIntegrationId; }
b34177be-a738-4644-aacf-2d110d40d94d
public void setCustomDate12(java.util.Calendar customDate12) { this.customDate12 = customDate12; }
7f0c5e70-89d6-4135-a448-862158741ea7
public void setCustomNumber46(crmondemand.xml.opportunity.query.QueryType customNumber46) { this.customNumber46 = customNumber46; }
1599fff7-73ed-443a-97f7-9cfdc16c7352
public void setCourseStatus(java.lang.String courseStatus) { this.courseStatus = courseStatus; }
3c712e18-03fe-4717-9495-a6e8d1b73834
public crmondemand.xml.opportunity.query.QueryType getCustomInteger25() { return this.customInteger25; }
6362cc78-c246-4436-9ad5-296e3b5cdd8d
public void setCustomPickList5(java.lang.String customPickList5) { this.customPickList5 = customPickList5; }
2a3c1526-0434-4698-b607-664255be6a73
private double rad2deg(double radian) { return (radian * 180 / Math.PI); }
ee67feeb-5541-450a-a71b-2536ed060747
public void setCustomInteger23(crmondemand.xml.customobject6.query.QueryType customInteger23) { this.customInteger23 = customInteger23; }
7d0ac4bb-684d-49e7-b97a-d88b9e25b905
public void setCustomObject3Type(crmondemand.xml.customobject6.query.QueryType customObject3Type) { this.customObject3Type = customObject3Type; }
50a11577-2826-4ada-9473-877f1c84d39a
public void setCustomObject9Id(crmondemand.xml.contact.query.QueryType customObject9Id) { this.customObject9Id = customObject9Id; }
9cfa0ed5-23b3-4f40-ae41-1468d7be5f23
public crmondemand.xml.customobject3.query.QueryType getCustomNumber9() { return this.customNumber9; }
be2cd93d-1299-4d3d-a033-da7da1c6b5f4
public void setIndexedPick3(crmondemand.xml.customobject6.query.QueryType indexedPick3) { this.indexedPick3 = indexedPick3; }
38ea80f1-57c2-4160-8292-0c4d9bfacadd
public void setCustomInteger33(crmondemand.xml.customobject3.query.QueryType customInteger33) { this.customInteger33 = customInteger33; }
793069c8-eca6-4c17-95b4-259b78595fca
public java.math.BigDecimal getCustomNumber59() { return this.customNumber59; }
9a99ca8f-4ff0-4cbf-b16b-1d4e92ed276d
public crmondemand.xml.customobject6.query.QueryType getFinancialTransactionExternalSystemId() { return this.financialTransactionExternalSystemId; }
eddf147e-2cdb-4695-b90d-67a2fee3d1c4
public crmondemand.xml.contact.query.QueryType getCustomNumber43() { return this.customNumber43; }
f075c69f-337c-4cc3-a17d-4daeceddd04e
public java.lang.String getAttachFileFullName() { return this.attachFileFullName; }
ee9103e2-86ac-4113-8270-a339777bcf31
public void setPolicyCanceledDate(java.util.Calendar policyCanceledDate) { this.policyCanceledDate = policyCanceledDate; }
b855ae10-d493-44bc-952c-4718c5ab6e49
public void setCustomText13(crmondemand.xml.opportunity.query.QueryType customText13) { this.customText13 = customText13; }
a15bbe5a-9803-4eac-ae9c-eabb191ce578
public java.math.BigDecimal getCustomCurrency0() { return this.customCurrency0; }
0a159042-4d60-4eb1-ba4f-a88d76397cd7
public void setCustomMultiSelectPickList8(crmondemand.xml.customobject6.query.QueryType customMultiSelectPickList8) { this.customMultiSelectPickList8 = customMultiSelectPickList8; }
060cc90d-ec3b-48b3-a02d-b24a1651b518
@Override public void selectCard(Card c, PlayerZone zone) { if (zone.is(Constant.Zone.Hand) && n.contains(c)) { player.discard(c, null); stop(); } }
ca1cf8a6-583b-47da-9969-1a8198eb846f
public java.lang.String getCustomPickList91() { return this.customPickList91; }