id
stringlengths
36
36
text
stringlengths
1
1.25M
9fe8567c-34c1-46c8-8c43-a7d70d5d36e0
public void setCustomPickList77(java.lang.String customPickList77) { this.customPickList77 = customPickList77; }
b91647b0-b30d-4176-8669-28cde155fc32
public void setUpdatedByUserSignInId(java.lang.String updatedByUserSignInId) { this.updatedByUserSignInId = updatedByUserSignInId; }
36e48025-568b-4d29-8bee-d805ca3d0d0a
public void setZCustomText63(java.lang.String zCustomText63) { this.zCustomText63 = zCustomText63; }
06c5e6d2-ffbb-44b5-863f-c91f6cb53307
public void setCustomText89(java.lang.String customText89) { this.customText89 = customText89; }
378c6c73-dac6-4e70-8cbe-3c4829840443
public static void main(String [] args) { // Constants double TAX_RATE = 6.75; double TIP_RATE = 15; // Variables double mealCharge, tax, tip, total; // Scanner Scanner input = new Scanner(System.in); // Meal Cost System.out.print("Charge for meal: "); mealCharge = input.nextDouble(); // Calculate Tax tax = mealCharge * (TAX_RATE/100); // Calculate Tip tip = (mealCharge + tax) * (TIP_RATE/100); // Calculate Total total = mealCharge + tax + tip; // Print and Format System.out.printf("%-15s%6.2f%n", "Meal Charge", mealCharge); System.out.printf("%-15s%6.2f%n", "Tax", tax); System.out.printf("%-15s%6.2f%n", "Tip", tip); System.out.printf("%-15s%6.2f%n", "Total", total); }
4e3032d8-5cbc-442e-be78-60b55717788b
public java.lang.String getCustomPickList35() { return this.customPickList35; }
35d0b67f-e50e-4e1d-a4e7-04e18339ff69
public LibretaCalificaciones() { initComponents(); }
4e6fde4c-0c11-4fea-b0d5-3bf8327a9b5c
public void setCustomText24(crmondemand.xml.customobject3.query.QueryType customText24) { this.customText24 = customText24; }
3fc4ecad-b69e-4a22-8664-d8e4659b01db
public void setCustomPickList92(crmondemand.xml.customobject3.query.QueryType customPickList92) { this.customPickList92 = customPickList92; }
0a562a2e-af25-456f-b669-a47644f6ca2d
public crmondemand.xml.opportunity.query.QueryType getCustomText82() { return this.customText82; }
7ed8702d-7b59-44ed-853f-55e4fc59fe14
public void setBrokerProfileId(java.lang.String brokerProfileId) { this.brokerProfileId = brokerProfileId; }
ebaaa391-e99a-432d-92b5-34246515f6e1
public void setCustomText78(crmondemand.xml.customobject6.query.QueryType customText78) { this.customText78 = customText78; }
5f575b8b-0a98-4240-958a-5c6f33afe135
public java.lang.String getCustomText27() { return this.customText27; }
470bf0a1-479e-4d2d-a53f-f91d756e41fb
public void setCustomPickList37(java.lang.String customPickList37) { this.customPickList37 = customPickList37; }
c499cbe4-9347-4019-8f03-dcc856d7feff
public crmondemand.xml.customobject6.query.QueryType getCustomObject2IntegrationId() { return this.customObject2IntegrationId; }
03acb29c-e3c0-4230-ad17-cea95aa15c65
public java.lang.Boolean getCustomBoolean8() { return this.customBoolean8; }
ef520a8c-2fd7-4ba8-ad10-218400cb301f
public crmondemand.xml.customobject6.query.QueryType getSessionDetail() { return this.sessionDetail; }
b8c51e2d-a4bc-4d4c-8847-3ed088b1341a
public void setCustomText25(crmondemand.xml.contact.query.QueryType customText25) { this.customText25 = customText25; }
8ad5be81-d516-45a1-a96a-8d11dd3846cd
public void setCustomPickList78(java.lang.String customPickList78) { this.customPickList78 = customPickList78; }
66b44184-aa20-437a-9455-be83f1c1dd13
public java.math.BigDecimal getCustomNumber36() { return this.customNumber36; }
903cb976-5577-421a-8e61-bb9411d75fd3
public void setCustomPickList42(java.lang.String customPickList42) { this.customPickList42 = customPickList42; }
15a6e798-e129-450e-b185-3daddad09d3e
public java.lang.String getAlternateAddressLine1() { return this.alternateAddressLine1; }
7706a873-7264-40e0-b784-b5eb2feccc47
public void setCustomText17(crmondemand.xml.customobject3.query.QueryType customText17) { this.customText17 = customText17; }
bc2ad413-5332-431c-8ea5-2b86f77754a9
public java.lang.String getCustomPickList96() { return this.customPickList96; }
f4446fab-af6b-4d7c-bfe0-bf5575410db8
public crmondemand.xml.customobject3.query.QueryType getCustomNumber29() { return this.customNumber29; }
e3f85471-d0df-48ba-9f05-decf8362999d
public crmondemand.xml.opportunity.query.QueryType getSolutionDistributionMethod() { return this.solutionDistributionMethod; }
467d546a-abc1-4d72-a97e-3dc0b757a649
public crmondemand.xml.customobject6.query.QueryType getIndexedPick0() { return this.indexedPick0; }
fac7700e-9b54-4a31-a16e-a7c10f276a3a
public void setPhoneNumber(crmondemand.xml.contact.query.QueryType phoneNumber) { this.phoneNumber = phoneNumber; }
759067c9-6c4f-48dc-a4c1-09019eff68ac
public crmondemand.xml.contact.query.QueryType getCustomPhone7() { return this.customPhone7; }
677f0ce2-c3a3-4cb1-acdc-9f4bd77d2f0e
public void setApproverAlias(java.lang.String approverAlias) { this.approverAlias = approverAlias; }
82ceb15d-3531-43ab-ae23-d71796b8ee98
static String add_escapes(String str) { StringBuffer retval = new StringBuffer(); char ch; for (int i = 0; i < str.length(); i++) { switch (str.charAt(i)) { case 0 : continue; case '\b': retval.append("\\b"); continue; case '\t': retval.append("\\t"); continue; case '\n': retval.append("\\n"); continue; case '\f': retval.append("\\f"); continue; case '\r': retval.append("\\r"); continue; case '\"': retval.append("\\\""); continue; case '\'': retval.append("\\\'"); continue; case '\\': retval.append("\\\\"); continue; default: if ((ch = str.charAt(i)) < 0x20 || ch > 0x7e) { String s = "0000" + Integer.toString(ch, 16); retval.append("\\u" + s.substring(s.length() - 4, s.length())); } else { retval.append(ch); } continue; } } return retval.toString(); }
1b59f81e-726b-44e3-b605-c6dd7febcb72
public crmondemand.xml.opportunity.query.QueryType getCustomObject4Type() { return this.customObject4Type; }
c7f0fdd0-10b2-4b60-a7be-13dd4d756de9
public void setCustomText31(crmondemand.xml.contact.query.QueryType customText31) { this.customText31 = customText31; }
931e01e1-46a7-4148-8e20-645f08365387
public static void main(String[] args) { JFrame x = new JFrame(); x.setSize(800, 800); x.setLayout(null); x.add(new BoardPanel(new GUI())); x.setVisible(true); x.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); }
4bb5c660-87c4-4f8d-b6e2-d63095ec3d5b
public void setVehicleId(java.lang.String vehicleId) { this.vehicleId = vehicleId; }
29a1ce88-cd22-4fbd-9827-c28a1dc68ba3
public java.lang.String getCustomText67() { return this.customText67; }
4d5a0970-49bb-4313-86fc-1fb325c52ca4
public void setCustomBoolean14(crmondemand.xml.customobject3.query.QueryType customBoolean14) { this.customBoolean14 = customBoolean14; }
3c79d929-a0a1-4a16-b869-038f102ace09
public java.lang.Boolean getCustomBoolean5() { return this.customBoolean5; }
14d1bf53-d659-4f94-b513-202feecca120
public java.lang.String getCustomObject8ExternalSystemId() { return this.customObject8ExternalSystemId; }
bd5c6422-1c19-45b2-8ff0-467594722f4e
public crmondemand.xml.contact.query.QueryType getCustomPickList58() { return this.customPickList58; }
c54df23c-0742-45c3-b2d9-98a5e013cdf8
public void setCustomNumber7(crmondemand.xml.contact.query.QueryType customNumber7) { this.customNumber7 = customNumber7; }
c8168830-a394-412a-92c6-da163f241bec
public CogaenSplashState(Core core) { super(core); this.view = new CogaenSplashView(core); ResourceService resSrv = ResourceService.getInstance(getCore()); resSrv.createGroup(ID); this.view.registerResources(ID); }
2fe490fd-c623-4693-962a-ff09aaf9e989
public void setCreatedBy(java.lang.String createdBy) { this.createdBy = createdBy; }
ecc0c86e-56b1-4ecb-889d-433e2aeb65ca
public java.lang.String getServiceRequestIntegrationId() { return this.serviceRequestIntegrationId; }
3128498a-a50d-4560-b2f6-7029c2031cfb
public org.bwapi.proxy.messages.GameMessages.Unit buildPartial() { org.bwapi.proxy.messages.GameMessages.Unit result = new org.bwapi.proxy.messages.GameMessages.Unit(this); int from_bitField0_ = bitField0_; int from_bitField1_ = bitField1_; int from_bitField2_ = bitField2_; int from_bitField3_ = bitField3_; int to_bitField0_ = 0; int to_bitField1_ = 0; int to_bitField2_ = 0; int to_bitField3_ = 0; if (((from_bitField0_ & 0x00000001) == 0x00000001)) { to_bitField0_ |= 0x00000001; } if (theIDBuilder_ == null) { result.theID_ = theID_; } else { result.theID_ = theIDBuilder_.build(); } if (((from_bitField0_ & 0x00000002) == 0x00000002)) { to_bitField0_ |= 0x00000002; } result.player_ = player_; if (((from_bitField0_ & 0x00000004) == 0x00000004)) { to_bitField0_ |= 0x00000004; } if (typeBuilder_ == null) { result.type_ = type_; } else { result.type_ = typeBuilder_.build(); } if (((from_bitField0_ & 0x00000008) == 0x00000008)) { to_bitField0_ |= 0x00000008; } if (initialTypeBuilder_ == null) { result.initialType_ = initialType_; } else { result.initialType_ = initialTypeBuilder_.build(); } if (((from_bitField0_ & 0x00000010) == 0x00000010)) { to_bitField0_ |= 0x00000010; } result.hitPoints_ = hitPoints_; if (((from_bitField0_ & 0x00000020) == 0x00000020)) { to_bitField0_ |= 0x00000020; } result.initialHitPoints_ = initialHitPoints_; if (((from_bitField0_ & 0x00000040) == 0x00000040)) { to_bitField0_ |= 0x00000040; } result.shields_ = shields_; if (((from_bitField0_ & 0x00000080) == 0x00000080)) { to_bitField0_ |= 0x00000080; } result.energy_ = energy_; if (((from_bitField0_ & 0x00000100) == 0x00000100)) { to_bitField0_ |= 0x00000100; } result.resources_ = resources_; if (((from_bitField0_ & 0x00000200) == 0x00000200)) { to_bitField0_ |= 0x00000200; } result.resourceGroup_ = resourceGroup_; if (((from_bitField0_ & 0x00000400) == 0x00000400)) { to_bitField0_ |= 0x00000400; } result.initialResources_ = initialResources_; if (((from_bitField0_ & 0x00000800) == 0x00000800)) { to_bitField0_ |= 0x00000800; } result.killCount_ = killCount_; if (((from_bitField0_ & 0x00001000) == 0x00001000)) { to_bitField0_ |= 0x00001000; } result.groundWeaponCooldown_ = groundWeaponCooldown_; if (((from_bitField0_ & 0x00002000) == 0x00002000)) { to_bitField0_ |= 0x00002000; } result.airWeaponCooldown_ = airWeaponCooldown_; if (((from_bitField0_ & 0x00004000) == 0x00004000)) { to_bitField0_ |= 0x00004000; } result.spellCooldown_ = spellCooldown_; if (((from_bitField0_ & 0x00008000) == 0x00008000)) { to_bitField0_ |= 0x00008000; } result.defenseMatrixPoints_ = defenseMatrixPoints_; if (((from_bitField0_ & 0x00010000) == 0x00010000)) { to_bitField0_ |= 0x00010000; } result.defenseMatrixTimer_ = defenseMatrixTimer_; if (((from_bitField0_ & 0x00020000) == 0x00020000)) { to_bitField0_ |= 0x00020000; } result.ensnareTimer_ = ensnareTimer_; if (((from_bitField0_ & 0x00040000) == 0x00040000)) { to_bitField0_ |= 0x00040000; } result.irradiateTimer_ = irradiateTimer_; if (((from_bitField0_ & 0x00080000) == 0x00080000)) { to_bitField0_ |= 0x00080000; } result.lockdownTimer_ = lockdownTimer_; if (((from_bitField0_ & 0x00100000) == 0x00100000)) { to_bitField0_ |= 0x00100000; } result.maelstromTimer_ = maelstromTimer_; if (((from_bitField0_ & 0x00200000) == 0x00200000)) { to_bitField0_ |= 0x00200000; } result.plagueTimer_ = plagueTimer_; if (((from_bitField0_ & 0x00400000) == 0x00400000)) { to_bitField0_ |= 0x00400000; } result.removeTimer_ = removeTimer_; if (((from_bitField0_ & 0x00800000) == 0x00800000)) { to_bitField0_ |= 0x00800000; } result.stasisTimer_ = stasisTimer_; if (((from_bitField0_ & 0x01000000) == 0x01000000)) { to_bitField0_ |= 0x01000000; } result.stimTimer_ = stimTimer_; if (((from_bitField0_ & 0x02000000) == 0x02000000)) { to_bitField0_ |= 0x02000000; } if (positionBuilder_ == null) { result.position_ = position_; } else { result.position_ = positionBuilder_.build(); } if (((from_bitField0_ & 0x04000000) == 0x04000000)) { to_bitField0_ |= 0x04000000; } if (initialPositionBuilder_ == null) { result.initialPosition_ = initialPosition_; } else { result.initialPosition_ = initialPositionBuilder_.build(); } if (((from_bitField0_ & 0x08000000) == 0x08000000)) { to_bitField0_ |= 0x08000000; } if (tilePositionBuilder_ == null) { result.tilePosition_ = tilePosition_; } else { result.tilePosition_ = tilePositionBuilder_.build(); } if (((from_bitField0_ & 0x10000000) == 0x10000000)) { to_bitField0_ |= 0x10000000; } if (initialTilePositionBuilder_ == null) { result.initialTilePosition_ = initialTilePosition_; } else { result.initialTilePosition_ = initialTilePositionBuilder_.build(); } if (((from_bitField0_ & 0x20000000) == 0x20000000)) { to_bitField0_ |= 0x20000000; } result.angle_ = angle_; if (((from_bitField0_ & 0x40000000) == 0x40000000)) { to_bitField0_ |= 0x40000000; } result.velocityX_ = velocityX_; if (((from_bitField0_ & 0x80000000) == 0x80000000)) { to_bitField0_ |= 0x80000000; } result.velocityY_ = velocityY_; if (((from_bitField1_ & 0x00000001) == 0x00000001)) { to_bitField1_ |= 0x00000001; } if (targetBuilder_ == null) { result.target_ = target_; } else { result.target_ = targetBuilder_.build(); } if (((from_bitField1_ & 0x00000002) == 0x00000002)) { to_bitField1_ |= 0x00000002; } if (targetPositionBuilder_ == null) { result.targetPosition_ = targetPosition_; } else { result.targetPosition_ = targetPositionBuilder_.build(); } if (((from_bitField1_ & 0x00000004) == 0x00000004)) { to_bitField1_ |= 0x00000004; } result.order_ = order_; if (((from_bitField1_ & 0x00000008) == 0x00000008)) { to_bitField1_ |= 0x00000008; } if (orderTargetBuilder_ == null) { result.orderTarget_ = orderTarget_; } else { result.orderTarget_ = orderTargetBuilder_.build(); } if (((from_bitField1_ & 0x00000010) == 0x00000010)) { to_bitField1_ |= 0x00000010; } result.orderTimer_ = orderTimer_; if (((from_bitField1_ & 0x00000020) == 0x00000020)) { to_bitField1_ |= 0x00000020; } result.secondaryOrder_ = secondaryOrder_; if (((from_bitField1_ & 0x00000040) == 0x00000040)) { to_bitField1_ |= 0x00000040; } if (buildUnitBuilder_ == null) { result.buildUnit_ = buildUnit_; } else { result.buildUnit_ = buildUnitBuilder_.build(); } if (((from_bitField1_ & 0x00000080) == 0x00000080)) { to_bitField1_ |= 0x00000080; } result.remainingBuildTime_ = remainingBuildTime_; if (((from_bitField1_ & 0x00000100) == 0x00000100)) { to_bitField1_ |= 0x00000100; } result.remainingTrainTime_ = remainingTrainTime_; if (trainingQueueBuilder_ == null) { if (((bitField1_ & 0x00000200) == 0x00000200)) { trainingQueue_ = java.util.Collections.unmodifiableList(trainingQueue_); bitField1_ = (bitField1_ & ~0x00000200); } result.trainingQueue_ = trainingQueue_; } else { result.trainingQueue_ = trainingQueueBuilder_.build(); } if (((from_bitField1_ & 0x00000400) == 0x00000400)) { to_bitField1_ |= 0x00000200; } if (transportBuilder_ == null) { result.transport_ = transport_; } else { result.transport_ = transportBuilder_.build(); } if (loadedUnitsBuilder_ == null) { if (((bitField1_ & 0x00000800) == 0x00000800)) { loadedUnits_ = java.util.Collections.unmodifiableList(loadedUnits_); bitField1_ = (bitField1_ & ~0x00000800); } result.loadedUnits_ = loadedUnits_; } else { result.loadedUnits_ = loadedUnitsBuilder_.build(); } if (((from_bitField1_ & 0x00001000) == 0x00001000)) { to_bitField1_ |= 0x00000400; } result.interceptorCount_ = interceptorCount_; if (((from_bitField1_ & 0x00002000) == 0x00002000)) { to_bitField1_ |= 0x00000800; } result.scarabCount_ = scarabCount_; if (((from_bitField1_ & 0x00004000) == 0x00004000)) { to_bitField1_ |= 0x00001000; } result.spiderMineCount_ = spiderMineCount_; if (((from_bitField1_ & 0x00008000) == 0x00008000)) { to_bitField1_ |= 0x00002000; } result.tech_ = tech_; if (((from_bitField1_ & 0x00010000) == 0x00010000)) { to_bitField1_ |= 0x00004000; } result.upgrade_ = upgrade_; if (((from_bitField1_ & 0x00020000) == 0x00020000)) { to_bitField1_ |= 0x00008000; } result.remainingResearchTime_ = remainingResearchTime_; if (((from_bitField1_ & 0x00040000) == 0x00040000)) { to_bitField1_ |= 0x00010000; } result.remainingUpgradeTime_ = remainingUpgradeTime_; if (((from_bitField1_ & 0x00080000) == 0x00080000)) { to_bitField1_ |= 0x00020000; } if (rallyPositionBuilder_ == null) { result.rallyPosition_ = rallyPosition_; } else { result.rallyPosition_ = rallyPositionBuilder_.build(); } if (((from_bitField1_ & 0x00100000) == 0x00100000)) { to_bitField1_ |= 0x00040000; } if (rallyUnitBuilder_ == null) { result.rallyUnit_ = rallyUnit_; } else { result.rallyUnit_ = rallyUnitBuilder_.build(); } if (((from_bitField1_ & 0x00200000) == 0x00200000)) { to_bitField1_ |= 0x00080000; } if (addonBuilder_ == null) { result.addon_ = addon_; } else { result.addon_ = addonBuilder_.build(); } if (((from_bitField1_ & 0x00400000) == 0x00400000)) { to_bitField1_ |= 0x00100000; } if (carrierBuilder_ == null) { result.carrier_ = carrier_; } else { result.carrier_ = carrierBuilder_.build(); } if (interceptorsBuilder_ == null) { if (((bitField1_ & 0x00800000) == 0x00800000)) { interceptors_ = java.util.Collections.unmodifiableList(interceptors_); bitField1_ = (bitField1_ & ~0x00800000); } result.interceptors_ = interceptors_; } else { result.interceptors_ = interceptorsBuilder_.build(); } if (((from_bitField1_ & 0x01000000) == 0x01000000)) { to_bitField1_ |= 0x00200000; } if (nydusExitBuilder_ == null) { result.nydusExit_ = nydusExit_; } else { result.nydusExit_ = nydusExitBuilder_.build(); } if (((from_bitField1_ & 0x02000000) == 0x02000000)) { to_bitField1_ |= 0x00400000; } result.exists_ = exists_; if (((from_bitField1_ & 0x04000000) == 0x04000000)) { to_bitField1_ |= 0x00800000; } result.hasNuke_ = hasNuke_; if (((from_bitField1_ & 0x08000000) == 0x08000000)) { to_bitField1_ |= 0x01000000; } result.accelerating_ = accelerating_; if (((from_bitField1_ & 0x10000000) == 0x10000000)) { to_bitField1_ |= 0x02000000; } result.beingConstructed_ = beingConstructed_; if (((from_bitField1_ & 0x20000000) == 0x20000000)) { to_bitField1_ |= 0x04000000; } result.beingHealed_ = beingHealed_; if (((from_bitField1_ & 0x40000000) == 0x40000000)) { to_bitField1_ |= 0x08000000; } result.blind_ = blind_; if (((from_bitField1_ & 0x80000000) == 0x80000000)) { to_bitField1_ |= 0x10000000; } result.braking_ = braking_; if (((from_bitField2_ & 0x00000001) == 0x00000001)) { to_bitField1_ |= 0x20000000; } result.burrowed_ = burrowed_; if (((from_bitField2_ & 0x00000002) == 0x00000002)) { to_bitField1_ |= 0x40000000; } result.carryingGas_ = carryingGas_; if (((from_bitField2_ & 0x00000004) == 0x00000004)) { to_bitField1_ |= 0x80000000; } result.carryingMinerals_ = carryingMinerals_; if (((from_bitField2_ & 0x00000008) == 0x00000008)) { to_bitField2_ |= 0x00000001; } result.cloaked_ = cloaked_; if (((from_bitField2_ & 0x00000010) == 0x00000010)) { to_bitField2_ |= 0x00000002; } result.completed_ = completed_; if (((from_bitField2_ & 0x00000020) == 0x00000020)) { to_bitField2_ |= 0x00000004; } result.constructing_ = constructing_; if (((from_bitField2_ & 0x00000040) == 0x00000040)) { to_bitField2_ |= 0x00000008; } result.defenseMatrixed_ = defenseMatrixed_; if (((from_bitField2_ & 0x00000080) == 0x00000080)) { to_bitField2_ |= 0x00000010; } result.ensnared_ = ensnared_; if (((from_bitField2_ & 0x00000100) == 0x00000100)) { to_bitField2_ |= 0x00000020; } result.following_ = following_; if (((from_bitField2_ & 0x00000200) == 0x00000200)) { to_bitField2_ |= 0x00000040; } result.gatheringGas_ = gatheringGas_; if (((from_bitField2_ & 0x00000400) == 0x00000400)) { to_bitField2_ |= 0x00000080; } result.gatheringMinerals_ = gatheringMinerals_; if (((from_bitField2_ & 0x00000800) == 0x00000800)) { to_bitField2_ |= 0x00000100; } result.hallucination_ = hallucination_; if (((from_bitField2_ & 0x00001000) == 0x00001000)) { to_bitField2_ |= 0x00000200; } result.idle_ = idle_; if (((from_bitField2_ & 0x00002000) == 0x00002000)) { to_bitField2_ |= 0x00000400; } result.irradiated_ = irradiated_; if (((from_bitField2_ & 0x00004000) == 0x00004000)) { to_bitField2_ |= 0x00000800; } result.lifted_ = lifted_; if (((from_bitField2_ & 0x00008000) == 0x00008000)) { to_bitField2_ |= 0x00001000; } result.loaded_ = loaded_; if (((from_bitField2_ & 0x00010000) == 0x00010000)) { to_bitField2_ |= 0x00002000; } result.lockedDown_ = lockedDown_; if (((from_bitField2_ & 0x00020000) == 0x00020000)) { to_bitField2_ |= 0x00004000; } result.maelstrommed_ = maelstrommed_; if (((from_bitField2_ & 0x00040000) == 0x00040000)) { to_bitField2_ |= 0x00008000; } result.morphing_ = morphing_; if (((from_bitField2_ & 0x00080000) == 0x00080000)) { to_bitField2_ |= 0x00010000; } result.moving_ = moving_; if (((from_bitField2_ & 0x00100000) == 0x00100000)) { to_bitField2_ |= 0x00020000; } result.parasited_ = parasited_; if (((from_bitField2_ & 0x00200000) == 0x00200000)) { to_bitField2_ |= 0x00040000; } result.patrolling_ = patrolling_; if (((from_bitField2_ & 0x00400000) == 0x00400000)) { to_bitField2_ |= 0x00080000; } result.plagued_ = plagued_; if (((from_bitField2_ & 0x00800000) == 0x00800000)) { to_bitField2_ |= 0x00100000; } result.repairing_ = repairing_; if (((from_bitField2_ & 0x01000000) == 0x01000000)) { to_bitField2_ |= 0x00200000; } result.researching_ = researching_; if (((from_bitField2_ & 0x02000000) == 0x02000000)) { to_bitField2_ |= 0x00400000; } result.selected_ = selected_; if (((from_bitField2_ & 0x04000000) == 0x04000000)) { to_bitField2_ |= 0x00800000; } result.sieged_ = sieged_; if (((from_bitField2_ & 0x08000000) == 0x08000000)) { to_bitField2_ |= 0x01000000; } result.startingAttack_ = startingAttack_; if (((from_bitField2_ & 0x10000000) == 0x10000000)) { to_bitField2_ |= 0x02000000; } result.stasised_ = stasised_; if (((from_bitField2_ & 0x20000000) == 0x20000000)) { to_bitField2_ |= 0x04000000; } result.stimmed_ = stimmed_; if (((from_bitField2_ & 0x40000000) == 0x40000000)) { to_bitField2_ |= 0x08000000; } result.training_ = training_; if (((from_bitField2_ & 0x80000000) == 0x80000000)) { to_bitField2_ |= 0x10000000; } result.underStorm_ = underStorm_; if (((from_bitField3_ & 0x00000001) == 0x00000001)) { to_bitField2_ |= 0x20000000; } result.underAttack_ = underAttack_; if (((from_bitField3_ & 0x00000002) == 0x00000002)) { to_bitField2_ |= 0x40000000; } result.underDarkSwarm_ = underDarkSwarm_; if (((from_bitField3_ & 0x00000004) == 0x00000004)) { to_bitField2_ |= 0x80000000; } result.unpowered_ = unpowered_; if (((from_bitField3_ & 0x00000008) == 0x00000008)) { to_bitField3_ |= 0x00000001; } result.upgrading_ = upgrading_; if (((from_bitField3_ & 0x00000010) == 0x00000010)) { to_bitField3_ |= 0x00000002; } result.visible_ = visible_; if (((from_bitField3_ & 0x00000020) == 0x00000020)) { to_bitField3_ |= 0x00000004; } result.beingGathered_ = beingGathered_; if (larvaeBuilder_ == null) { if (((bitField3_ & 0x00000040) == 0x00000040)) { larvae_ = java.util.Collections.unmodifiableList(larvae_); bitField3_ = (bitField3_ & ~0x00000040); } result.larvae_ = larvae_; } else { result.larvae_ = larvaeBuilder_.build(); } if (((from_bitField3_ & 0x00000080) == 0x00000080)) { to_bitField3_ |= 0x00000008; } if (hatcheryBuilder_ == null) { result.hatchery_ = hatchery_; } else { result.hatchery_ = hatcheryBuilder_.build(); } if (((from_bitField3_ & 0x00000100) == 0x00000100)) { to_bitField3_ |= 0x00000010; } if (buildTypeBuilder_ == null) { result.buildType_ = buildType_; } else { result.buildType_ = buildTypeBuilder_.build(); } if (((from_bitField3_ & 0x00000200) == 0x00000200)) { to_bitField3_ |= 0x00000020; } result.detected_ = detected_; if (((from_bitField3_ & 0x00000400) == 0x00000400)) { to_bitField3_ |= 0x00000040; } result.attacking_ = attacking_; if (((from_bitField3_ & 0x00000800) == 0x00000800)) { to_bitField3_ |= 0x00000080; } result.attackFrame_ = attackFrame_; if (((from_bitField3_ & 0x00001000) == 0x00001000)) { to_bitField3_ |= 0x00000100; } result.stuck_ = stuck_; result.bitField0_ = to_bitField0_; result.bitField1_ = to_bitField1_; result.bitField2_ = to_bitField2_; result.bitField3_ = to_bitField3_; onBuilt(); return result; }
f161e87a-0381-45ce-b633-03c517bcc9fc
public void setCustomPickList43(crmondemand.xml.opportunity.query.QueryType customPickList43) { this.customPickList43 = customPickList43; }
131167cd-5b59-4554-a81a-67d869982573
public java.lang.String getCustomPickList49() { return this.customPickList49; }
95ac78d5-fd6f-4c0e-bd37-f59cdd17e979
public void setCustomObject8ExternalSystemId(crmondemand.xml.opportunity.query.QueryType customObject8ExternalSystemId) { this.customObject8ExternalSystemId = customObject8ExternalSystemId; }
8efba923-304a-45fd-8d91-c25f33500bd7
public crmondemand.xml.customobject6.query.QueryType getCustomPickList77() { return this.customPickList77; }
4d30236c-5a5e-445d-a109-9cc8420b79fa
public void setCustomPickList63(java.lang.String customPickList63) { this.customPickList63 = customPickList63; }
5eff0054-050b-4127-b88d-7f6485b5287c
public crmondemand.xml.opportunity.query.QueryType getCustomText41() { return this.customText41; }
b82a8af3-ada0-4758-aeae-f8397426d87c
public java.lang.String getCustomObject14Type() { return this.customObject14Type; }
b79b702d-5916-4153-a77f-cd1166d6a35f
public static Symbol trueSlotName(Symbol slotname, Surrogate type) { return (StorageSlot.canonicalSlot(((StorageSlot)(Stella_Class.lookupSlot(((Stella_Class)(type.surrogateValue)), slotname)))).slotName); }
1da366c9-de80-4cc6-9ccb-00baf272106d
public crmondemand.xml.contact.query.QueryType getCustomText35() { return this.customText35; }
bbe90466-357b-4805-8103-51eda073473b
public crmondemand.xml.contact.query.QueryType getTransactionStatus() { return this.transactionStatus; }
b1ebf3ec-8cd4-4a08-a1be-bfe328d04176
public java.math.BigDecimal getCustomNumber60() { return this.customNumber60; }
2f1b2d40-94ad-47df-9b61-6bfd7a7e7a88
public void setOperation(java.lang.String operation) { this.operation = operation; }
022880e1-aaea-4223-a554-18b51b0f6339
public void setCustomNumber59(java.math.BigDecimal customNumber59) { this.customNumber59 = customNumber59; }
021b6945-4223-429a-83c5-30ac6c0b6464
public crmondemand.xml.opportunity.query.QueryType getCustomPickList57() { return this.customPickList57; }
e9342f7e-3c98-4842-8f18-1ce59c4fb2a3
public java.lang.String getCustomText83() { return this.customText83; }
174439df-435e-425d-91d6-38e5ed802fca
private void init() { /* UI */ //setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setBounds(100, 100, 583, 376); Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); Dimension windowSize = this.getSize(); int windowX = Math.max(0, (screenSize.width - windowSize.width ) / 2); int windowY = Math.max(0, (screenSize.height - windowSize.height) / 2); this.setLocation(windowX-400, windowY); contentPane = new JPanel(); contentPane.setBorder(new EmptyBorder(5, 5, 5, 5)); setContentPane(contentPane); lblInfo = new JLabel(""); lblInfo.setIcon(new ImageIcon("icon/info/po (1).JPG")); textArea = new JTextArea(text); textArea.setFont(new Font("Monospaced", Font.BOLD, 13)); textArea.setEditable(false); btn1 = new JButton(""); btn1.setIcon(new ImageIcon("icon/info/po (2).JPG")); btn1.setPressedIcon(new ImageIcon("icon/info/po (12).JPG")); btn2 = new JButton(""); btn2.setIcon(new ImageIcon("icon/info/po (3).JPG")); btn2.setPressedIcon(new ImageIcon("icon/info/po (13).JPG")); btn3 = new JButton(""); btn3.setIcon(new ImageIcon("icon/info/po (4).JPG")); btn3.setPressedIcon(new ImageIcon("icon/info/po (14).JPG")); btn4 = new JButton(""); btn4.setIcon(new ImageIcon("icon/info/po (5).JPG")); btn4.setPressedIcon(new ImageIcon("icon/info/po (15).JPG")); btn5 = new JButton(""); btn5.setIcon(new ImageIcon("icon/info/po (6).JPG")); btn5.setPressedIcon(new ImageIcon("icon/info/po (16).JPG")); btn6 = new JButton(""); btn6.setIcon(new ImageIcon("icon/info/po (7).PNG")); btn7 = new JButton(""); btn7.setIcon(new ImageIcon("icon/info/po (8).JPG")); btn8 = new JButton(""); btn8.setIcon(new ImageIcon("icon/info/po (9).JPG")); btn9 = new JButton(""); btn9.setIcon(new ImageIcon("icon/info/po (10).JPG")); btn10 = new JButton(""); btn10.setIcon(new ImageIcon("icon/info/po (11).JPG")); lblhidden = new JLabel(""); GroupLayout groupLayout = new GroupLayout(contentPane); groupLayout.setHorizontalGroup( groupLayout.createParallelGroup(Alignment.TRAILING) .addGroup(groupLayout.createSequentialGroup() .addContainerGap(GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addGroup(groupLayout.createParallelGroup(Alignment.LEADING, false) .addGroup(groupLayout.createSequentialGroup() .addComponent(btn1, GroupLayout.PREFERRED_SIZE, 62, GroupLayout.PREFERRED_SIZE) .addPreferredGap(ComponentPlacement.RELATED) .addComponent(btn2, GroupLayout.PREFERRED_SIZE, 62, GroupLayout.PREFERRED_SIZE) .addPreferredGap(ComponentPlacement.RELATED) .addComponent(btn3, GroupLayout.PREFERRED_SIZE, 62, GroupLayout.PREFERRED_SIZE) .addPreferredGap(ComponentPlacement.RELATED) .addComponent(btn4, GroupLayout.PREFERRED_SIZE, 62, GroupLayout.PREFERRED_SIZE) .addPreferredGap(ComponentPlacement.RELATED) .addComponent(btn5, GroupLayout.PREFERRED_SIZE, 62, GroupLayout.PREFERRED_SIZE) .addPreferredGap(ComponentPlacement.RELATED) .addComponent(btn6, GroupLayout.PREFERRED_SIZE, 62, GroupLayout.PREFERRED_SIZE) .addPreferredGap(ComponentPlacement.RELATED) .addComponent(btn7, GroupLayout.PREFERRED_SIZE, 62, GroupLayout.PREFERRED_SIZE) .addPreferredGap(ComponentPlacement.RELATED) .addComponent(btn8, GroupLayout.PREFERRED_SIZE, 62, GroupLayout.PREFERRED_SIZE)) .addGroup(groupLayout.createSequentialGroup() .addComponent(lblInfo, GroupLayout.PREFERRED_SIZE, 195, GroupLayout.PREFERRED_SIZE) .addPreferredGap(ComponentPlacement.RELATED) .addComponent(textArea, GroupLayout.DEFAULT_SIZE, 343, Short.MAX_VALUE)) .addGroup(groupLayout.createSequentialGroup() .addComponent(btn9, GroupLayout.PREFERRED_SIZE, 62, GroupLayout.PREFERRED_SIZE) .addPreferredGap(ComponentPlacement.RELATED) .addComponent(btn10, GroupLayout.PREFERRED_SIZE, 62, GroupLayout.PREFERRED_SIZE) .addPreferredGap(ComponentPlacement.UNRELATED) .addComponent(lblhidden, GroupLayout.DEFAULT_SIZE, 336, Short.MAX_VALUE))) .addContainerGap()) ); groupLayout.setVerticalGroup( groupLayout.createParallelGroup(Alignment.LEADING) .addGroup(groupLayout.createSequentialGroup() .addGroup(groupLayout.createParallelGroup(Alignment.LEADING) .addComponent(lblInfo, GroupLayout.PREFERRED_SIZE, 201, GroupLayout.PREFERRED_SIZE) .addComponent(textArea, GroupLayout.PREFERRED_SIZE, 197, GroupLayout.PREFERRED_SIZE)) .addPreferredGap(ComponentPlacement.RELATED) .addGroup(groupLayout.createParallelGroup(Alignment.LEADING) .addComponent(btn1, GroupLayout.PREFERRED_SIZE, 54, GroupLayout.PREFERRED_SIZE) .addComponent(btn2, GroupLayout.PREFERRED_SIZE, 54, GroupLayout.PREFERRED_SIZE) .addComponent(btn3, GroupLayout.PREFERRED_SIZE, 54, GroupLayout.PREFERRED_SIZE) .addComponent(btn4, GroupLayout.PREFERRED_SIZE, 54, GroupLayout.PREFERRED_SIZE) .addComponent(btn5, GroupLayout.PREFERRED_SIZE, 54, GroupLayout.PREFERRED_SIZE) .addComponent(btn6, GroupLayout.PREFERRED_SIZE, 54, GroupLayout.PREFERRED_SIZE) .addComponent(btn7, GroupLayout.PREFERRED_SIZE, 54, GroupLayout.PREFERRED_SIZE) .addComponent(btn8, GroupLayout.PREFERRED_SIZE, 54, GroupLayout.PREFERRED_SIZE)) .addPreferredGap(ComponentPlacement.RELATED) .addGroup(groupLayout.createParallelGroup(Alignment.LEADING) .addGroup(groupLayout.createSequentialGroup() .addGroup(groupLayout.createParallelGroup(Alignment.LEADING) .addComponent(btn10, GroupLayout.PREFERRED_SIZE, 54, GroupLayout.PREFERRED_SIZE) .addComponent(btn9, GroupLayout.PREFERRED_SIZE, 54, GroupLayout.PREFERRED_SIZE)) .addGap(17)) .addGroup(groupLayout.createSequentialGroup() .addComponent(lblhidden, GroupLayout.DEFAULT_SIZE, 54, Short.MAX_VALUE) .addContainerGap()))) ); contentPane.setLayout(groupLayout); setVisible(true); }
9b0de3d4-f727-4173-8cf4-557925b19a74
* * @throws ConfigurationChangeException Falls der Datensatz nicht am Konfigurationsbereich gespeichert werden konnte. */ private void setConfigurationAreaChangeInformation( ConfigurationAreaChangeInformation[] configurationAreaChangeInformation, ConfigurationArea configurationArea ) throws ConfigurationChangeException { final AttributeGroup atg = _dataModel.getAttributeGroup("atg.konfigurationsÄnderungen"); // bestehendes Data holen final Data existData = getConfigurationData(configurationArea, atg); // neues Data wird erzeugt! Data data = AttributeBaseValueDataFactory.createAdapter(atg, AttributeHelper.getAttributesValues(atg)); final Data.Array array = data.getArray("KonfigurationsÄnderung"); // Länge festlegen array.setLength(configurationAreaChangeInformation.length); int i = 0; final short lastModifiedVersion = ((ConfigConfigurationArea)configurationArea).getLastModifiedVersion(); for(ConfigurationAreaChangeInformation information : configurationAreaChangeInformation) { Data item = array.getItem(i++); item.getTimeValue("Stand").setMillis(information.getCondition()); item.getTextValue("Autor").setText(information.getAuthor()); item.getTextValue("Grund").setText(information.getReason()); item.getTextValue("Text").setText(information.getText()); int version = information.getVersion(); if(version == -1) version = existChangeInformation(existData, information); // Version aus dem bestehenden Datensatz ermitteln if(version == -1) version = lastModifiedVersion; // Falls keine Version ermittelt werden konnte if(version > lastModifiedVersion) version = lastModifiedVersion; // Version auf die größte verwendete Version beschränken item.getUnscaledValue("Version").set(version); } configurationArea.setConfigurationData(atg, data); }
64ba3d0b-8f7e-4e2d-b60b-b0e3ede6a150
public crmondemand.xml.customobject6.query.QueryType getCustomText4() { return this.customText4; }
b339d2fa-6c72-4ad1-b84f-d96959f22edf
@Override public void progress(String s, int i, int maximum) { log(s); progressBar.setMaximum(maximum); progressBar.setValue(i); }
81ceac7d-5f2e-4bb9-b1d5-ae73a5202ec1
public crmondemand.xml.opportunity.query.QueryType getCustomBoolean8() { return this.customBoolean8; }
b91fd1e3-dce5-4ecd-864e-ba29a2f7653a
public java.lang.String getMedEdExternalSystemId() { return this.medEdExternalSystemId; }
60458608-1ae0-4dd7-aaba-f861d1a91250
public java.lang.String getDealerExternalSystemId() { return this.dealerExternalSystemId; }
b6265cf8-892f-4345-b708-4831c245914d
public crmondemand.xml.customobject6.query.QueryType getUpdatedByFullName() { return this.updatedByFullName; }
91338823-d3b4-4cd4-b965-5f0444bea6b0
public void setMedEdName(crmondemand.xml.customobject6.query.QueryType medEdName) { this.medEdName = medEdName; }
302daa85-4239-44c0-9da5-65c8bd5e048b
public void setCustomText66(java.lang.String customText66) { this.customText66 = customText66; }
5c8c7b75-d10a-43f0-8b6d-b571114f55e2
public java.lang.Boolean getCustomBoolean7() { return this.customBoolean7; }
6a43191b-f7ca-4668-9651-42352bbc56b1
public void setCustomObject15Id(crmondemand.xml.customobject3.query.QueryType customObject15Id) { this.customObject15Id = customObject15Id; }
1d532224-c7b5-440b-8398-f33739e69256
public void setCustomText88(java.lang.String customText88) { this.customText88 = customText88; }
bd340428-acb6-4f3a-9815-b4b7bbe930b6
public void setPrincipalPartnerPartnerName(crmondemand.xml.opportunity.query.QueryType principalPartnerPartnerName) { this.principalPartnerPartnerName = principalPartnerPartnerName; }
4b62ae5a-77f9-4e53-ba66-3856860556b5
public crmondemand.xml.contact.query.QueryType getCustomText28() { return this.customText28; }
87220857-cd7f-499b-943d-9cee53264bee
public void setCustomNumber62(crmondemand.xml.contact.query.QueryType customNumber62) { this.customNumber62 = customNumber62; }
40163ed7-c035-4f89-bd95-68874694e207
public void setCustomText24(java.lang.String customText24) { this.customText24 = customText24; }
682bd390-fc3b-466f-9ab4-23c07d34ad88
public void setCustomPickList56(java.lang.String customPickList56) { this.customPickList56 = customPickList56; }
17bcee0b-1453-431f-9d7e-eef0e106f9ab
public java.lang.String getSolutionTitle() { return this.solutionTitle; }
7389f17c-99b0-4da5-8a0e-359f6a420c32
public void setCustomText40(crmondemand.xml.customobject6.query.QueryType customText40) { this.customText40 = customText40; }
d30c6039-4d84-473b-b021-e6f395dffdf2
public static Image decorateImage(Image baseImage, Image decorator) { return decorateImage(baseImage, decorator, BOTTOM_RIGHT); }
ebd1222e-bcf0-4e19-90a2-cf192c167596
public static void main(String[] args) { }
4d5ee9d6-f2fc-4118-a528-e6de079b0744
public void setOwnerLastName(java.lang.String ownerLastName) { this.ownerLastName = ownerLastName; }
3daa247c-1297-4240-959b-431ed4a3e0ac
public crmondemand.xml.contact.query.QueryType getCustomPickList27() { return this.customPickList27; }
9a4f13fa-3365-4a06-b7c0-eb7eba0cf492
public boolean getIrradiated() { return irradiated_; }
10c54568-e0cb-403a-bbed-2476b72b4210
public void setCustomPickList28(java.lang.String customPickList28) { this.customPickList28 = customPickList28; }
b451a196-9186-4dfa-926d-95ea0c8642e0
public void setCustomInteger25(crmondemand.xml.customobject6.query.QueryType customInteger25) { this.customInteger25 = customInteger25; }
50fae6b1-35a5-4824-af9a-3660a2f4680c
public void setCustomPickList84(crmondemand.xml.customobject3.query.QueryType customPickList84) { this.customPickList84 = customPickList84; }
c8621eb9-b3b4-4780-aebc-a2d819b5027a
public exists_args setInterfaceName(String interfaceName) { this.interfaceName = interfaceName; return this; }
0e12bf06-dd74-403a-9a45-eecf46eba7bf
public void keyTyped(KeyEvent e) {validacionVentanas.accionValidarNumeros(Text3);}
97331644-f632-4f1f-9105-ba223f07336e
public java.lang.String getObjectiveUnits() { return this.objectiveUnits; }
6aaf9351-f836-4155-9600-30f747dd2a22
public static void copyFrameState(ControlFrame fromframe, ControlFrame toframe) { toframe.proposition = fromframe.proposition; KeyValueList.setDynamicSlotValue(toframe.dynamicSlots, Logic.SYM_LOGIC_DESCRIPTION, ((Description)(KeyValueList.dynamicSlotValue(fromframe.dynamicSlots, Logic.SYM_LOGIC_DESCRIPTION, null))), null); toframe.reversePolarityP = fromframe.reversePolarityP; toframe.up = fromframe.up; toframe.partialMatchFrame = fromframe.partialMatchFrame; toframe.inheritedPatternRecord = fromframe.inheritedPatternRecord; toframe.choicePointUnbindingOffset = fromframe.choicePointUnbindingOffset; toframe.nextStrategies = fromframe.nextStrategies; KeyValueList.setDynamicSlotValue(toframe.dynamicSlots, Logic.SYM_LOGIC_CACHED_BINDINGS_ITERATOR, ((Iterator)(KeyValueList.dynamicSlotValue(fromframe.dynamicSlots, Logic.SYM_LOGIC_CACHED_BINDINGS_ITERATOR, null))), null); toframe.goalBindings = fromframe.goalBindings; KeyValueList.setDynamicSlotValue(toframe.dynamicSlots, Logic.SYM_LOGIC_GOAL_CACHE, ((GoalCache)(KeyValueList.dynamicSlotValue(fromframe.dynamicSlots, Logic.SYM_LOGIC_GOAL_CACHE, null))), null); }
eab408f5-6706-4b29-8b58-3c5ee7701e09
public void setCustomText40(java.lang.String customText40) { this.customText40 = customText40; }
cde584e5-a950-44bb-92b6-c77c861590a9
public int getRentAmount() { return rentAmount; }
b3e335d7-e95c-417c-a99e-e8410012b1b1
public java.util.Calendar getLastAssessmentDate() { return this.lastAssessmentDate; }
119b6a21-6ad0-4ee3-9286-c9fb76334812
public void setCustomPickList73(crmondemand.xml.contact.query.QueryType customPickList73) { this.customPickList73 = customPickList73; }
287b774d-2392-448c-bd05-faef32762135
public void setPolicyFaceAmount(crmondemand.xml.opportunity.query.QueryType policyFaceAmount) { this.policyFaceAmount = policyFaceAmount; }
cbb6126e-22fc-4e3e-9405-ec158555d718
public void setRotateRightButton(JButton btn) { rotateRightButton = btn; btn.addActionListener(this); }
43ba3768-adda-41b9-b756-8b633c5b8bdf
public String getSsid() { return ssid; }
2ad498cc-b588-4e2e-bd79-0f72960a0d89
public java.lang.Integer getCustomInteger8() { return this.customInteger8; }