id
stringlengths
36
36
text
stringlengths
1
1.25M
c469b9ea-5dde-47cd-ba12-d1ee04c9f6bb
public void setBrokerProfileId(java.lang.String brokerProfileId) { this.brokerProfileId = brokerProfileId; }
f5eb88d4-98a5-45cf-a067-dd83096da43c
public final boolean hasNext() { return mNext != null; }
2a251536-3185-43e4-b911-dfd101ce53f6
public crmondemand.xml.customobject3.query.QueryType getCustomPickList82() { return this.customPickList82; }
85b3df44-417c-4c20-9f40-b0f1433e238e
public DeliveredStorageFrame(JFrame mainFrame,JPanel mainPanel){ mainPanel.setBackground(Color.white); mainFrame.setBackground(Color.white); mainFrame.setTitle("-"); mainPanel.setBounds(0, 0, 905, 527); mainFrame.getContentPane().add(mainPanel); mainPanel.setLayout(null); mainPanel.setBounds(0, 0, 905, 527); mainPanel.setPreferredSize(new java.awt.Dimension(905, 527)); mainPanel.setLayout(null); jTextField1 = new JTextField(); mainPanel.add(jTextField1); jTextField1.setText("\u8bf7\u8f93\u5165\u8fd0\u5355\u7f16\u53f7"); jTextField1.setBounds(584, 22, 138, 24); jButton1 = new JButton(); mainPanel.add(jButton1); jButton1.setText("\u641c\u7d22"); jButton1.setBounds(764, 22, 68, 24); jScrollPane1 = new JScrollPane(); mainPanel.add(jScrollPane1); jScrollPane1.setBounds(45, 77, 824, 372); ArrayList<Order> list1=new ArrayList<Order>(); for(Order o:MainFrame.getOrderList()){ if(o.getStatus().equals("")) list1.add(o); } int i=list1.size(); String [][] s=new String[i][5]; int k=0; for(Order o:list1){ s[k][0]=o.getOid(); s[k][1]=o.getSdate(); s[k][2]=o.getCname(); s[k][3]=o.getCphone(); s[k][4]=Double.toString(o.getCOD()); k++; } TableModel jTable1Model = new DefaultTableModel( //new String[][] { { "One", "Two" }, { "Three", "Four" } }, s, new String[] { "˵", "ʱ","ջ","ջ˵绰","ջ" }); jTable1 = new JTable(); jScrollPane1.setViewportView(jTable1); jTable1.setModel(jTable1Model); jButton2 = new JButton(); mainPanel.add(jButton2); jButton2.setText("\u8be6\u7ec6\u4fe1\u606f"); jButton2.setBounds(708, 481, 94, 24); }
b4eb5122-b716-4e16-a697-6e92be5d908c
public void setCustomPickList91(java.lang.String customPickList91) { this.customPickList91 = customPickList91; }
1833fda3-0b0f-49a6-aa48-101422603193
@Override public boolean canChangeStaticPokemon() { return (romEntry.getValue("StaticPokemonSupport") > 0); }
605efb0a-a2ca-48e0-aa33-aecb9f5b8580
public void setCustomPhone13(crmondemand.xml.opportunity.query.QueryType customPhone13) { this.customPhone13 = customPhone13; }
5326e8b1-9d4b-4349-be63-241883e85718
* @param pos The position of the door. * @param town * @return The remove door packet. */ public static MaplePacket spawnDoor(int oid, Point pos, boolean town) { // [D3 00] [01] [93 AC 00 00] [6B 05] [37 03] MaplePacketLittleEndianWriter mplew = new MaplePacketLittleEndianWriter(); mplew.writeShort(SendPacketOpcode.SPAWN_DOOR); mplew.write(town ? 1 : 0); mplew.writeInt(oid); mplew.writeShort(pos.x); mplew.writeShort(pos.y); return mplew.getPacket(); }
97e9ebf0-ea93-42dd-b98b-d1e93e0985df
public void setCustomDate12(java.util.Calendar customDate12) { this.customDate12 = customDate12; }
3f5fbcd3-8cb8-4a07-8b86-1203b865bb35
public java.lang.String getCustomPhone6() { return this.customPhone6; }
1a01878a-cf4d-4c52-a5d1-caceb915c225
public crmondemand.xml.customobject6.query.QueryType getCustomInteger24() { return this.customInteger24; }
5b6d0642-605a-43f5-adaf-b2e22d966d4c
public void setCampaignExternalSystemId(crmondemand.xml.customobject6.query.QueryType campaignExternalSystemId) { this.campaignExternalSystemId = campaignExternalSystemId; }
d2109d2c-b621-4a30-9d49-7890c80f02a2
public DAOException(Throwable cause) { super(cause); }
9411f0af-b061-4483-a295-3cb4308c6c22
public crmondemand.xml.opportunity.query.QueryType getCustomPickList40() { return this.customPickList40; }
f38028f8-8022-4a61-9ff4-8657b7da42ff
public crmondemand.xml.customobject6.query.QueryType getCustomDate17() { return this.customDate17; }
dc3717c0-ee16-48bd-b3d3-eeb9f37dff36
public void setRedraw (boolean value) { checkWidget(); if (value) { if (--drawCount == 0) { if (items.length - itemsCount > 3) { CTableItem[] newItems = new CTableItem [itemsCount]; System.arraycopy (items, 0, newItems, 0, itemsCount); items = newItems; } updateVerticalBar (); updateHorizontalBar (); } } else { drawCount++; } super.setRedraw (value); header.setRedraw (value); }
47aa3108-01b0-4bc9-8bb9-72c9060b90e3
public static boolean partyListed(MapleParty party) { return getSearchByParty(party.getId()) != null; }
65728704-a3e8-4156-8c92-c147e1277480
public void setCustomInteger26(crmondemand.xml.customobject6.query.QueryType customInteger26) { this.customInteger26 = customInteger26; }
47b5ee93-b20e-4194-a84c-33587117b464
public crmondemand.xml.customobject6.query.QueryType getCustomPickList81() { return this.customPickList81; }
62f6d7a3-489b-4755-acba-a2408028b4c1
public void setCustomPickList99(java.lang.String customPickList99) { this.customPickList99 = customPickList99; }
68e7345e-a46a-458d-9c0b-7a4bcaf006ed
public void createChoices() { }
d7d32929-6e77-4293-bdfa-9fa8d21f2bd6
public java.math.BigDecimal getCustomCurrency19() { return this.customCurrency19; }
57e974b3-c29b-445b-88f1-b3563fd16fac
public static Cons yieldConstructorDefinition(Stella_Class renamed_Class) { if (Stella_Class.exceptionClassP(renamed_Class)) { return (Stella_Class.yieldExceptionConstructorDefinition(renamed_Class)); } { Cons requiredparameters = Stella.NIL; Cons assignments = Stella.NIL; Slot slot = null; { Symbol slotname = null; Cons iter000 = renamed_Class.classRequiredSlotNames().theConsList; Cons collect000 = null; for (;!(iter000 == Stella.NIL); iter000 = iter000.rest) { slotname = ((Symbol)(iter000.value)); assignments = Cons.cons(Cons.list$(Cons.cons(Stella.SYM_STELLA_SETF, Cons.cons(Cons.cons(slotname, Cons.cons(Stella.SYM_STELLA_SELF, Stella.NIL)), Cons.cons(slotname, Cons.cons(Stella.NIL, Stella.NIL))))), assignments); slot = Stella_Class.lookupSlot(renamed_Class, slotname); if (collect000 == null) { { collect000 = Cons.cons(Cons.cons(slotname, Cons.cons(Surrogate.typeToSymbol(slot.type()), Stella.NIL)), Stella.NIL); if (requiredparameters == Stella.NIL) { requiredparameters = collect000; } else { Cons.addConsToEndOfConsList(requiredparameters, collect000); } } } else { { collect000.rest = Cons.cons(Cons.cons(slotname, Cons.cons(Surrogate.typeToSymbol(slot.type()), Stella.NIL)), Stella.NIL); collect000 = collect000.rest; } } } } return (Cons.list$(Cons.cons(Stella.SYM_STELLA_DEFUN, Cons.cons(Cons.cons(Stella_Class.yieldConstructorName(renamed_Class), Cons.cons(Stella_Class.classSymbol(renamed_Class), Stella.NIL)), Cons.cons(requiredparameters.concatenate(Stella.NIL, Stella.NIL), Cons.cons(Stella.KWD_CONSTRUCTORp, Cons.cons(Stella.SYM_STELLA_TRUE, Cons.cons(Stella.KWD_PUBLICp, Cons.cons((renamed_Class.publicP() ? Stella.TRUE_WRAPPER : Stella.FALSE_WRAPPER), Cons.cons(Cons.cons(Cons.list$(Cons.cons(Stella.SYM_STELLA_LET, Cons.cons(Cons.cons(Cons.list$(Cons.cons(Stella.SYM_STELLA_SELF, Cons.cons(Stella_Class.classSymbol(renamed_Class), Cons.cons(Cons.cons(Stella.SYM_STELLA_NULL, Stella.NIL), Stella.NIL)))), Stella.NIL), Cons.cons(Stella_Class.yieldConstructorBody(renamed_Class, assignments.reverse()).concatenate(Cons.cons(Cons.list$(Cons.cons(Stella.SYM_STELLA_RETURN, Cons.cons(Stella.SYM_STELLA_SELF, Cons.cons(Stella.NIL, Stella.NIL)))), Stella.NIL), Stella.NIL), Stella.NIL)))), Stella.NIL), Stella.NIL)))))))))); } }
fe417a78-5da1-4707-9e21-8a7aab54f520
public void setCustomText15(crmondemand.xml.customobject6.query.QueryType customText15) { this.customText15 = customText15; }
41d68a04-af0e-4dd5-bd2d-e540f56d1b4d
public void setCustomObject4ExternalSystemId(crmondemand.xml.customobject3.query.QueryType customObject4ExternalSystemId) { this.customObject4ExternalSystemId = customObject4ExternalSystemId; }
b626451a-f8fe-4b3e-a91b-290ccbae4f8b
public java.lang.Boolean getCustomBoolean14() { return this.customBoolean14; }
aaa44fee-5f5a-43b1-baa2-663536ba7187
public void setCreatedByIntegrationId(crmondemand.xml.contact.query.QueryType createdByIntegrationId) { this.createdByIntegrationId = createdByIntegrationId; }
112937c8-0986-41aa-91cc-25dfdbc29365
public void setQuickSearch2(java.lang.String quickSearch2) { this.quickSearch2 = quickSearch2; }
58b1d62f-722e-4224-ba23-4bb614039b57
public void setCustomNumber29(java.math.BigDecimal customNumber29) { this.customNumber29 = customNumber29; }
314006b9-b9e2-4ed9-8050-e675b362e2d2
public crmondemand.xml.customobject6.query.QueryType getCustomObject13ExternalSystemId() { return this.customObject13ExternalSystemId; }
641180ba-9569-42f7-bf4d-390f34f53e27
public void setCustomPickList36(crmondemand.xml.customobject6.query.QueryType customPickList36) { this.customPickList36 = customPickList36; }
b13c094d-02f5-4f6c-9f96-aeebd406c75d
public void setCustomPickList80(java.lang.String customPickList80) { this.customPickList80 = customPickList80; }
9fbdf2e4-63be-4954-9b2e-10787ec40c52
public int getId_tit() { return id_tit; }
4cec24e9-bd59-4028-acf6-2d2b80d89a9b
public crmondemand.xml.customobject3.query.QueryType getUpdatedByEMailAddr() { return this.updatedByEMailAddr; }
db07999d-7c55-4180-8f60-3f433547725e
public void setData(double[] d);
259e8064-c087-4c20-a9af-5ff611b7c0ef
public void setCustomPickList16(crmondemand.xml.contact.query.QueryType customPickList16) { this.customPickList16 = customPickList16; }
0b8fd300-abaa-4d7f-82fc-2bb8377f9351
public void setCustomPickList27(java.lang.String customPickList27) { this.customPickList27 = customPickList27; }
af0e9199-b524-4ca5-81e7-9f47a3ba5255
public static void dbRelationUpdateDemon(Proposition proposition, Keyword updateMode) { if ((updateMode == RDBMS.KWD_ASSERT_TRUE) || (updateMode == RDBMS.KWD_PRESUME_TRUE)) { RDBMS.dbRelationGoesTrue(proposition); Proposition.destroyRedundantProposition(proposition); } else if (updateMode == RDBMS.KWD_RETRACT_TRUE) { RDBMS.dbRelationGoesUnknown(proposition); Proposition.destroyRedundantProposition(proposition); } else if (updateMode == RDBMS.KWD_RETRACT_FALSE) { Stella.STANDARD_WARNING.nativeStream.println("Warning: RDBMS: DB relations can't be false."); RDBMS.dbRelationGoesUnknown(proposition); Proposition.destroyRedundantProposition(proposition); } else if ((updateMode == RDBMS.KWD_ASSERT_FALSE) || (updateMode == RDBMS.KWD_PRESUME_FALSE)) { RDBMS.dbRelationGoesFalse(proposition); Proposition.destroyRedundantProposition(proposition); } else if (updateMode == RDBMS.KWD_CONCEIVE) { } else { { OutputStringStream stream000 = OutputStringStream.newOutputStringStream(); stream000.nativeStream.print("`" + updateMode + "' is not a valid case option"); throw ((StellaException)(StellaException.newStellaException(stream000.theStringReader()).fillInStackTrace())); } } }
f6132527-1fef-4732-8059-bd2759fc3136
public void setFinancialAccountHolderContactFirstName(java.lang.String financialAccountHolderContactFirstName) { this.financialAccountHolderContactFirstName = financialAccountHolderContactFirstName; }
6caefd29-e7b3-4157-88c2-f5c939193be7
public crmondemand.xml.customobject6.query.QueryType getCustomDate15() { return this.customDate15; }
7eed7425-e64d-464b-b6b6-25b573baa265
public java.lang.String getFundRequestName() { return this.fundRequestName; }
d07e3638-83eb-4cf2-9ce7-0f56eca18aa2
public void setCustomText70(crmondemand.xml.customobject6.query.QueryType customText70) { this.customText70 = customText70; }
3c737b19-d66c-41d9-b1bc-4b48adbca239
public void setCustomInteger7(java.lang.Integer customInteger7) { this.customInteger7 = customInteger7; }
7bb739d5-99ae-4f5b-9646-cd58c6eb2ce4
public void setExamStatus(java.lang.String examStatus) { this.examStatus = examStatus; }
de6f2eb0-b0a3-4835-a374-f821dc8fb366
private int getLevel() { int level = 0; float y = 0; if(invader1.getEntityCount() > 0) {y = getLowestInvader(invader1);} else if(invader2.getEntityCount() > 0) {y = getLowestInvader(invader2);} else if(invader3.getEntityCount() > 0) {y = getLowestInvader(invader3);} else {endGame(0);} level = (int) y/32; return level; }
025ef65b-0cf2-4a3a-af6b-e61ca9b28d9a
public crmondemand.xml.customobject6.query.QueryType getCourseId() { return this.courseId; }
47031133-d89a-449a-a275-0bbb8aebeeb4
public java.lang.String getDealRegistrationDealRegistrationName() { return this.dealRegistrationDealRegistrationName; }
5a6135c0-bd84-42a7-b752-4083f3e6bb1b
public java.lang.String getOpportunityType() { return this.opportunityType; }
0136a95e-af9b-4795-9e91-ee8a04edcccb
public void setCustomDate37(crmondemand.xml.customobject6.query.QueryType customDate37) { this.customDate37 = customDate37; }
56134ac0-2f31-4f95-a6ec-b2abcac5d383
public void setPolicyIntegrationId(crmondemand.xml.customobject3.query.QueryType policyIntegrationId) { this.policyIntegrationId = policyIntegrationId; }
1acd2fd0-21d8-484d-93c4-5cd429d0cf6c
static void closeWithExpects(AsyncSSLEngine engine, MockObject sslListener) throws IOException { engine.close(); String[] methodNames = new String[2]; methodNames[0] = "packetEncrypted"; methodNames[1] = "closed"; sslListener.expect(methodNames); }
e98b1115-2350-4d93-9288-80e799bdb73c
public static int getOneBall() { int x = mRand.nextInt(8) + 1; if (x == BallColor.WHITE) // ֤ĻԼΪʵ1/8 { x = mRand.nextInt(8) + 1; } return x; }
1eb01a1d-6e35-4170-9b7e-dd7273224f13
public Builder setMethod( int index, com.google.protobuf.DescriptorProtos.MethodDescriptorProto value) { if (methodBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMethodIsMutable(); method_.set(index, value); onChanged(); } else { methodBuilder_.setMessage(index, value); } return this; }
82531c5c-a5b2-4858-a468-550b1ce55f90
public void setCustomDate21(java.util.Calendar customDate21) { this.customDate21 = customDate21; }
2883fdca-ff0d-4319-a7d2-d03edd436961
public crmondemand.xml.opportunity.query.QueryType getAssetId() { return this.assetId; }
f9ee1d58-83f1-4d11-99bf-a06b80475e23
@Override public void setNeighbourhoodForCell(Cell myCell, Neighbourhood myNeighbourhood) { this.cellNeighbouhoodMapping.put(myCell, myNeighbourhood); }
ea1245d9-8ff9-4150-ae73-c934960c2b2f
public crmondemand.xml.contact.query.QueryType getCustomObject3ExternalSystemId() { return this.customObject3ExternalSystemId; }
178eec6b-7613-4100-8ef4-b5380c11c0dc
public void setCreatedByEMailAddr(java.lang.String createdByEMailAddr) { this.createdByEMailAddr = createdByEMailAddr; }
c4bbe790-2271-44a5-b943-76f771d39000
public int getHeight() { return height.get(); }
46eead54-e3df-464b-8ad5-17dff12f8958
public void setCustomText86(java.lang.String customText86) { this.customText86 = customText86; }
f7d8aa7f-455b-44a5-b54e-2f3e7ee6f3eb
public void setBusinessAccountPriority(crmondemand.xml.contact.query.QueryType businessAccountPriority) { this.businessAccountPriority = businessAccountPriority; }
f3e5dc39-024c-4266-b3fd-68ce0b2c27f6
public org.bwapi.proxy.messages.GameMessages.Unit getUnits(int index) { if (unitsBuilder_ == null) { return units_.get(index); } else { return unitsBuilder_.getMessage(index); } }
892de7ed-9d5b-47f0-b3fe-dc5ac15c21e4
public void setCustomBoolean32(java.lang.Boolean customBoolean32) { this.customBoolean32 = customBoolean32; }
f527335b-c209-4b41-a9d1-002c1c061cee
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean20() { return this.customBoolean20; }
813e0c7e-38fc-40bf-8da5-617175629933
public java.lang.String getCustomPickList95() { return this.customPickList95; }
74f1f11e-5089-4f77-a3b7-4bc5502fb1aa
public void setFinancialAccountHeldAway(crmondemand.xml.customobject6.query.QueryType financialAccountHeldAway) { this.financialAccountHeldAway = financialAccountHeldAway; }
15444cce-0c39-432a-9a0e-df6d61537e79
public static String collectPageSrc(String filePathName, WebDriver wDriver ){ String pgSrc = wDriver.getPageSource(); try { FileUtils.writeStringToFile(new File(filePathName),pgSrc); } catch (IOException e) { e.printStackTrace(); } return pgSrc; }
e5448276-4577-4a84-ae18-de35f26074fa
public crmondemand.xml.contact.query.QueryType getOwnerIntegrationId() { return this.ownerIntegrationId; }
d40dec93-19da-4fb4-b953-346348b95856
public java.lang.String getSolutionVerificationStatus() { return this.solutionVerificationStatus; }
c6c9441d-ff79-435f-9d39-90d091f24973
public void actionPerformed(java.awt.event.ActionEvent evt) { jButton6ActionPerformed(evt); }
20fad0dd-abbd-41ec-853f-0c2e7c0f797c
public crmondemand.xml.customobject3.query.QueryType getAssociatedContactContactFirstName() { return this.associatedContactContactFirstName; }
8d8bbd67-d0ab-4de8-9b65-794b6263a3f9
public void setCustomPickList26(crmondemand.xml.customobject3.query.QueryType customPickList26) { this.customPickList26 = customPickList26; }
29937a65-8875-4e72-ad53-0564aa88a32a
int getSelectionIndex (CTableItem item) { for (int i = 0; i < selectedItems.length; i++) { if (selectedItems [i] == item) return i; } return -1; }
7d9c06fb-65a4-41c0-804b-f5a327d55271
public crmondemand.xml.customobject3.query.QueryType getCustomNumber50() { return this.customNumber50; }
3eb1a43f-7aec-4bdb-bc5a-b0ad834ca454
public void setCustomDate56(java.util.Calendar customDate56) { this.customDate56 = customDate56; }
43cae108-390a-4a2f-9e75-f89687f2ae9d
public java.lang.String getAssetIntegrationId() { return this.assetIntegrationId; }
64bb6db7-54bc-485b-bab5-7b2c2cc277d2
public void setCustomPickList98(crmondemand.xml.customobject6.query.QueryType customPickList98) { this.customPickList98 = customPickList98; }
351f2702-13da-45a1-b8b2-c12e913eeb58
public void setCustomNumber27(crmondemand.xml.contact.query.QueryType customNumber27) { this.customNumber27 = customNumber27; }
fe8be909-7d9a-41b7-beda-7f11c3d29bed
public static void main(String[] args){ BoundedBuffer server = new BoundedBuffer(7); int numproc = 8; //number of threads int steps = 3; //number of steps Producer producerThreads[ ] = new Producer[numproc]; Consumer consumerThreads[ ] = new Consumer[numproc]; int j; //now create the producer and consumer threads for (j = 0; j < numproc; j++) { System.out.println("Top thread creates proc " + j); if(j%2 == 0) { producerThreads[j] = new Producer(server, steps, j); } else { consumerThreads[j] = new Consumer(server, steps, j); } } for ( j = 0; j < numproc; j++) { if(j%2 == 0) { producerThreads[j].start( ); } else { consumerThreads[j].start( ); } } }
5bc83a29-acf0-479b-aa0f-7bd80cf838c9
public void setCustomNumber25(crmondemand.xml.customobject3.query.QueryType customNumber25) { this.customNumber25 = customNumber25; }
62246925-55d1-411d-8183-aa7bba878eb3
public java.lang.String getTransactionId() { return this.transactionId; }
d084ffb6-12aa-48d5-b7c3-de503d2e4639
public void setCustomPickList21(crmondemand.xml.customobject6.query.QueryType customPickList21) { this.customPickList21 = customPickList21; }
91a0a353-f2a4-4a89-b3cb-27968138e6b6
public void setCreatedByFullName(crmondemand.xml.customobject3.query.QueryType createdByFullName) { this.createdByFullName = createdByFullName; }
c21a4486-5129-42bb-9242-46e6da50fd36
public crmondemand.xml.opportunity.query.QueryType getTransactionExternalSystemId() { return this.transactionExternalSystemId; }
9d428cef-4a18-468c-95d4-9bd1015afe73
public crmondemand.xml.contact.query.QueryType getCustomPickList74() { return this.customPickList74; }
f7b9a497-a682-44f3-b1dc-bb8979a749f8
public void remplirCommande() { uneCommande.setAcompte(txtAcompte.getText()); if (txtHT.getText().isEmpty()) { uneCommande.setTaux_ht(0); } else { uneCommande.setTaux_ht(Double.parseDouble(txtHT.getText())); } uneCommande.setType_reglement(txtReglement.getText()); uneCommande.setPrix_ttc(Double.parseDouble(txtTTC.getText())); uneCommande.setTaux_tva(Double.parseDouble(cbbTva.getSelectedItem().toString())); uneCommande.setTemps_pose_commercial(txtTmpCommercial.getText()); uneCommande.setTemps_pose_moeteur(txtMetreur.getText()); uneCommande.setTemps_pose_vendu(txtVendu.getText()); uneCommande.setDelais_prevu(txtDelai.getText()); uneCommande.setDate_pose(txtDatePose.getText()); }
f4a9615a-1520-44ac-bfc2-07d3c29153d9
public boolean hasRegion() { return ((bitField0_ & 0x00000008) == 0x00000008); }
ec9cc294-cbf7-463f-9e38-38b417797c64
public void setCustomInteger19(java.lang.Integer customInteger19) { this.customInteger19 = customInteger19; }
4c8cfa57-3260-41c7-bb52-e25d82dec274
public void setCustomText89(crmondemand.xml.contact.query.QueryType customText89) { this.customText89 = customText89; }
067bd2ba-32e5-4984-b20d-7bff73a4a83a
@Override public void update(GameContainer container, StateBasedGame game, int delta) throws SlickException { // buttons[0].update(container, delta); if (container.getInput().isKeyPressed(Input.KEY_ESCAPE) && container.getInput().isKeyDown(Input.KEY_ESCAPE) || container.getInput().isKeyPressed(Input.KEY_BACK) && container.getInput().isKeyDown(Input.KEY_BACK)) { game.enterState(0); } }
cc8b6f29-e923-4302-8781-e1e1eaaa5fe3
public void setCustomPickList83(java.lang.String customPickList83) { this.customPickList83 = customPickList83; }
359af8ad-53c8-45e7-b6de-4d17852a47d7
public void actionPerformed(java.awt.event.ActionEvent evt) { btnGuardarActionPerformed(evt); }
1997ac16-c50c-4c15-95d9-7899eb4903ed
public crmondemand.xml.customobject6.query.QueryType getOpportunityName() { return this.opportunityName; }
3c580279-34da-490c-8f3b-8267286050ab
public final AnnotationConstantRestContext annotationConstantRest() throws RecognitionException { AnnotationConstantRestContext _localctx = new AnnotationConstantRestContext(_ctx, getState()); enterRule(_localctx, 132, RULE_annotationConstantRest); try { enterOuterAlt(_localctx, 1); { setState(799); variableDeclarators(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; }
123e3df3-5d75-447a-831c-d0bb77c8a35d
@Override public void dessineElement(final Graphics g) { g.drawImage(this.imageElement, 0, 0, this.tailleImage, this.tailleImage, null); }
ca060428-8159-40c2-8985-d2694da148a0
private JPopupItemI getItem(MouseEvent e) { JPopupItemI item = null; if (e.getSource() instanceof JPopupItemI) { item = (JPopupItemI) e.getSource(); } else if (e.getComponent().getParent() instanceof JPopupItemI) { item = (JPopupItemI) e.getComponent().getParent(); } return item; }
2430872d-c637-4625-a558-fad2a1a8e018
public void setCustomPickList43(crmondemand.xml.customobject3.query.QueryType customPickList43) { this.customPickList43 = customPickList43; }
79ce1f93-3956-4ae9-a6e4-7d015a71e06c
public java.math.BigDecimal getCustomNumber35() { return this.customNumber35; }
7bbe2f6a-b12a-4e2b-b839-f70c90d4e092
public void setCustomPickList47(crmondemand.xml.customobject6.query.QueryType customPickList47) { this.customPickList47 = customPickList47; }
d877f1a9-ed24-45ce-98cf-94bcc5de942e
public java.lang.String getCustomPickList91() { return this.customPickList91; }