id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
e70c870f-3ff8-41ee-8622-97ae1fd0479f | public void setCustomNumber64(crmondemand.xml.customobject3.query.QueryType customNumber64) {
this.customNumber64 = customNumber64;
} |
f9de685b-aa22-4951-a6f7-9512b62d0e0c | public java.lang.String getCustomPickList5() {
return this.customPickList5;
} |
35440a2a-3d16-46a7-a56d-280263c6e6af | public void setInvtPeriodId(crmondemand.xml.customobject3.query.QueryType invtPeriodId) {
this.invtPeriodId = invtPeriodId;
} |
4b6c06b0-ec95-461b-9d8b-9ebd9f3aefca | public void setRoundCount(int roundCount) {
this.roundCount = roundCount;
} |
56ac8765-a839-4b34-af73-07aa7d530de5 | * @throws SQLException if a database access error occurs
* @since 1.4
*/
public boolean supportsStatementPooling() throws SQLException
{
return false;
} |
e524b6bb-ef00-4c13-9395-79cb417248dd | public void wildEncounter()
{
BattleWindow bwindow;
Pokemon fish=null;
if(fishing)
{
fish=enemy[0];
}
int noEnc=(int)(Math.random()*100);
if(!fishing&&noEnc>10)
return;
encounter=true;
repaint();
try
{
Thread.sleep(2000);
}
catch(Exception e){e.printStackTrace();}
int randy=(int)(Math.random()*10);
switch(area)
{
//Rarity, Level
case Args_Harbor:
case Binary_City:
case Enumville:
case Mount_Java:
case Nested_Village:
case Peach_City:
case Cream_City:
case Polymorph_Town:
case Recursive_Hot_Springs:
case Streamreader_Hotel:
case Stringville:
case Intville:
if(surfing)
defaultSurfEnc(randy);
else
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.CATERPIE,20,5,Pokemon.Species.WEEDLE,20,5,Pokemon.Species.PIDGEY,20,5,
Pokemon.Species.RATTATA,30,5,Pokemon.Species.SPEAROW,10,5);
break;
case Route_0:
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.CATERPIE,20,5,Pokemon.Species.WEEDLE,20,5,Pokemon.Species.PIDGEY,20,5,
Pokemon.Species.RATTATA,30,5,Pokemon.Species.SPEAROW,10,5);
break;
case Route_1:
if(!surfing)
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.CATERPIE,20,7,Pokemon.Species.WEEDLE,20,8,Pokemon.Species.PIDGEY,20,10,
Pokemon.Species.RATTATA,30,11,Pokemon.Species.SPEAROW,10,9);
else
enemy[0]=new Pokemon(Pokemon.Species.MAGIKARP);
break;
case Route_2:
if(!surfing)
{
if(randy<=4)
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.PIDGEY,20,15,Pokemon.Species.METAPOD,20,9,Pokemon.Species.KAKUNA,20,10,
Pokemon.Species.RATTATA,30,16,Pokemon.Species.CATERPIE,10,7);
else
{
if(VERSION.equals("Peaches"))
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.NIDORAN_M,30,12,Pokemon.Species.NIDORAN_F,30,12,Pokemon.Species.DROWZEE,20,10,
Pokemon.Species.PIKACHU,5,16,Pokemon.Species.EKANS,15,7);
else
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.NIDORAN_M,30,12,Pokemon.Species.NIDORAN_F,30,12,Pokemon.Species.DROWZEE,20,10,
Pokemon.Species.PIKACHU,5,16,Pokemon.Species.SANDSHREW,15,13);
}
}
else
{
if (randy!=0)
enemy[0]=new Pokemon(Pokemon.Species.MAGIKARP,10);
else
enemy[0]=new Pokemon(Pokemon.Species.LAPRAS,16);
}
break;
case Route_3:
if(!surfing)
{
if(randy<=2)
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.PIDGEOTTO,30,18,Pokemon.Species.PARAS,30,16,Pokemon.Species.TAUROS,20,18,
Pokemon.Species.AERODACTYL,5,20,Pokemon.Species.TANGELA,15,23);
else
{
if(VERSION.equals("Peaches"))
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.ODDISH,30,15,Pokemon.Species.PARAS,30,16,Pokemon.Species.PONYTA,20,17,
Pokemon.Species.OMANYTE,5,23,Pokemon.Species.KABUTO,15,23);
else
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.RATICATE,30,21,Pokemon.Species.PARAS,30,16,Pokemon.Species.PONYTA,20,17,
Pokemon.Species.OMANYTE,5,23,Pokemon.Species.KABUTO,15,23);
}
}
else
{
if (randy!=0)
enemy[0]=new Pokemon(Pokemon.Species.MAGIKARP,15);
else
enemy[0]=new Pokemon(Pokemon.Species.POLIWAG,16);
}
break;
case Route_4:
if (currentArea[location.x][location.y] == 187)
{
System.out.println(randy);
if (randy == 0)
{
enemy[0]=new Pokemon(Pokemon.Species.JIGGLYPUFF, Pokemon.Move.BUBBLEBEAM, Pokemon.Move.HYPER_BEAM, Pokemon.Move.SOLARBEAM, Pokemon.Move.FLAMETHROWER, 1, 255, 255, 255, 255, 255,
"JIGGLYBEAMZ", Pokemon.Status.OK, -1, "JUSTINIANFTW");
}
else if (randy == 1)
{
enemy[0]=new Pokemon(Pokemon.Species.CATERPIE, Pokemon.Move.SING, Pokemon.Move.SELFDESTRUCT, Pokemon.Move.NONE, Pokemon.Move.NONE, 1, 255, 255, 255, 255, 255,
"TROLLERPIE", Pokemon.Status.OK, -1, "JUSTINIANFTW");
}
else if (randy == 2)
{
enemy[0]=new Pokemon(Pokemon.Species.PORYGON, Pokemon.Move.TAIL_WHIP, Pokemon.Move.LEER, Pokemon.Move.SCREECH, Pokemon.Move.CONFUSION, 1, 255, 255, 255, 255, 255,
"FAILRYGON", Pokemon.Status.OK, -1, "JUSTINIANFTW");
}
else if (randy == 3)
{
enemy[0]=new Pokemon(Pokemon.Species.SNORLAX, Pokemon.Move.KARATE_CHOP, Pokemon.Move.LOW_KICK, Pokemon.Move.MEGA_PUNCH, Pokemon.Move.HI_JUMP_KICK, 1, 255, 255, 255, 255, 255,
"EPICLAX", Pokemon.Status.OK, -1, "JUSTINIANFTW");
}
else if (randy == 4)
{
enemy[0]=new Pokemon(Pokemon.Species.BUTTERFREE, Pokemon.Move.SPORE, Pokemon.Move.POISONPOWDER, Pokemon.Move.SING, Pokemon.Move.THUNDER_WAVE, 1, 255, 255, 255, 255, 255,
"MARGARINEFREE", Pokemon.Status.OK, -1, "JUSTINIANFTW");
}
else if (randy == 5)
{
enemy[0]=new Pokemon(Pokemon.Species.DITTO, Pokemon.Move.FIRE_BLAST, Pokemon.Move.HYDRO_PUMP, Pokemon.Move.SOLARBEAM, Pokemon.Move.TRANSFORM, 1, 255, 255, 255, 255, 255,
"DITTOR", Pokemon.Status.OK, -1, "JUSTINIANFTW");
}
else if (randy == 6)
{
enemy[0]=new Pokemon(Pokemon.Species.DRAGONITE, Pokemon.Move.FIRE_BLAST, Pokemon.Move.EARTHQUAKE, Pokemon.Move.RECOVER, Pokemon.Move.DRAGON_RAGE, 1, 255, 255, 255, 255, 255,
"ULTYNITE", Pokemon.Status.OK, -1, "JUSTINIANFTW");
}
else if (randy == 7)
{
enemy[0]=new Pokemon(Pokemon.Species.LAPRAS, Pokemon.Move.FLY, Pokemon.Move.DIG, Pokemon.Move.NONE, Pokemon.Move.NONE, 1, 255, 255, 255, 255, 255,
"WTF", Pokemon.Status.OK, -1, "JUSTINIANFTW");
}
else if (randy == 8)
{
enemy[0]=new Pokemon(Pokemon.Species.CATERPIE, Pokemon.Move.SING, Pokemon.Move.SELFDESTRUCT, Pokemon.Move.NONE, Pokemon.Move.NONE, 1, 255, 255, 255, 255, 255,
"TROLLERPIE", Pokemon.Status.OK, -1, "JUSTINIANFTW");
}
else if (randy == 9)
{
enemy[0]=new Pokemon(Pokemon.Species.PORYGON, Pokemon.Move.TAIL_WHIP, Pokemon.Move.LEER, Pokemon.Move.SCREECH, Pokemon.Move.CONFUSION, 1, 255, 255, 255, 255, 255,
"FAILRYGON", Pokemon.Status.OK, -1, "JUSTINIANFTW");
}
}
else
{
if(!surfing)
{
if(randy<=2)
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.RATICATE,20,22,Pokemon.Species.RATICATE,20,20,Pokemon.Species.PIDGEOTTO,20,18,
Pokemon.Species.RATTATA,30,16,Pokemon.Species.FEAROW,10,24);
else
{
if(VERSION.equals("Peaches"))
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.CLEFAIRY,20,17,Pokemon.Species.JIGGLYPUFF,20,19,Pokemon.Species.ZUBAT,20,12,
Pokemon.Species.RATICATE,20,26,Pokemon.Species.FEAROW,20,24);
else
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.CLEFAIRY,30,18,Pokemon.Species.JIGGLYPUFF,30,21,Pokemon.Species.ZUBAT,30,15,
Pokemon.Species.MAGMAR,5,25,Pokemon.Species.VULPIX,15,18);
}
}
else
defaultSurfEnc(randy);
}
break;
case Route_5:
if(!surfing)
{
if(randy<=5)
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.DIGLETT,20,22,Pokemon.Species.MACHOP,20,14,Pokemon.Species.GEODUDE,20,15,
Pokemon.Species.RATICATE,30,26,Pokemon.Species.ONIX,10,7);
else
{
if(VERSION.equals("Peaches"))
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.ZUBAT,30,12,Pokemon.Species.GEODUDE,30,19,Pokemon.Species.MACHOP,20,14,
Pokemon.Species.RHYHORN,15,26,Pokemon.Species.EKANS,15,17);
else
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.ZUBAT,30,12,Pokemon.Species.NIDORINA,30,20,Pokemon.Species.MACHOP,20,18,
Pokemon.Species.RHYHORN,15,26,Pokemon.Species.SANDSHREW,15,19);
}
}
else
defaultSurfEnc(randy);
break;
case Route_6:
case Route_7:
if(!surfing)
{
if(randy<=7)
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.SLOWPOKE,20,22,Pokemon.Species.MAGNEMITE,20,18,Pokemon.Species.SHELLDER,20,25,
Pokemon.Species.NIDORINO,30,26,Pokemon.Species.MR_MIME,10,7);
else
{
if(VERSION.equals("Peaches"))
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.SLOWPOKE,30,18,Pokemon.Species.MAGNEMITE,30,19,Pokemon.Species.SHELLDER,20,14,
Pokemon.Species.ABRA,15,12,Pokemon.Species.JYNX,15,28);
else
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.MEOWTH,30,19,Pokemon.Species.NIDORINA,30,20,Pokemon.Species.SHELLDER,20,18,
Pokemon.Species.ABRA,15,12,Pokemon.Species.JYNX,15,28);
}
}
else
defaultSurfEnc(randy);
break;
case Route_8:
enemy[0]=new Pokemon(Pokemon.Species.HORSEA,15);
break;
case Route_9:
if(!surfing)
{
if(randy<=7)
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.PSYDUCK,20,27,Pokemon.Species.KRABBY,20,21,Pokemon.Species.CUBONE,20,18,
Pokemon.Species.PIDGEOTTO,30,25,Pokemon.Species.MAGNEMITE,10,7);
else
{
if(VERSION.equals("Peaches"))
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.SLOWPOKE,30,18,Pokemon.Species.KRABBY,30,26,Pokemon.Species.GROWLITHE,20,19,
Pokemon.Species.POLIWHIRL,15,32,Pokemon.Species.SLOWPOKE,15,28);
else
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.MEOWTH,30,23,Pokemon.Species.CUBONE,30,20,Pokemon.Species.PARASECT,20,16,
Pokemon.Species.POLIWHIRL,15,32,Pokemon.Species.SLOWPOKE,15,28);
}
}
else
defaultSurfEnc(randy);
break;
case Route_10:
if(!surfing)
{
if(randy<=4)
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.VOLTORB,20,27,Pokemon.Species.VOLTORB,20,21,Pokemon.Species.KOFFING,20,18,
Pokemon.Species.GRAVELER,30,25,Pokemon.Species.DODUO,10,27);
else
{
if(VERSION.equals("Peaches"))
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.MANKEY,30,25,Pokemon.Species.KRABBY,30,26,Pokemon.Species.GROWLITHE,20,24,
Pokemon.Species.POLIWHIRL,15,12,Pokemon.Species.DITTO,15,28);
else
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.BELLSPROUT,30,21,Pokemon.Species.CUBONE,30,20,Pokemon.Species.PARASECT,20,16,
Pokemon.Species.PINSIR,15,26,Pokemon.Species.DITTO,15,28);
}
}
else
defaultSurfEnc(randy);
break;
case Route_11:
if(!surfing)
{
if(randy<=7)
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.FARFETCH_D,20,35,Pokemon.Species.GRIMER,20,27,Pokemon.Species.EXEGGCUTE,20,28,
Pokemon.Species.PORYGON,30,25,Pokemon.Species.EEVEE,10,7);
else
{
if(VERSION.equals("Peaches"))
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.MACHOKE,30,34,Pokemon.Species.KRABBY,30,26,Pokemon.Species.RATICATE,20,29,
Pokemon.Species.KANGASKHAN,15,32,Pokemon.Species.ELECTABUZZ,15,30);
else
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.MACHOKE,30,33,Pokemon.Species.CUBONE,30,20,Pokemon.Species.PARASECT,20,36,
Pokemon.Species.KANGASKHAN,15,32,Pokemon.Species.PORYGON,15,31);
}
}
else
defaultSurfEnc(randy);
break;
case Route_12:
if(!surfing)
enemy[0]=new Pokemon(Pokemon.Species.RATICATE,40);
else
enemy[0]=new Pokemon(Pokemon.Species.TENTACRUEL,35);
break;
case Route_13:
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.VOLTORB,20,37,Pokemon.Species.VOLTORB,20,31,Pokemon.Species.KOFFING,20,38,
Pokemon.Species.GRAVELER,30,35,Pokemon.Species.DODUO,10,37);
break;
case Champions_Walk:
case Route_14:
if(!surfing)
{
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.VOLTORB,20,37,Pokemon.Species.MAGNEMITE,20,31,Pokemon.Species.VOLTORB,20,38,
Pokemon.Species.MAGNETON,30,35,Pokemon.Species.PIKACHU,10,37);
}
else
defaultSurfEnc(randy);
break;
case Victory_Road:
case Victory_Road_Cave:
case Challenge_Cave:
if(!surfing)
{
if(randy<=7)
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.GASTLY,20,18,Pokemon.Species.HITMONCHAN,20,47,Pokemon.Species.HITMONLEE,20,48,
Pokemon.Species.CHANSEY,5,45,Pokemon.Species.STARYU,10,50);
else
{
if(VERSION.equals("Peaches"))
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.LICKITUNG,30,54,Pokemon.Species.KADABRA,30,46,Pokemon.Species.RATICATE,20,59,
Pokemon.Species.DRATINI,15,25,Pokemon.Species.SCYTHER,15,50);
else
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.LICKITUNG,30,53,Pokemon.Species.KADABRA,30,59,Pokemon.Species.GRAVELER,20,56,
Pokemon.Species.DRATINI,15,25,Pokemon.Species.GOLBAT,15,55);
}
}
else
defaultSurfEnc(randy);
break;
case Hexadecimal_Forest:
if(!surfing)
{
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.METAPOD,20,9,Pokemon.Species.BUTTERFREE,20,14,Pokemon.Species.VENONAT,20,8,
Pokemon.Species.KAKUNA,5,8,Pokemon.Species.BEEDRILL,10,17);
}
else
defaultSurfEnc(randy);
break;
case Public_Cave:
case Java_Cave:
case Class_Cave:
case Articuno_Cave:
case Moltres_Cave:
case Primal_Cave:
if (!surfing)
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.ZUBAT,20,26,Pokemon.Species.ONIX,20,31,Pokemon.Species.GEODUDE,20,17,
Pokemon.Species.GRAVELER,30,25,Pokemon.Species.CLEFAIRY,10,24);
else if (randy != 0)
defaultSurfEnc(randy);
else
enemy[0]=new Pokemon(Pokemon.Species.LAPRAS,25);
break;
case Diglett_Cave:
if (!surfing)
enemy[0]=Mechanics.randomEncounter(Pokemon.Species.DIGLETT,20,26,Pokemon.Species.DUGTRIO,20,31,Pokemon.Species.DIGLETT,20,17,
Pokemon.Species.DIGLETT,30,25,Pokemon.Species.DUGTRIO,10,40);
else
defaultSurfEnc(randy);
break;
case Route_ARRAYINDEXOUTOFBOUNDSEXCEPTION:
defaultSurfEnc(randy);
break;
default:
enemy[0]=new Pokemon(Pokemon.Species.MISSINGNO,80);
break;
}
if(fish!=null)
enemy[0]=fish;
if(enemy[0]==null)
enemy[0]=new Pokemon(Pokemon.Species.MISSINGNO,80);
//Forces other 5 slots to null
for(int i=1; i<6; i++)
enemy[i]=null;
bgm.stop();
surfSong.stop();
bikeSong.stop();
jf.setVisible(false);
bwindow=new BattleWindow(partyPokemon,enemy,"WILD");
for(int i=0; i<6; i++)
{
partyPokemon[i]=Battle.getPokemon(i);
}
alreadyBattled=true;
moving=false;
bwindow.thread.interrupt();
bwindow=null;
encounter=false;
System.gc();
jf.setVisible(true);
jf.toFront();
if(surfing)
surfSong.loop();
else if(bicycling&&!forceBike)
bikeSong.loop();
else
bgm.loop();
fishing=false;
handleCapturedPokemon();
} |
2323bceb-0a77-4850-a611-11d2c72122df | public java.lang.String getCustomMultiSelectPickList6() {
return this.customMultiSelectPickList6;
} |
dbf467f3-93f5-4fc5-bb1d-e86fd10eae29 | public void setCustomInteger7(crmondemand.xml.customobject6.query.QueryType customInteger7) {
this.customInteger7 = customInteger7;
} |
0f58f469-d050-4499-a4d8-4ed70730778c | public java.lang.String getPolicyNumber() {
return this.policyNumber;
} |
452d4244-ce9a-415b-bb7f-9b1d38b7ca67 | public boolean isDragging() {
return dragging;
} |
fb9ed9c3-1c05-40d1-b3e4-e1ec2cfe529e | public void setCustomText26(java.lang.String customText26) {
this.customText26 = customText26;
} |
5c231672-f2ab-4b47-82c5-29063e76f01f | private void buttonFindCustomerActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_buttonFindCustomerActionPerformed
control.openCustomerLookUpFrame();
}//GEN-LAST:event_buttonFindCustomerActionPerformed |
f165acf7-12b1-4d5b-b076-13202f2e4895 | public void setCreatedByLastName(java.lang.String createdByLastName) {
this.createdByLastName = createdByLastName;
} |
cce5926b-c8c5-440a-9759-fb5e002f68af | public Color(double red, double green, double blue) {
this(red, green, blue, 1.0);
} |
686e0036-9d76-4509-999d-12aa68ec10b7 | public java.math.BigDecimal getCustomCurrency23() {
return this.customCurrency23;
} |
0e8842d3-6efb-4a17-8519-5b3bbf02e8e2 | public void setCustomText171(java.lang.String customText171) {
this.customText171 = customText171;
} |
064c3681-8d04-4b97-9aad-f7e8982b9542 | public crmondemand.xml.customobject6.query.QueryType getCustomPhone5() {
return this.customPhone5;
} |
edf96b37-b4c1-4319-be41-41dd44146415 | public void setCustomText70(java.lang.String customText70) {
this.customText70 = customText70;
} |
3be5f88d-a18a-43a2-ab62-e0eb46f94389 | public void setSampleLotExternalSystemId(crmondemand.xml.opportunity.query.QueryType sampleLotExternalSystemId) {
this.sampleLotExternalSystemId = sampleLotExternalSystemId;
} |
dc449987-e49c-49f3-b086-911b36888d74 | public crmondemand.xml.customobject3.query.QueryType getCustomBoolean5() {
return this.customBoolean5;
} |
2f20634d-58f4-4563-8160-e0aacd18bf9e | public void setCustomNumber57(java.math.BigDecimal customNumber57) {
this.customNumber57 = customNumber57;
} |
b2c8fd8a-3f1b-44f1-b2a2-1aa53c669126 | * <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
* <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
* </ul>
*/
public CTableItem getItem (Point point) {
checkWidget ();
if (point == null) SWT.error (SWT.ERROR_NULL_ARGUMENT);
int index = (point.y - getHeaderHeight ()) / itemHeight + topIndex;
if (!(0 <= index && index < itemsCount)) return null; /* below the last item */
CTableItem result = items [index];
if (!result.getHitBounds ().contains (point)) return null; /* considers the x value */
return result;
} |
8a79c249-034a-4c09-9093-5b261f40a15a | public PanelController() {
setLayout(new GridBagLayout());
GridBagConstraints gc = new GridBagConstraints();
vLogin = new LoginTCP();
gc.anchor = GridBagConstraints.NORTH;
gc.gridy = 0;
add(vLogin, gc);
controls = new MotorControls();
gc.anchor = GridBagConstraints.CENTER;
gc.gridy = 1;
add(controls, gc);
} |
00fe2f1e-fc6e-4329-a602-34069409abaa | public void setProgramId(java.lang.String programId) {
this.programId = programId;
} |
3fa45aa4-da44-4f34-86b9-2c28263ee3cc | public void setCustomText7(java.lang.String customText7) {
this.customText7 = customText7;
} |
39299740-b302-4176-a835-2789e99f0754 | public int getMesoBoost() {
return (mesoBoost);
} |
42c644a8-d741-4829-aaa7-9b99c00175b7 | public void setCustomObject6IntegrationId(java.lang.String customObject6IntegrationId) {
this.customObject6IntegrationId = customObject6IntegrationId;
} |
08335a08-cac9-4c34-9447-27f513f5858f | public java.lang.String getProductId() {
return this.productId;
} |
36b43f22-e072-4e91-80de-878db01388d5 | public java.lang.Boolean getFinancialAccountJoint() {
return this.financialAccountJoint;
} |
d339b72c-8a4b-401c-bd4b-c66a0c885b0e | public void setIndexedDate0(crmondemand.xml.contact.query.QueryType indexedDate0) {
this.indexedDate0 = indexedDate0;
} |
28b16b6c-0b64-4725-94d3-f4143bd7aaef | public void setCustomNumber55(crmondemand.xml.customobject3.query.QueryType customNumber55) {
this.customNumber55 = customNumber55;
} |
3234c4a0-aeef-4275-9cda-d3cb2d5b266d | public java.lang.String getYear() {
return this.year;
} |
2839302a-f8cb-45d7-aa07-8ae09afe02d4 | public crmondemand.xml.customobject6.query.QueryType getCustomInteger9() {
return this.customInteger9;
} |
4479aed1-aff1-4d4c-9586-48c7dc9fe0fe | public short getThriftFieldId() {
return _thriftId;
} |
e7160a4e-8ee4-42c1-909e-70ecbb4dd758 | public void setFinancialAccountIntegrationId(java.lang.String financialAccountIntegrationId) {
this.financialAccountIntegrationId = financialAccountIntegrationId;
} |
fc6af76f-53b6-4b50-b03d-acf642a1bfbe | public void setCustomPickList1(crmondemand.xml.customobject6.query.QueryType customPickList1) {
this.customPickList1 = customPickList1;
} |
234f77ba-2880-477b-8d28-f9f881f6f257 | public java.lang.String getCustomPickList6() {
return this.customPickList6;
} |
eab46a9b-a70f-4b3c-b58c-cb68dfa902fa | public void setCustomText19(java.lang.String customText19) {
this.customText19 = customText19;
} |
f153b18b-720d-4a2d-8d3e-ba5a15425254 | public void setCustomObject1IntegrationId(java.lang.String customObject1IntegrationId) {
this.customObject1IntegrationId = customObject1IntegrationId;
} |
aac8b670-0434-4dff-9896-31f184f9ec22 | public void setCustomNumber23(crmondemand.xml.opportunity.query.QueryType customNumber23) {
this.customNumber23 = customNumber23;
} |
ae07aa97-307c-4afc-88d3-72269dab390a | public void setCustomBoolean29(java.lang.Boolean customBoolean29) {
this.customBoolean29 = customBoolean29;
} |
9cd0f0a4-8981-47bb-beb0-a4aa8bf72cc0 | public void setCustomDate27(java.util.Calendar customDate27) {
this.customDate27 = customDate27;
} |
14405f18-c686-44ec-bfcd-c4c7147412df | public PulseGraph getGd()
{
return Gd;
} |
fe3a4194-c70c-481b-a720-ba1d22eee355 | public void setMaterial(Material material) {
this.material = material;
} |
7c6910a9-8304-403b-889d-b3ff4629c8ed | public crmondemand.xml.customobject6.query.QueryType getCustomText68() {
return this.customText68;
} |
b2830a20-44ff-472f-b20b-e90cd15dea04 | public void setCustomObject3ExternalSystemId(java.lang.String customObject3ExternalSystemId) {
this.customObject3ExternalSystemId = customObject3ExternalSystemId;
} |
4e4ec331-e936-4412-a25b-fd1722764793 | public crmondemand.xml.contact.query.QueryType getCustomPickList28() {
return this.customPickList28;
} |
4c69ff6f-925c-4c2a-89d3-b1b3d52d4336 | public void setCustomDate25(crmondemand.xml.customobject6.query.QueryType customDate25) {
this.customDate25 = customDate25;
} |
ce5c0eca-31df-4e1b-8002-89d58026b89a | public crmondemand.xml.opportunity.query.QueryType getPartnerOrgStatus() {
return this.partnerOrgStatus;
} |
1b179868-8fea-4da2-b6b1-f5566743e599 | private void drawLine(Graphics2D g2d, Line line) {
g2d.setStroke(new BasicStroke((float) (1 / viewport.getScale())));
g2d.drawLine((int) Math.round(line.getX1()),
(int) Math.round(line.getY1()), (int) Math.round(line.getX2()),
(int) Math.round(line.getY2()));
g2d.setStroke(new BasicStroke());
} |
fa699532-82bf-40b8-a425-0431d68f11a7 | public void setBookName(crmondemand.xml.customobject3.query.QueryType bookName) {
this.bookName = bookName;
} |
051e9e22-4ee2-4ad8-b3c0-67971adee1dd | public crmondemand.xml.contact.query.QueryType getCustomText31() {
return this.customText31;
} |
7fc45be6-7483-4e43-95e5-2d0da066844e | public java.lang.Integer getCustomInteger9() {
return this.customInteger9;
} |
49c3b7d9-97d8-4332-9755-a032e3c706b0 | public void setCustomObject6ExternalSystemId(crmondemand.xml.customobject3.query.QueryType customObject6ExternalSystemId) {
this.customObject6ExternalSystemId = customObject6ExternalSystemId;
} |
d30b3b6f-2498-48cf-b01f-90b2dd52383c | public crmondemand.xml.customobject3.query.QueryType getCustomObject11IntegrationId() {
return this.customObject11IntegrationId;
} |
0ee11c06-d28c-402a-a5b5-f71a6df775db | @Override
public String getFooter() {
return getHeader();
} |
31f586f5-0cca-4505-ada9-07c3b92fd5b8 | public void setCustomBoolean18(java.lang.Boolean customBoolean18) {
this.customBoolean18 = customBoolean18;
} |
f13ad6e7-7ba8-49b7-ad5b-5e51fc601f03 | public void setCreatedByUserSignInId(java.lang.String createdByUserSignInId) {
this.createdByUserSignInId = createdByUserSignInId;
} |
8e1bd35c-908a-488a-aee2-6d8d78f3dea8 | public java.lang.Boolean getCustomBoolean4() {
return this.customBoolean4;
} |
d6be4514-eee6-4102-8e1a-5f08df4f4ed9 | public void setCustomDate20(crmondemand.xml.contact.query.QueryType customDate20) {
this.customDate20 = customDate20;
} |
6b71ccb0-c805-4dfb-83d8-c09b5343098a | public void setCustomPickList2(crmondemand.xml.customobject6.query.QueryType customPickList2) {
this.customPickList2 = customPickList2;
} |
12fc2cef-10d2-44e1-bdc8-c7653d3b72e7 | public void setCustomText84(java.lang.String customText84) {
this.customText84 = customText84;
} |
01e87bc7-c4bd-4930-93e5-b3c8250bcb72 | public void setCustomPhone8(java.lang.String customPhone8) {
this.customPhone8 = customPhone8;
} |
10dee710-279e-4be0-907a-abb77b2612e3 | public java.util.Calendar getCustomDate50() {
return this.customDate50;
} |
bd002a37-6b87-4b96-92d9-bf846e2055d7 | public void setCustomObject14Name(crmondemand.xml.customobject6.query.QueryType customObject14Name) {
this.customObject14Name = customObject14Name;
} |
43639252-759d-4870-bc7c-a72a925e5501 | public void setPrincipalPartnerPartnerName(java.lang.String principalPartnerPartnerName) {
this.principalPartnerPartnerName = principalPartnerPartnerName;
} |
3283ec0a-4cc0-4ea2-88f9-4425997e70ff | public Builder setBeingGathered(boolean value) {
bitField3_ |= 0x00000020;
beingGathered_ = value;
onChanged();
return this;
} |
f54a82da-c19a-4b47-8d02-d6cf6d0ba40d | public crmondemand.xml.contact.query.QueryType getFinancialAccountOpenDate() {
return this.financialAccountOpenDate;
} |
929806a1-0522-4a8f-8134-1a01bcb2fdc7 | public void setCustomDate46(java.util.Calendar customDate46) {
this.customDate46 = customDate46;
} |
fb592c5a-a152-4028-8dcc-f7a732990ea7 | public void setCustomBoolean3(crmondemand.xml.customobject3.query.QueryType customBoolean3) {
this.customBoolean3 = customBoolean3;
} |
a2c162ad-fec3-4a76-913c-530acb8a9c29 | public crmondemand.xml.customobject6.query.QueryType getCustomText21() {
return this.customText21;
} |
104bcc70-efb1-4b95-8b97-9451a84d6911 | public void setCustomPhone3(crmondemand.xml.customobject6.query.QueryType customPhone3) {
this.customPhone3 = customPhone3;
} |
21e8e97d-eedb-4e83-84cf-db0355859600 | public crmondemand.xml.customobject3.query.QueryType getCustomInteger26() {
return this.customInteger26;
} |
defb2047-e05d-4ea6-afd9-aa40f803cd97 | public void setCustomPickList57(java.lang.String customPickList57) {
this.customPickList57 = customPickList57;
} |
0b08f42a-7a28-49b0-a6af-7a7cf1ebf95d | public java.lang.String getMededId() {
return this.mededId;
} |
a63261be-2e34-427a-958a-c0e7828fc3aa | public java.lang.String getExamName() {
return this.examName;
} |
40ab6e04-4924-414f-815f-1633dd87b506 | public void setTransactionExternalSystemId(java.lang.String transactionExternalSystemId) {
this.transactionExternalSystemId = transactionExternalSystemId;
} |
0333c1ef-f3e0-40bc-9005-ef204f071494 | public void setCustomNumber25(java.math.BigDecimal customNumber25) {
this.customNumber25 = customNumber25;
} |
6db18e39-b776-45e5-a034-ee0ef4712cc7 | public void setOpportunityAccountName(crmondemand.xml.customobject6.query.QueryType opportunityAccountName) {
this.opportunityAccountName = opportunityAccountName;
} |
273c9980-caef-418f-9b2b-2b0314670d4b | public Miner(Player owner, int x, int y) {
this.owner = owner;
this.x = x;
this.y = y;
speed = 6;
range = 4;
attack = 10;
defense = 5;
hp = 100;
cost = 20;
combined = 0.01;
} |
6348c9cf-cb86-48e9-bfa2-6243fd6f7053 | public void setCustomObject9Id(java.lang.String customObject9Id) {
this.customObject9Id = customObject9Id;
} |
764c6f37-e0fb-4768-82b3-6acb1141389d | public void setCustomDate19(crmondemand.xml.contact.query.QueryType customDate19) {
this.customDate19 = customDate19;
} |
43be3bc6-dbbe-43c1-b013-2de6424a8f4f | public void setCustomNumber38(crmondemand.xml.customobject6.query.QueryType customNumber38) {
this.customNumber38 = customNumber38;
} |
0336783d-6029-4d49-b23f-0d734e603fb3 | public void setCustomText25(crmondemand.xml.contact.query.QueryType customText25) {
this.customText25 = customText25;
} |
4cdc76ba-c11d-45a7-b18d-ddac9c8aaa3f | public void setModalPremium(java.math.BigDecimal modalPremium) {
this.modalPremium = modalPremium;
} |
5b085a19-3673-4a97-af74-17f2ccb8ee2d | public void setOwnerPartnerLocation(java.lang.String ownerPartnerLocation) {
this.ownerPartnerLocation = ownerPartnerLocation;
} |
17ff3ecf-f966-4212-9eab-f2fa205d9f0c | public crmondemand.xml.customobject3.query.QueryType getCustomObject3IntegrationId() {
return this.customObject3IntegrationId;
} |
3761c7e7-2b9f-4c29-8728-e25bd036bdd8 | public void setPrimaryGroup(crmondemand.xml.contact.query.QueryType primaryGroup) {
this.primaryGroup = primaryGroup;
} |
907dde77-085e-4272-bb53-fef0caed4d4b | public void setCustomPickList49(java.lang.String customPickList49) {
this.customPickList49 = customPickList49;
} |
d1f5d7fb-978d-4e97-ad23-49cacd91bcc9 | public void setCustomObject2Type(java.lang.String customObject2Type) {
this.customObject2Type = customObject2Type;
} |
44520929-daf6-4879-ba5a-3a40ad6e51de | public void setCustomNumber47(crmondemand.xml.contact.query.QueryType customNumber47) {
this.customNumber47 = customNumber47;
} |
06ada8cd-decc-4a43-90dc-46c9f7943011 | public void setCustomNumber42(crmondemand.xml.customobject6.query.QueryType customNumber42) {
this.customNumber42 = customNumber42;
} |
47e455e8-2602-4978-b6bd-ee5424c00c0d | void end(){
// ZNV[hI
int hits = glRenderMode(GL_RENDER);
// ZNVobt@̓eǂݏo
results = new ArrayList<Result>();
int index=0;
for(int i=0; i<hits; ++i){
int names = selection.get(index++);
int za = selection.get(index++);
int zb = selection.get(index++);
Result newPO = new Result(za, zb, names);
for(int j=0; j<names; ++j){
newPO.nameStack[j] = selection.get(index++);
}
results.add(newPO);
}
Collections.sort(results);
} |
09963241-4e64-48f9-9874-f20524589743 | public crmondemand.xml.customobject6.query.QueryType getCustomCurrency13() {
return this.customCurrency13;
} |
37e3fa28-3851-464a-9683-8a0cf9796dc0 | public void setCustomPickList69(crmondemand.xml.customobject3.query.QueryType customPickList69) {
this.customPickList69 = customPickList69;
} |
8114f497-a3dd-4939-8a8e-67b4150e034c | public crmondemand.xml.opportunity.query.QueryType getCustomNumber45() {
return this.customNumber45;
} |
8e39d122-c5fe-43c4-b926-78e9319f61f0 | public final boolean isGmBuff() {
switch (sourceid) {
case 10001075: //Empress Prayer
case 9001000: // GM dispel
case 9001001: // GM haste
case 9001002: // GM Holy Symbol
case 9001003: // GM Bless
case 9001005: // GM resurrection
case 9001008: // GM Hyper body
case 9101000:
case 9101001:
case 9101002:
case 9101003:
case 9101005:
case 9101008:
return true;
default:
return GameConstants.isBeginnerJob(sourceid / 10000) && sourceid % 10000 == 1005;
}
} |
2ecc484c-0c7f-472d-8a7e-ad2f580202b3 | public java.lang.String getCustomObject11Id() {
return this.customObject11Id;
} |
59263414-9d09-4cce-afed-b752e91135d0 | public java.lang.String getCustomPickList66() {
return this.customPickList66;
} |
6eaaf236-bb50-49b6-a3a6-d81f0dd2aef8 | public crmondemand.xml.contact.query.QueryType getCustomBoolean8() {
return this.customBoolean8;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.