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... |
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;
... |
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 f... |
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 ... |
9b0de3d4-f727-4173-8cf4-557925b19a74 | *
* @throws ConfigurationChangeException Falls der Datensatz nicht am Konfigurationsbereich gespeichert werden konnte.
*/
private void setConfigurationAreaChangeInformation(
ConfigurationAreaChangeInformation[] configurationAreaChangeInformation, ConfigurationArea configurationArea
) throws ConfigurationChange... |
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, nul... |
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;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.