id
stringlengths
36
36
text
stringlengths
1
1.25M
db6667ce-c115-4581-a1e2-6feaeb89b516
public void setUpdatedByEMailAddr(java.lang.String updatedByEMailAddr) { this.updatedByEMailAddr = updatedByEMailAddr; }
bad1ee85-6d30-49a6-9a52-ddc24aa23e85
public static void main(String[] args) throws Exception{ Main qu=new Main(); qu.showLoginUI(); }
7937f6cf-5a3e-46ef-9972-598f1f8b391d
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean19() { return this.customBoolean19; }
1a4ea67a-d2c8-4e2c-8c43-9bf0c212b59c
public crmondemand.xml.customobject6.query.QueryType getExternalSystemId() { return this.externalSystemId; }
5248405d-3052-497b-ae5d-69dd2360af81
public void setCustomDate12(java.util.Calendar customDate12) { this.customDate12 = customDate12; }
76387fe7-537c-47b8-b95f-b49966f2f342
public crmondemand.xml.customobject6.query.QueryType getCustomNumber7() { return this.customNumber7; }
da424ece-78d4-4055-a23c-ae63298e7cbc
public java.lang.String getCustomPickList45() { return this.customPickList45; }
77dbfb8b-350e-4a65-a641-3b62e387b02e
public java.lang.String getCustomObject12ExternalSystemId() { return this.customObject12ExternalSystemId; }
55a505c9-d62b-4488-8d01-8069d700d8de
public static int PySequence_SetSlice(Pointer<PyObject > o, @Ptr long i1, @Ptr long i2, Pointer<PyObject > v) { return PySequence_SetSlice(Pointer.getPeer(o), i1, i2, Pointer.getPeer(v)); }
f7c1f645-b0ad-4626-99a6-e8a2c828ac11
public MyFile(int id, String name, Date creationDate, File file, int taskID) { this.id = id; this.name = name; this.creationDate = creationDate; this.file = file; this.taskID = taskID; }
cb7574df-ae56-461f-b32a-e548dc2e1366
public java.lang.Integer getCustomInteger112() { return this.customInteger112; }
67738507-2254-4415-9573-7eb32bcbbe74
public java.lang.String getFinancialAccountCurrencyCode() { return this.financialAccountCurrencyCode; }
372eb971-93f0-4625-96b6-627663862eb9
public void setCustomBoolean18(crmondemand.xml.customobject6.query.QueryType customBoolean18) { this.customBoolean18 = customBoolean18; }
0c57f202-b204-4cab-a140-9306faa750cf
public void heal(int health) { setHealth(getHealth() + health); }
71ed4788-d2b0-41c3-8383-a0abec4462e4
* @param module * @param environment * @return Cons */ public static Cons getEnumeratedCollectionMembers(Stella_Object collection, Module module, Environment environment) { { Module mdl000 = module; Context cxt000 = mdl000; if (mdl000 == null) { mdl000 = ((Module)(Stella.$MODULE$.get())); cxt000 = ((Context)(Stella.$CONTEXT$.get())); } { Object old$Module$000 = Stella.$MODULE$.get(); Object old$Context$000 = Stella.$CONTEXT$.get(); try { Native.setSpecial(Stella.$MODULE$, mdl000); Native.setSpecial(Stella.$CONTEXT$, cxt000); environment = environment; synchronized (Logic.$POWERLOOM_LOCK$) { { List members = Logic.assertedCollectionMembers(collection, true); if (members != null) { return (members.theConsList); } else { return (null); } } } } finally { Stella.$CONTEXT$.set(old$Context$000); Stella.$MODULE$.set(old$Module$000); } } } }
b0294bbe-71a3-40aa-b613-c5c6c23657e6
public void clearFrameBuffer() { Graphics back = drawingBuffer.getGraphics(); back.setColor(new Color(backgroundPalette.getRgbEntry(0))); back.fillRect(0, 0, 160 * mag, 144 * mag); }
d70b3963-9807-4537-9490-439c68df13b6
public crmondemand.xml.customobject3.query.QueryType getCustomDate1() { return this.customDate1; }
f1053f13-7e58-4151-9edc-a524fb777fb2
public void setBookName(java.lang.String bookName) { this.bookName = bookName; }
36df53f5-d3d5-4d8a-96d1-d3caeb6c2aca
public void actionPerformed(java.awt.event.ActionEvent evt) { jButton19ActionPerformed(evt); }
b6d4d984-1df8-4b09-9aec-0f29ea253be5
public java.lang.String getAccreditationStatus() { return this.accreditationStatus; }
1efd6011-7642-467c-a835-f2d7cd413856
public crmondemand.xml.customobject3.query.QueryType getCustomPickList1() { return this.customPickList1; }
0f05b7b8-0b3b-414f-80df-6962f22f1990
public java.lang.String getPolicyExternalSystemId() { return this.policyExternalSystemId; }
c494b839-98a8-4323-bd8d-8a16434e14de
public crmondemand.xml.opportunity.query.QueryType getCustomInteger18() { return this.customInteger18; }
f4a0f9b1-aa83-43ff-ba5d-3817b7d51e1d
public crmondemand.xml.customobject6.query.QueryType getCustomPickList47() { return this.customPickList47; }
783c5483-6a28-4ccb-a6d2-76e298e26665
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean28() { return this.customBoolean28; }
25133ffd-9ddd-4e2c-8a77-d345e45d3981
public void setCustomText72(crmondemand.xml.contact.query.QueryType customText72) { this.customText72 = customText72; }
9e29aca4-1b27-4bb4-82d0-7fb18cc1869e
public void setPlanNamePlanName(crmondemand.xml.contact.query.QueryType planNamePlanName) { this.planNamePlanName = planNamePlanName; }
872349ed-d64e-434b-a9ad-e1eb8d7a7fec
public crmondemand.xml.contact.query.QueryType getCustomBoolean10() { return this.customBoolean10; }
329c4adb-5afd-4ac4-9cfa-080ebe5d31c9
public boolean addStudent(Student stu) { String insert = "INSERT INTO STUDENT VALUES(?,?,?,?,?,?,?)"; int n = 0; try { PreparedStatement ps = conn.prepareStatement(insert); ps.setString(1, stu.no); ps.setString(2, stu.name); ps.setString(3, stu.sex); ps.setDate(4, stu.birthday); ps.setString(5, stu.address); ps.setString(6, stu.tel); ps.setString(7, stu.email); n = ps.executeUpdate(); ps.close(); } catch (SQLException e) { e.printStackTrace(); } return n == 1; }
b9059aaa-856f-4006-9463-417cc56fa2a0
public void setCustomInteger4(java.lang.Integer customInteger4) { this.customInteger4 = customInteger4; }
9fa87b50-3ec9-4055-944c-7b4bee5402f0
public void setCustomText83(java.lang.String customText83) { this.customText83 = customText83; }
7cd1ccc9-ea72-4449-b94b-513e2f2fe4d3
public void setCustomObject7Type(crmondemand.xml.contact.query.QueryType customObject7Type) { this.customObject7Type = customObject7Type; }
a69b3011-c3c7-4c08-bec3-c1fb3e71101c
public java.lang.String getCustomPickList57() { return this.customPickList57; }
63ba9851-4f4e-460c-9a1a-79f00836f2af
public crmondemand.xml.contact.query.QueryType getCustomText9() { return this.customText9; }
2e51876a-82b8-4d18-9237-c126ab7bf013
public static int OBRADI_lista_izraza_pridruzivanja(){ String linija = mParser.ParsirajNovuLiniju(); if (linija.equals("<izraz_pridruzivanja>")){ Izrazi.OBRADI_izraz_pridruzivanja(true); return 1; }else{ // <lista_izraza_pridruzivanja> int brojClanovaDosad = OBRADI_lista_izraza_pridruzivanja(); linija = mParser.ParsirajNovuLiniju(); // ucitaj ZAREZ linija = mParser.ParsirajNovuLiniju(); // ucitaj <izraz_pridruzivanja> Izrazi.OBRADI_izraz_pridruzivanja(true); return brojClanovaDosad + 1; } }
079fb0f2-0a0a-44ae-9972-41be20b80bc1
public main.Messages.ExecutionEndingRequest.Builder getExecutionEndingRequestBuilder() { bitField0_ |= 0x00000200; onChanged(); return getExecutionEndingRequestFieldBuilder().getBuilder(); }
b0cac018-7b6c-4a95-800e-57991c52cb52
public crmondemand.xml.opportunity.query.QueryType getCustomDate17() { return this.customDate17; }
19c463c0-c5c4-4122-b88e-10622facbb7c
public PlayState(int id) { for(int i = 0; i < numLevels;i++) { levels[i] = new Level(read, startWords + (int)(i * i), startTime + (int)(i * i)); } }
5e958e02-66d5-478a-b944-d628ece65a2d
public boolean hasLeadingComments() { return ((bitField0_ & 0x00000004) == 0x00000004); }
09e04c69-ba3c-4531-b68a-d25a239ebe0a
public crmondemand.xml.contact.query.QueryType getAttachFileExt() { return this.attachFileExt; }
ec40dd55-f0f2-424d-a6e5-c52b9e6b7d83
public void setCourseId(java.lang.String courseId) { this.courseId = courseId; }
aadb1e4c-9054-40ef-8c9c-e6e2a6f4d6d3
@Override public List<Integer> getGameBreakingMoves() { // Sonicboom & drage & OHKO moves // 160 add spore // also remove OHKO if xacc nerfed if (xAccNerfed) { return Arrays.asList(49, 82, 147); } else { return Arrays.asList(49, 82, 32, 90, 12, 147); } }
ae4cdf7f-4157-4e05-9251-5dfe8102e2ba
public java.lang.String getCustomPickList34() { return this.customPickList34; }
196e8ae0-20a3-4aa2-81e3-1074a981cc77
public void setCustomNumber50(java.math.BigDecimal customNumber50) { this.customNumber50 = customNumber50; }
beb9c3b8-a123-4c39-b246-a578c7a38414
public crmondemand.xml.customobject6.query.QueryType getCustomNumber19() { return this.customNumber19; }
fb49628f-8dac-48da-9a7a-5832eebcd19b
public java.util.Calendar getCustomDate27() { return this.customDate27; }
ce734a78-d203-44da-a355-0e302e358348
@Override public void conversationClosed(String identifier) { conversations.remove(identifier); }
3c685ee9-c174-4983-8eaa-ee1651c4af05
public void setCustomObject12Name(java.lang.String customObject12Name) { this.customObject12Name = customObject12Name; }
a435eccb-62e2-426d-bf7c-550c3a6da780
private int getResult(String operator, int leftVal, int rightVal) { if (operator.equals("+")) { return leftVal + rightVal; } if (operator.equals("-")) { return leftVal - rightVal; } if (operator.equals("*")) { return leftVal * rightVal; } if (operator.equals("/")) { return leftVal / rightVal; } return -1; }
f92fc0f3-d93f-415e-ad33-fe66b5dd45a8
private static int calculateClusteringScore(int[][] boardArray) { int clusteringScore=0; int[] neighbors = {-1,0,1}; for(int i=0;i<boardArray.length;++i) { for(int j=0;j<boardArray.length;++j) { if(boardArray[i][j]==0) { continue; //ignore empty cells } //clusteringScore-=boardArray[i][j]; //for every pixel find the distance from each neightbors int numOfNeighbors=0; int sum=0; for(int k : neighbors) { int x=i+k; if(x<0 || x>=boardArray.length) { continue; } for(int l : neighbors) { int y = j+l; if(y<0 || y>=boardArray.length) { continue; } if(boardArray[x][y]>0) { ++numOfNeighbors; sum+=Math.abs(boardArray[i][j]-boardArray[x][y]); } } } clusteringScore+=sum/numOfNeighbors; } } return clusteringScore; }
e9cbd45e-39e1-4675-a7a0-24307ce5f564
public crmondemand.xml.opportunity.query.QueryType getCustomObject7Id() { return this.customObject7Id; }
bb839c23-7473-4b5d-8f4a-36e8a5f08252
@Override public String toString() { return "ARRAY OF " + element.toString() + "[" + length.toString() + "]"; }
9c5610c2-cff8-4908-865d-0441629b547f
public crmondemand.xml.contact.query.QueryType getCustomObject3ExternalSystemId() { return this.customObject3ExternalSystemId; }
eaf6627c-29d3-4095-b091-407eeb574baf
public void setServiceRequestStatus(crmondemand.xml.opportunity.query.QueryType serviceRequestStatus) { this.serviceRequestStatus = serviceRequestStatus; }
888b77f9-d2a5-424f-8d52-e71d60476e80
public crmondemand.xml.customobject6.query.QueryType getCustomDate14() { return this.customDate14; }
a4d1b1dc-d33a-4048-b099-1628e2156305
private static void upkeep_Tangle_Wire() { final Player player = AllZone.getPhase().getPlayerTurn(); CardList wires = AllZoneUtil.getCardsInPlay("Tangle Wire"); for (final Card source : wires) { SpellAbility ability = new Ability(source, "0") { @Override public void resolve() { final int num = source.getCounters(Counters.FADE); final CardList list = AllZoneUtil.getPlayerCardsInPlay(player).filter(new CardListFilter() { public boolean addCard(Card c) { return (c.isArtifact() || c.isLand() || c.isCreature()) && c.isUntapped(); } }); for (int i = 0; i < num; i++) { if (player.isComputer()) { Card toTap = CardFactoryUtil.AI_getWorstPermanent(list, false, false, false, false); if (null != toTap) { toTap.tap(); list.remove(toTap); } } else { AllZone.getInputControl().setInput(new Input() { private static final long serialVersionUID = 5313424586016061612L; public void showMessage() { if (list.size() == 0) { stop(); return; } AllZone.getDisplay().showMessage(source.getName() + " - Select " + num + " untapped artifact(s), creature(s), or land(s) you control"); ButtonUtil.disableAll(); } public void selectCard(Card card, PlayerZone zone) { if (zone.is(Constant.Zone.Battlefield, AllZone.getHumanPlayer()) && list.contains(card)) { card.tap(); list.remove(card); stop(); } } }); } } } }; ability.setStackDescription(source.getName() + " - " + player + " taps X artifacts, creatures or lands he or she controls."); AllZone.getStack().addSimultaneousStackEntry(ability); }//foreach(wire) }
f3499bcb-524a-4adc-9e6b-acd11d1f10e6
public void setCustomCurrency17(crmondemand.xml.contact.query.QueryType customCurrency17) { this.customCurrency17 = customCurrency17; }
024467da-6cb3-496e-a8f8-c881f0dc72b1
public crmondemand.xml.contact.query.QueryType getOrderItemOrderItemNum() { return this.orderItemOrderItemNum; }
6f6e6775-73e5-4e69-805b-3262ecf6846a
public void setCustomObject6Type(crmondemand.xml.opportunity.query.QueryType customObject6Type) { this.customObject6Type = customObject6Type; }
6da96910-c1b8-4357-942d-12e95c1c3d06
public crmondemand.xml.customobject6.query.QueryType getCustomPickList7() { return this.customPickList7; }
4d8c28df-05b5-4951-b658-42dfadc89327
public void setCustomPickList1(crmondemand.xml.customobject6.query.QueryType customPickList1) { this.customPickList1 = customPickList1; }
7992db0b-aee0-4617-9a66-2c90c79ee013
public crmondemand.xml.contact.query.QueryType getCustomDate53() { return this.customDate53; }
659deea7-ef08-43d4-a728-f4ca65b00590
public void setCustomText44(java.lang.String customText44) { this.customText44 = customText44; }
0b633ac7-120c-407f-9a67-8ee4ad955f85
public void setCustomObject14IntegrationId(java.lang.String customObject14IntegrationId) { this.customObject14IntegrationId = customObject14IntegrationId; }
927dc57a-5ff7-4498-89b3-1aa6dbd98a83
public crmondemand.xml.customobject3.query.QueryType getCustomBoolean34() { return this.customBoolean34; }
4b23c13e-ad41-400f-87e0-4b0cc2c6cb71
public void setCustomBoolean4(java.lang.Boolean customBoolean4) { this.customBoolean4 = customBoolean4; }
21c3c3c7-b93b-486a-916d-7b6767f8627a
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.bwapi.proxy.messages.GameMessages.internal_static_messages_Player_descriptor; }
934da352-38bc-44e1-b5ae-8fe6f07a9864
public Builder addUninterpretedOption( int index, com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder builderForValue) { if (uninterpretedOptionBuilder_ == null) { ensureUninterpretedOptionIsMutable(); uninterpretedOption_.add(index, builderForValue.build()); onChanged(); } else { uninterpretedOptionBuilder_.addMessage(index, builderForValue.build()); } return this; }
de2979a5-e755-428c-9841-94384781e1e2
public void setCustomObject7IntegrationId(crmondemand.xml.contact.query.QueryType customObject7IntegrationId) { this.customObject7IntegrationId = customObject7IntegrationId; }
e3b51f56-e6d9-4b2e-b97d-63c8a25fd726
public java.lang.Integer getCustomInteger2() { return this.customInteger2; }
20e4808d-101b-4f9e-8ab2-51ef5d4458e7
public void setCustomPhone12(java.lang.String customPhone12) { this.customPhone12 = customPhone12; }
6667dc74-1d5a-4a09-92e7-f58c30b9a044
public void setCustomDate8(java.util.Calendar customDate8) { this.customDate8 = customDate8; }
6fe290f9-2dfe-4c5c-a68b-1e3d83df78f8
public java.lang.String getCustomObject5Type() { return this.customObject5Type; }
f2ba2d7d-884e-4497-94da-7d89f848a717
public crmondemand.xml.contact.query.QueryType getCustomPickList49() { return this.customPickList49; }
f605f2d9-0552-468f-9cd1-1901a5304d8b
public java.util.Calendar getCustomDate36() { return this.customDate36; }
5c9f62e9-24f9-4242-91f7-1e3af3cade44
public crmondemand.xml.contact.query.QueryType getCustomPickList58() { return this.customPickList58; }
bf776af5-a81f-4fec-a16e-64fcb8e5fe9d
public Troco(int valor) { papeisMoeda = new PapelMoeda[6]; int count = 0; while (valor % 100 != 0) { count++; } papeisMoeda[5] = new PapelMoeda(100, count); count = 0; count=valor/100; valor=valor%100; papeisMoeda[4] = new PapelMoeda(50, count); count = 0; count=valor/50; valor=valor%50; papeisMoeda[3] = new PapelMoeda(20, count); count = 0; count=valor/20; valor=valor%20; papeisMoeda[2] = new PapelMoeda(10, count); count = 0; count=valor/10; valor=valor%10; papeisMoeda[1] = new PapelMoeda(5, count); count = 0; count=valor/5; valor=valor%5; papeisMoeda[0] = new PapelMoeda(2, count); }
ae4b5a97-e739-4560-9718-74c47f9039b6
public void setCustomDate44(java.util.Calendar customDate44) { this.customDate44 = customDate44; }
971f3d81-8fc4-482f-8357-8587ec335144
public void setBusinessPlanExternalSystemId(java.lang.String businessPlanExternalSystemId) { this.businessPlanExternalSystemId = businessPlanExternalSystemId; }
4ce00d4f-72f6-49eb-be66-48fc218fb36f
public void setCustomText48(java.lang.String customText48) { this.customText48 = customText48; }
48f912d6-edbf-4340-b7c3-88c992597e51
public void setCustomPhone8(crmondemand.xml.customobject3.query.QueryType customPhone8) { this.customPhone8 = customPhone8; }
fd94e5b9-d930-4313-a4bd-05e37a16dd24
public void setDateWithdrawn(java.util.Calendar dateWithdrawn) { this.dateWithdrawn = dateWithdrawn; }
74a81360-bbfc-49a4-a83a-b18b14d38ed6
public java.math.BigDecimal getCustomNumber40() { return this.customNumber40; }
48364fb7-1ea7-434a-80a4-825ec08c6dd6
public crmondemand.xml.opportunity.query.QueryType getCustomCurrency16() { return this.customCurrency16; }
f65debdf-2d6e-42fa-b52c-bd198ee7fb95
public void setOpportunityExternalSystemId(crmondemand.xml.customobject3.query.QueryType opportunityExternalSystemId) { this.opportunityExternalSystemId = opportunityExternalSystemId; }
e181d301-44c7-40d3-9b94-03bce4d2521e
public void setCustomNumber46(crmondemand.xml.contact.query.QueryType customNumber46) { this.customNumber46 = customNumber46; }
97801d0c-080c-485c-a664-7a7e59e05b3c
opcode op_b2 = new opcode() { public void handler(){ OR(Z80.DE.H); }}
6068198f-38ce-4b92-af38-29966e1bac98
public void setCustomPickList29(java.lang.String customPickList29) { this.customPickList29 = customPickList29; }
51661041-3ece-4f25-9a5c-7559fa20064b
public crmondemand.xml.customobject6.query.QueryType getCustomObject7Id() { return this.customObject7Id; }
191443d0-3c83-4538-ba9b-5d97416d9243
public java.lang.String getOrderNumber() { return this.orderNumber; }
73278b7b-f4ea-4b45-a317-d1911d99590f
public static byte[] removePlayerFromMap(int cid) { MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter(); mplew.writeShort(SendPacketOpcode.REMOVE_PLAYER_FROM_MAP.getValue()); mplew.writeInt(cid); return mplew.getPacket(); }
004fc2c1-4e0e-4177-a845-fbb996a1eaaa
public crmondemand.xml.customobject3.query.QueryType getAccountExternalSystemId() { return this.accountExternalSystemId; }
6de512dc-7f62-4df3-bb74-108d29e33dd4
public java.lang.String getCustomText26() { return this.customText26; }
8a31e2b7-1ef9-4db6-9895-fcc8d8ca5599
public static void deriveDeferredSatelliteRules(Description self) { if (Logic.$LAZY_SATELLITE_RULESp$) { { Object old$DeriveDeferredSatelliteRulesInvocations$000 = Logic.$DERIVE_DEFERRED_SATELLITE_RULES_INVOCATIONS$.get(); try { Native.setSpecial(Logic.$DERIVE_DEFERRED_SATELLITE_RULES_INVOCATIONS$, ((List)(((((List)(Logic.$DERIVE_DEFERRED_SATELLITE_RULES_INVOCATIONS$.get())) == null) ? List.newList() : ((List)(Logic.$DERIVE_DEFERRED_SATELLITE_RULES_INVOCATIONS$.get())))))); if (((List)(Logic.$DERIVE_DEFERRED_SATELLITE_RULES_INVOCATIONS$.get())).membP(self)) { return; } ((List)(Logic.$DERIVE_DEFERRED_SATELLITE_RULES_INVOCATIONS$.get())).insert(self); if ((((SequenceIndex)(KeyValueList.dynamicSlotValue(self.dynamicSlots, Logic.SYM_LOGIC_RULES_WITH_DEFERRED_SATELLITES, null))) == null) && (((Description)(KeyValueList.dynamicSlotValue(self.dynamicSlots, Logic.SYM_LOGIC_COMPLEMENT_DESCRIPTION, null))) == null)) { return; } { SequenceIndex queuedrules = ((SequenceIndex)(KeyValueList.dynamicSlotValue(self.dynamicSlots, Logic.SYM_LOGIC_RULES_WITH_DEFERRED_SATELLITES, null))); Description complement = ((Description)(KeyValueList.dynamicSlotValue(self.dynamicSlots, Logic.SYM_LOGIC_COMPLEMENT_DESCRIPTION, null))); if (queuedrules != null) { { Proposition forallprop = null; Iterator iter000 = queuedrules.allocateIterator(); while (iter000.nextP()) { forallprop = ((Proposition)(iter000.value)); Proposition.deriveSatelliteRulesForGoalP(forallprop, self, ((complement == null) ? Logic.KWD_POSITIVE : Logic.KWD_POSITIVE_AND_CONTRAPOSITIVE), false); } } if (complement != null) { KeyValueList.setDynamicSlotValue(self.dynamicSlots, Logic.SYM_LOGIC_DEFERRED_CONTRAPOSITIVESp, null, null); } KeyValueList.setDynamicSlotValue(self.dynamicSlots, Logic.SYM_LOGIC_RULES_WITH_DEFERRED_SATELLITES, null, null); } if ((complement != null) && (((SequenceIndex)(KeyValueList.dynamicSlotValue(complement.dynamicSlots, Logic.SYM_LOGIC_RULES_WITH_DEFERRED_SATELLITES, null))) != null)) { Description.deriveDeferredSatelliteRules(complement); } } } finally { Logic.$DERIVE_DEFERRED_SATELLITE_RULES_INVOCATIONS$.set(old$DeriveDeferredSatelliteRulesInvocations$000); } } } }
a84848ae-8e56-4559-a6b3-092015d5696f
public void setCustomCurrency6(crmondemand.xml.opportunity.query.QueryType customCurrency6) { this.customCurrency6 = customCurrency6; }
99ae3875-f169-4d17-b496-ec7b8364178d
public void setIndexedPick5(java.lang.String indexedPick5) { this.indexedPick5 = indexedPick5; }
4b557127-2afb-4ed8-8194-80a5937481d7
public void setCustomText84(java.lang.String customText84) { this.customText84 = customText84; }
d6f6afb5-cf8c-4179-9d84-30e8e54a1a6f
public void setCustomNumber4(crmondemand.xml.opportunity.query.QueryType customNumber4) { this.customNumber4 = customNumber4; }
37691062-24ca-4e93-88db-1886bb53f336
public void keyTyped(java.awt.event.KeyEvent evt) { jTextField4KeyTyped(evt); }
5f84747e-bfdd-4fc9-bf22-433299ced856
public void setCustomNumber0(java.math.BigDecimal customNumber0) { this.customNumber0 = customNumber0; }