id
stringlengths
36
36
text
stringlengths
1
1.25M
5a32c7e3-e0ca-4a2c-87f3-ec2cd4e589c8
public java.lang.String getCustomPickList74() { return this.customPickList74; }
d13996d7-cf0b-4bd4-869c-dac06009109c
private static Builder create() { return new Builder(); }
8f75d78a-0f51-49d2-865b-b04a4350f71a
public void setCustomText50(java.lang.String customText50) { this.customText50 = customText50; }
3872cf54-35e8-4f6c-9146-8ce15194cb7f
public void setOpportunityRevenue(java.math.BigDecimal opportunityRevenue) { this.opportunityRevenue = opportunityRevenue; }
4b463486-0154-444c-94cb-976c7c099411
public crmondemand.xml.opportunity.query.QueryType getCustomText13() { return this.customText13; }
8bf3b061-0b4a-474b-ac3c-39e8889d3f0c
public void setShow(boolean show) { this.show = show; }
8b9ecfd0-2af5-4a0d-b202-1da65c5b40cb
public void setModifiedBy(java.lang.String modifiedBy) { this.modifiedBy = modifiedBy; }
b26b00f3-b795-4e6a-8600-2ae8265b5892
public void setCustomDate13(crmondemand.xml.contact.query.QueryType customDate13) { this.customDate13 = customDate13; }
2178d26f-0920-4c6a-ab37-1afd0d7d7cc2
public void setCustomText72(crmondemand.xml.opportunity.query.QueryType customText72) { this.customText72 = customText72; }
84d1a8af-1a77-44ae-b2f3-4dbabca78afe
public crmondemand.xml.customobject6.query.QueryType getCustomDate17() { return this.customDate17; }
6c166c0c-b51d-4ebc-9f78-299424f2e6bb
public void setTotalPremium(crmondemand.xml.opportunity.query.QueryType totalPremium) { this.totalPremium = totalPremium; }
fe00eff6-31ac-41a2-a6ce-484c54169582
public crmondemand.xml.customobject6.query.QueryType getCustomPickList36() { return this.customPickList36; }
b9690aa8-4577-40ea-adf1-258f96a984de
public java.lang.String getCustomPhone2() { return this.customPhone2; }
4b4d02d3-aca9-42ad-ad8a-3f5b09c723de
public void setCustomCurrency18(crmondemand.xml.contact.query.QueryType customCurrency18) { this.customCurrency18 = customCurrency18; }
c5fa3a89-fd54-4a78-9f73-811a6686f08b
public java.lang.String getCustomPhone3() { return this.customPhone3; }
00dba52d-2424-45ae-9ee3-90f0f267a251
public void setIndexedShortText1(java.lang.String indexedShortText1) { this.indexedShortText1 = indexedShortText1; }
1d3e82cd-b5b2-4ea2-96b4-62be84971739
private void jButton3ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton3ActionPerformed Integer conte; conte = Integer.parseInt(txtPesquisa.getText()); conte += 1; txtPesquisa.setText(String.valueOf(conte)); apagar = nome.length();//Devolve o número de caracteres do objeto Stringbuffer apagar nome.delete(0, apagar); nome.append(txtPesquisa.getText()); apagar = nomes.length();//Devolve o número de caracteres do objeto Stringbuffer apagar nomes.delete(0, apagar); nomes.append(txtCodigoLocalidade.getText()); try { aluno = daos.carregarClientePeloCodigo(nome, nomes); if (aluno.getNome().equals("nulo")) { JOptionPane.showMessageDialog(rootPane, "O aluno informado não consta no banco!"); conte -= 1; txtPesquisa.setText(String.valueOf(conte)); } else { txtNomeAluno.setText(""); txtCodigoAluno.setText(""); txtLogradouro.setText(""); txtBairro.setText(""); txtEstado.setText(""); txtCidade.setText(""); txtCPF.setText(""); txtCodigoAluno.setText(String.valueOf(aluno.getCodigo())); txtCodigoLocalidade.setText(String.valueOf(aluno.getLocalidade())); txtNomeAluno.setText(aluno.getNome()); txtLogradouro.setText(aluno.getEndereco()); txtCidade.setText(aluno.getCidade()); txtBairro.setText(aluno.getBairro()); txtEstado.setText(aluno.getUf()); txtCPF.setText(aluno.getCpf()); } aluno = null; } catch (Exception e) { e.printStackTrace(); } }
b6349820-4c16-4b3f-9893-778b34f2029a
public crmondemand.xml.customobject6.query.QueryType getCustomDate3() { return this.customDate3; }
8cf86d6d-451e-4609-b721-610f8e2e4b1f
public void setCustomCurrency18(java.math.BigDecimal customCurrency18) { this.customCurrency18 = customCurrency18; }
ba654c2b-c4fb-4b3a-9026-45730caf18b3
@Override String addGroupBy() { return null; }
8404e55f-9197-49b3-b3c8-99bbb2aa8b57
public java.util.Calendar getCustomDate53() { return this.customDate53; }
059f122c-b4a8-4be1-8ced-c7b8e1a0d748
public void setOpportunityCurrencyCode(java.lang.String opportunityCurrencyCode) { this.opportunityCurrencyCode = opportunityCurrencyCode; }
887ae73d-25ec-4e7f-96f6-126ce821e266
public java.lang.String getCustomPhone4() { return this.customPhone4; }
86a0169b-0d68-4a6e-879a-11f525dd240f
public void setCustomDate41(java.util.Calendar customDate41) { this.customDate41 = customDate41; }
8525c880-acd2-47b5-b4f4-4e862716a093
public void setCustomDate9(java.util.Calendar customDate9) { this.customDate9 = customDate9; }
213e258d-2dd2-495e-a0f9-857be60ab4bf
public boolean hasSpellCooldown() { return ((bitField0_ & 0x00004000) == 0x00004000); }
b8fbea0d-b038-4af4-b4d6-ed3b5651e6f8
void PlayerAction(char action) throws IOException{ switch (action){ case 'a' : case 'A' : if (this.has_attacked){ System.out.println("You have already attacked this round. Please chose another action"); } else{ this.Attack(GetTargetInput()); this.SetHas_attacked(true); } break; case 'f' : case 'F' : this.SetHas_attacked(true); this.SetMovement_points(0); this.Has_more_moves(); break; default : System.out.println("This is not allowed. Please enter : "); System.out.println("A to attack (if you haven't attacked this round"); System.out.println("F to finish your turn"); action = this.GetActionInput(); } return; }
b364d3e0-2cc7-4e26-8315-39cf578e7c09
public EntityFactory getFactory();
b7144c54-97bf-4ea7-9da8-6b9502fb1984
public java.util.Calendar getCustomDate5() { return this.customDate5; }
fe3600cb-842f-4915-bf22-4ea00f614a44
public crmondemand.xml.customobject3.query.QueryType getCustomObject2IntegrationId() { return this.customObject2IntegrationId; }
4d79781e-623c-46d8-847c-47183a9689d9
public void setCustomPickList10(crmondemand.xml.contact.query.QueryType customPickList10) { this.customPickList10 = customPickList10; }
06cf5ccc-5161-4492-91e2-e639791ba3b9
public void setCustomDate20(crmondemand.xml.customobject6.query.QueryType customDate20) { this.customDate20 = customDate20; }
51864d87-ca1e-454a-9271-62fd6f302419
public void setOwnerPartnerAccountId(java.lang.String ownerPartnerAccountId) { this.ownerPartnerAccountId = ownerPartnerAccountId; }
1d08d626-14e2-4121-8729-917176c28d49
public void setCustomDate46(crmondemand.xml.contact.query.QueryType customDate46) { this.customDate46 = customDate46; }
5effdfcb-4f10-485e-b91f-84dcf1d96b82
public static boolean validarCosto(String cadena){ int i , numero_de_puntos = 0; for(i=0;i<cadena.length();i++){ char c = cadena.charAt(i); if(validacion.validarLetra(cadena)){ // return false } if(c=='.'){ numero_de_puntos++ ; } } if( numero_de_puntos != 1 || numero_de_puntos != 0){ return false; } else return true; }
b763d9e1-5d2f-4604-9ba5-35db5116e416
public crmondemand.xml.contact.query.QueryType getCustomInteger18() { return this.customInteger18; }
1af08f6f-8314-4897-9f0f-51f7e0fbafa4
public crmondemand.xml.customobject6.query.QueryType getAssessmentFilter1() { return this.assessmentFilter1; }
d6066bfa-a58b-4db1-8b34-eb9274063a24
public crmondemand.xml.customobject6.query.QueryType getCustomPickList96() { return this.customPickList96; }
74acaf4d-40f9-4028-b25b-f3f8638f340f
public void setSolutionMultiFileAsset(crmondemand.xml.customobject6.query.QueryType solutionMultiFileAsset) { this.solutionMultiFileAsset = solutionMultiFileAsset; }
ab4cf3f2-06b3-4464-8bb8-007e9e07bc4c
public crmondemand.xml.customobject3.query.QueryType getCustomNumber63() { return this.customNumber63; }
eb949649-d638-473d-a4aa-820837b3445b
public void setSPRequestIntegrationId(java.lang.String sPRequestIntegrationId) { this.sPRequestIntegrationId = sPRequestIntegrationId; }
16f46a74-4cda-4c43-8fda-6ba66bd6f117
public void setCustomPickList36(crmondemand.xml.contact.query.QueryType customPickList36) { this.customPickList36 = customPickList36; }
eb801e3d-58bf-47e9-bc97-8f7f93562b6d
public void setCustomNumber25(java.math.BigDecimal customNumber25) { this.customNumber25 = customNumber25; }
c6dbecfe-71fa-4514-bce0-e600d87c3d07
public void setCustomPhone6(java.lang.String customPhone6) { this.customPhone6 = customPhone6; }
cf42d5ed-f1bb-4938-846d-16b80e4073b8
public void setLeadStatus(crmondemand.xml.contact.query.QueryType leadStatus) { this.leadStatus = leadStatus; }
1b2a3f88-6085-47c2-b5c5-c2cdaff3b648
private boolean isLevelEnd() { return isWaveEnd && enemiesLanes[0].isEmpty() && enemiesLanes[1].isEmpty() && enemiesLanes[2].isEmpty(); }
04c00cb5-8338-4355-911e-cb8b823f9902
public crmondemand.xml.opportunity.query.QueryType getCustomPickList89() { return this.customPickList89; }
31588e44-e56b-4636-8344-b404a46acf43
public void stopAnimation() { isAnimationStopped = true; }
af21817f-c431-4f3b-ac9f-70d3d02b2c88
public void setCreatedBy(crmondemand.xml.opportunity.query.QueryType createdBy) { this.createdBy = createdBy; }
7dac1611-7b66-4da8-b845-b0c956b3b05c
public void setCustomPhone6(crmondemand.xml.customobject6.query.QueryType customPhone6) { this.customPhone6 = customPhone6; }
24703e13-f72d-495d-a764-38cff030d1f3
public crmondemand.xml.opportunity.query.QueryType getCustomText55() { return this.customText55; }
3ab0d03c-742e-4df7-9391-32a9c8efba04
public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof main.Messages.StepValidateRequest) { return mergeFrom((main.Messages.StepValidateRequest)other); } else { super.mergeFrom(other); return this; } }
9bf9b850-a31d-4ee7-b98b-78a4d6ef2e5e
public List<HiScoreEntry> getHiScore() { return hiScore; }
9ac52557-3796-42f8-b1a4-4486df8d0dcc
public void setCustomNumber58(crmondemand.xml.customobject6.query.QueryType customNumber58) { this.customNumber58 = customNumber58; }
3fb747eb-50bc-4124-b17b-10f85b054bbc
public void setCustomDate52(java.util.Calendar customDate52) { this.customDate52 = customDate52; }
6711f875-fd70-490f-9255-3d9ffc0facfe
public void stateChanged(javax.swing.event.ChangeEvent evt) { sldAvoidRecStateChanged(evt); }
3175e494-8d3b-4931-8fc4-577fdeec0772
public void setCustomDate32(crmondemand.xml.customobject6.query.QueryType customDate32) { this.customDate32 = customDate32; }
ee1bfb14-2d11-46a5-b988-ae257dc02a4e
public crmondemand.xml.customobject6.query.QueryType getMDFRequestRequestName() { return this.mDFRequestRequestName; }
f2b149cd-d820-4761-b28e-075c35669066
public crmondemand.xml.contact.query.QueryType getCustomPickList25() { return this.customPickList25; }
b27e267f-d75f-4544-981f-b9939d15c358
public void setId(java.lang.String id) { this.id = id; }
58f5151d-aa65-4d81-9086-1f3fd811dfcc
public void setCustomObject10Id(crmondemand.xml.customobject6.query.QueryType customObject10Id) { this.customObject10Id = customObject10Id; }
56ab50d9-f93c-4715-becf-b59fa75b7f92
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean21() { return this.customBoolean21; }
0809bdda-4a3a-4aaa-a785-733f9e932b67
public java.math.BigDecimal getCustomNumber64() { return this.customNumber64; }
4c3a00ca-a084-4c95-94e9-465023ae26e8
public java.lang.String getDistributorExternalSystemId() { return this.distributorExternalSystemId; }
57e983f2-99e4-4be4-a77d-f878e5e2fac4
public GUI(AntWorld antWorld) { super("Ant World"); this.setLayout(new BorderLayout()); antWorldPane = new AntWorldPanel(antWorld); menuPanel = new JPanel(); JButton button1 = new JButton("Button 1"); menuPanel.add(button1); add(antWorldPane, BorderLayout.CENTER); add(menuPanel, BorderLayout.SOUTH); this.setDefaultCloseOperation(DISPOSE_ON_CLOSE); this.setLocation(this.getX()+50, this.getY()+50); this.pack(); this.setVisible(true); }
3b998d52-ebcc-43c4-879b-e1b477a32a0d
public void setOpportunityRevenue(crmondemand.xml.opportunity.query.QueryType opportunityRevenue) { this.opportunityRevenue = opportunityRevenue; }
4a524ea3-76a0-4d3a-b858-14ad549a2d2a
public void setCustomBoolean33(crmondemand.xml.customobject6.query.QueryType customBoolean33) { this.customBoolean33 = customBoolean33; }
56542ebc-135d-42e7-ae71-57774d5bdb4d
public java.lang.String getCustomObject3IntegrationId() { return this.customObject3IntegrationId; }
56002b75-3b94-481e-9dfb-946d4ac5994f
public int numDeities() { return deitiesList.size(); }
dea4cc4c-596c-424f-be67-7e351815738a
public crmondemand.xml.opportunity.query.QueryType getCustomPickList32() { return this.customPickList32; }
8a8ca404-7db8-4483-9de6-ae6946822bfa
public crmondemand.xml.opportunity.query.QueryType getCustomDate18() { return this.customDate18; }
edcfacdb-1085-4f29-a9a4-3189815335e7
public java.lang.Integer getCustomInteger19() { return this.customInteger19; }
e6a61db1-0b34-4990-82e1-bf7439e8ce04
public void setSPRequestIndexedShortText2(crmondemand.xml.opportunity.query.QueryType sPRequestIndexedShortText2) { this.sPRequestIndexedShortText2 = sPRequestIndexedShortText2; }
171ed0a1-3a23-4b2a-951c-07ad04b2dc53
public static Context contextOfComputation(Stella_Object instance) { return (instance.homeModule()); }
03602788-3873-4742-8cba-373613c0f6b1
public crmondemand.xml.customobject6.query.QueryType getCustomObject10Id() { return this.customObject10Id; }
d092a5b7-6976-4c3c-b1fa-bbbfdc51d489
public java.lang.String getCustomObject10Name() { return this.customObject10Name; }
1a6dc41c-6c3e-4e4c-99e2-cb8a6837d254
public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized != -1) return isInitialized == 1; if (!hasMessageType()) { memoizedIsInitialized = 0; return false; } if (!hasMessageId()) { memoizedIsInitialized = 0; return false; } if (hasExecutionStartingRequest()) { if (!getExecutionStartingRequest().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasSpecExecutionStartingRequest()) { if (!getSpecExecutionStartingRequest().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasSpecExecutionEndingRequest()) { if (!getSpecExecutionEndingRequest().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasExecuteStepRequest()) { if (!getExecuteStepRequest().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasExecuteStepResponse()) { if (!getExecuteStepResponse().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasStepValidateRequest()) { if (!getStepValidateRequest().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasStepValidateResponse()) { if (!getStepValidateResponse().isInitialized()) { memoizedIsInitialized = 0; return false; } } if (hasExecutionStatusResponse()) { if (!getExecutionStatusResponse().isInitialized()) { memoizedIsInitialized = 0; return false; } } memoizedIsInitialized = 1; return true; }
91e9e0c8-e136-4aaf-ba1c-680e06fdf454
@Override public void mouseDragged(MouseEvent e) { List<GuiControl> controlList = new ArrayList<GuiControl>(); controlList.addAll(this.controlList); for (GuiControl c : controlList) c.mouseDragged(e); }
c58a481e-05df-42fe-8398-83be00fd8d11
public void setIndexedNumber0(java.math.BigDecimal indexedNumber0) { this.indexedNumber0 = indexedNumber0; }
284a2ae7-0ba5-4661-b717-b2e62b8cbf9e
public void setCustomDate52(java.util.Calendar customDate52) { this.customDate52 = customDate52; }
1cb90760-614a-4b4f-bb18-a01e57c9de59
private org.apache.axiom.om.OMElement toOM(com.oracle.xmlns.oxp.service.publicreportservice.GetListOfScheduledReportsStatusInSession param, boolean optimizeContent) throws org.apache.axis2.AxisFault { try{ return param.getOMElement(com.oracle.xmlns.oxp.service.publicreportservice.GetListOfScheduledReportsStatusInSession.MY_QNAME, org.apache.axiom.om.OMAbstractFactory.getOMFactory()); } catch(org.apache.axis2.databinding.ADBException e){ throw org.apache.axis2.AxisFault.makeFault(e); } }
1c31b71a-3ea7-480b-9ac2-25f576c4e14d
public void setDateAvailable(crmondemand.xml.contact.query.QueryType dateAvailable) { this.dateAvailable = dateAvailable; }
1b3fd1d1-6d9f-4d9c-a1d2-f44ff7d4344c
@Override public String toString() { StringBuilder sb = new StringBuilder("getCounters_args("); boolean first = true; sb.append(")"); return sb.toString(); }
9b185d36-3817-4583-96c5-2018b49fe6c9
public void setCustomBoolean5(crmondemand.xml.contact.query.QueryType customBoolean5) { this.customBoolean5 = customBoolean5; }
58d5a98d-8965-49f2-89d5-33afc29b60d1
public void setZCustomNumber11(crmondemand.xml.customobject6.query.QueryType zCustomNumber11) { this.zCustomNumber11 = zCustomNumber11; }
5dfca48c-6760-4a8d-ad20-8cde331f9e0b
public java.lang.String getCustomPickList28() { return this.customPickList28; }
f7e831c3-a0f6-4e34-a6b2-c8ef1c7f46c1
public java.lang.String getCustomText17() { return this.customText17; }
474339ef-5766-42f3-8b8b-d22a8473d768
public void setCustomDate12(crmondemand.xml.contact.query.QueryType customDate12) { this.customDate12 = customDate12; }
2e44e723-f1fb-4c66-b2ec-1fcd8186b82b
public java.math.BigDecimal getQuantity() { return this.quantity; }
8607a9de-de31-4b50-8b29-80ce024f2f3c
public void setCustomCurrency20(crmondemand.xml.opportunity.query.QueryType customCurrency20) { this.customCurrency20 = customCurrency20; }
609e7893-fa0d-454c-9376-a4e40b370950
@Override public Object getDefaultValue(Class<?> arg0) { return null; }
ef3466be-1f6a-405f-ba94-cc611d6155f9
public java.lang.String getParentPolicyIntegrationId() { return this.parentPolicyIntegrationId; }
5d74dd0f-6da0-4dfe-bc90-7c0b221312b6
public void setCustomText10(crmondemand.xml.customobject6.query.QueryType customText10) { this.customText10 = customText10; }
5911737b-5eda-4bbb-99b5-bcef5a4a4581
public java.lang.Integer getCustomInteger108() { return this.customInteger108; }
ce814573-2e94-4881-885a-f3822e88ae48
public void requestDisconnect() { m_consumerRequestedDisconnect = true; }
e39f48e5-eb93-4313-be1d-c551e6e86aea
*/ private String readEntityReference() throws XPathException { try { FastStringBuffer sb = new FastStringBuffer(FastStringBuffer.SMALL); while (true) { char c = t.nextChar(); if (c == ';') { break; } sb.append(c); } String entity = sb.toString(); return analyzeEntityReference(entity); } catch (StringIndexOutOfBoundsException err) { grumble("No closing ';' found for entity or character reference"); } return null; // to keep the Java compiler happy }
789ac7b5-b292-4452-9d1b-89ae2414e458
public crmondemand.xml.contact.query.QueryType getPolicySubStatus() { return this.policySubStatus; }
7e5ff7c0-e500-4763-a9b1-7fb7da071a49
@Override public void resolve() { AllZone.getGameAction().destroyNoRegeneration(affected); }
75f7c229-bdad-49bb-9c2f-5f828bbeebad
public void setCustomPickList42(crmondemand.xml.contact.query.QueryType customPickList42) { this.customPickList42 = customPickList42; }
93a46149-2675-40d8-a2f9-0793fe17610e
public void setCustomText11(java.lang.String customText11) { this.customText11 = customText11; }