id
stringlengths
36
36
text
stringlengths
1
1.25M
8c1d4d77-201c-4d6c-877f-436989f6d6ba
public void setCustomInteger16(crmondemand.xml.customobject6.query.QueryType customInteger16) { this.customInteger16 = customInteger16; }
305a501d-eb0e-4b8b-ab05-32dc256d59f2
public void setCustomBoolean17(java.lang.Boolean customBoolean17) { this.customBoolean17 = customBoolean17; }
77f0834f-ce7f-4117-959c-4d0d7bb5053f
public crmondemand.xml.opportunity.query.QueryType getCustomPickList36() { return this.customPickList36; }
4ab9178f-8348-49ef-b192-994adaeb7b3e
public void setCustomDate25(java.util.Calendar customDate25) { this.customDate25 = customDate25; }
a523466d-ee91-4a5e-b55e-08cd7109cabc
public java.util.Calendar getCustomDate30() { return this.customDate30; }
597cee78-e131-4401-8714-8711fda8792a
public void setCustomPhone13(crmondemand.xml.customobject6.query.QueryType customPhone13) { this.customPhone13 = customPhone13; }
4ab0c1e9-94fe-4a13-ae57-70dfea831f8b
public java.lang.String getCustomObject8ExternalSystemId() { return this.customObject8ExternalSystemId; }
25e945af-e851-4097-863f-a06191aae6ac
public java.lang.String getCustomPickList78() { return this.customPickList78; }
70de58e5-646e-41fb-9783-57f70c0d9585
public crmondemand.xml.customobject3.query.QueryType getInvtPeriodStartDate() { return this.invtPeriodStartDate; }
ad37efde-b003-468d-b836-cba1ec86f0c0
/** @return <code>true</code> if row dragging is allowed. */ public boolean allowRowDrag() { return mAllowRowDrag; }
469c4b75-70f8-476d-93b7-6f38c0fd2120
public String getName() { return this.name; }
941145e0-1066-4cac-8675-d2ee4165ad41
public java.lang.String getCustomObject2Name() { return this.customObject2Name; }
4bc97c30-0dc1-40ae-a0a7-3201c8f7c0e6
public void handler() { fclose(konamilog); throw new UnsupportedOperationException("unsupported opcode"); }
1b50f414-cce9-4494-aa9b-8eb29d34ecef
public void setCustomCurrency16(crmondemand.xml.contact.query.QueryType customCurrency16) { this.customCurrency16 = customCurrency16; }
aa530f49-3110-430a-aa08-3f272032d96c
public void setCustomObject4ExternalSystemId(crmondemand.xml.contact.query.QueryType customObject4ExternalSystemId) { this.customObject4ExternalSystemId = customObject4ExternalSystemId; }
0be28a6a-1ac0-403d-96c2-28e174360217
public java.lang.String getCustomObject1ExternalSystemId() { return this.customObject1ExternalSystemId; }
7cfd8b0e-ca13-4235-983c-2cce96b419a9
public void setZCustomPickList5(java.lang.String zCustomPickList5) { this.zCustomPickList5 = zCustomPickList5; }
1f52e30b-8b96-4c75-b438-ab85e97ac3fe
public ACOPanel(double[][][] graph, Dimension d, Waiter w) { super(new FlowLayout()); wait1 = w; this.setPreferredSize(d); frameSize = d; System.out.println("This is the Panel size: "+this.getSize().width + ", " +this.getSize().height); canvas = new ArtComponent(graph, d, this); canvas.setOpaque(true); canvas.setVisible(true); canvas.setBackground(Color.black); canvas.setBorder(BorderFactory.createLineBorder(Color.black, 3)); startButton = new JButton("Begin ACO"); startButton.addActionListener(this); stepButton = new JButton("Step to Solution"); stepButton.addActionListener(this); stepButton.setEnabled(false); nextBestButton = new JButton("Step to Next Best Solution"); nextBestButton.addActionListener(this); nextBestButton.setEnabled(false); this.add(startButton); this.add(stepButton); this.add(nextBestButton); this.add(canvas); }
4f9f7c2f-5355-40a5-af5d-6e2c3a467d6c
@Override public void windowClosed(WindowEvent param_e) { if (param_e.getSource() instanceof DvdForm) { currentGuiInstance = controller.getFormMain(); } else if (param_e.getSource() instanceof UserForm) { currentGuiInstance = controller.getFormMain(); } }
ebcd2aee-f7c2-43ac-9cb7-89e4b1b7de7c
public static InstructionQueue getInstance() { if (instructionQueue == null) { instructionQueue = new InstructionQueue(); } return instructionQueue; }
516ece07-135f-4c3a-bbfe-1b8b288d8f6a
public void setCustomNumber43(java.math.BigDecimal customNumber43) { this.customNumber43 = customNumber43; }
080c6603-96e1-4099-a12f-88c8beba646b
public crmondemand.xml.contact.query.QueryType getCustomBoolean14() { return this.customBoolean14; }
95cd7a4e-85a9-42f6-87af-8b8be1c8dbb0
public java.lang.Integer getCustomInteger15() { return this.customInteger15; }
e48bf1f8-c97e-473a-830b-7a520bb6c3ba
public java.lang.String getSource() { return this.source; }
3aace1d2-c187-4f53-a2f3-d7cbfafae94b
public void setCustomNumber33(java.math.BigDecimal customNumber33) { this.customNumber33 = customNumber33; }
058dfb7d-1127-44e9-9962-8fe2ff53973f
public void setCustomPhone6(java.lang.String customPhone6) { this.customPhone6 = customPhone6; }
88441ac3-703f-47c0-8ccf-f9cf055d5bc8
public void setHome(CommandSender cs, Command cmd, String string, String[] args) { Player player = (Player) cs; if (args.length == 0) { if (player.hasPermission("warpsandports.homes.set.default") || player.isOp()) { Location loc = player.getLocation(); String world = loc.getWorld().getName(); int x = loc.getBlockX(); int y = loc.getBlockY(); int z = loc.getBlockZ(); float yaw = loc.getYaw(); float pitch = loc.getPitch(); MainClass.players.set(player.getUniqueId() + ".Homes.0.world", world); MainClass.players.set(player.getUniqueId() + ".Homes.0.x", x); MainClass.players.set(player.getUniqueId() + ".Homes.0.y", y); MainClass.players.set(player.getUniqueId() + ".Homes.0.z", z); MainClass.players.set(player.getUniqueId() + ".Homes.0.yaw", yaw); MainClass.players.set(player.getUniqueId() + ".Homes.0.pitch", pitch); player.sendMessage(ChatColor.GREEN + "Your home has been set!"); } } else if (args.length == 1) { try { Integer.parseInt(args[0]); } catch (Exception e) { player.sendMessage(ChatColor.RED + "Correct usage " + ChatColor.AQUA + "/setwarp <Number>"); return; } if (player.hasPermission("warpsandports.homes.set." + args[0]) || player.isOp()) { Location loc = player.getLocation(); String world = loc.getWorld().getName(); int x = loc.getBlockX(); int y = loc.getBlockY(); int z = loc.getBlockZ(); float yaw = loc.getYaw(); float pitch = loc.getPitch(); MainClass.players.set(player.getUniqueId() + ".Homes." + args[0] + ".world", world); MainClass.players.set(player.getUniqueId() + ".Homes." + args[0] + ".x", x); MainClass.players.set(player.getUniqueId() + ".Homes." + args[0] + ".y", y); MainClass.players.set(player.getUniqueId() + ".Homes." + args[0] + ".z", z); MainClass.players.set(player.getUniqueId() + ".Homes." + args[0] + ".yaw", yaw); MainClass.players.set(player.getUniqueId() + ".Homes." + args[0] + ".pitch", pitch); player.sendMessage(ChatColor.GREEN + "Home " + ChatColor.AQUA + args[0] + ChatColor.GREEN + " has been set!"); } } else { player.sendMessage(ChatColor.RED + "Correct usage " + ChatColor.AQUA + "/setwarp <Number>"); } }
9d1f5ee3-0055-4a08-82f4-d67d74130b9f
public void setCustomObject3Name(crmondemand.xml.customobject6.query.QueryType customObject3Name) { this.customObject3Name = customObject3Name; }
da4fbb36-6285-4e58-8753-ff83196aacc2
public void setFinancialAccountFinancialAccount(java.lang.String financialAccountFinancialAccount) { this.financialAccountFinancialAccount = financialAccountFinancialAccount; }
e7e5616a-9b8d-4c62-877a-4a0de427355b
public void setCustomNumber16(java.math.BigDecimal customNumber16) { this.customNumber16 = customNumber16; }
d2241962-db6b-4db7-8436-675a2ea3b506
public Simplification(boolean kmap[][], int nbrVar, String ordrVar, Controller controller) { this.controller = controller; nombreVars = nbrVar; this.ordrVar = ordrVar; s = ""; s += Tools.intialize(); this.kmap = new KarnaughTable(kmap, nombreVars); }
71c06d2e-42d2-4920-aeb4-61e83037a38d
public crmondemand.xml.customobject6.query.QueryType getCustomObject15ExternalSystemId() { return this.customObject15ExternalSystemId; }
4e459c31-df38-41dc-a772-a4d56b87814f
public String getCliente() { return cliente; }
bf2bb242-624d-4d3c-8f13-4eb15533989b
public void setDialogos(Dialogo[] dialogos) { this.dialogos = dialogos; }
1195898f-17ed-4422-9e28-35bff00b2d81
public void setCustomText35(crmondemand.xml.contact.query.QueryType customText35) { this.customText35 = customText35; }
c0d127e6-4fc9-4560-8ba1-2c626eda308d
public java.lang.String getCustomPickList14() { return this.customPickList14; }
f9575117-8250-40a2-b9f3-a7b57915a138
public void setDescripcion(String descripcion) { this.descripcion = descripcion; }
c9d7e3e7-b6f7-4650-955b-fad46029609e
public void setCustomText49(crmondemand.xml.customobject3.query.QueryType customText49) { this.customText49 = customText49; }
dc1ecb22-57d3-49dd-8d68-faac84da6a42
public java.lang.String getCustomObject5IntegrationId() { return this.customObject5IntegrationId; }
6303dcc1-1d41-48ff-a0d0-b50373b2f84c
public crmondemand.xml.customobject3.query.QueryType getCustomDate34() { return this.customDate34; }
5cb1c0b4-8734-40fe-8720-9cad9d846015
@Test public void testPerformSimulation() { AbstractStartingHand winner = new TexasHoldemStartingHand(new Card(Suit.CLUB, Rank.ACE), new Card(Suit.SPADE, Rank.ACE)); AbstractStartingHand loser = new TexasHoldemStartingHand(new Card(Suit.SPADE, Rank.DEUCE), new Card(Suit.HEART, Rank.SEVEN)); int digits = 3; List<AbstractStartingHand> startingHands = new ArrayList<AbstractStartingHand>(); startingHands.add(winner); startingHands.add(loser); // Making sure the hand winner always wins List<Card> boardCards = new ArrayList<Card>(); boardCards.add(new Card(Suit.HEART, Rank.ACE)); boardCards.add(new Card(Suit.DIAMOND, Rank.ACE)); boardCards.add(new Card(Suit.DIAMOND, Rank.JACK)); AbstractPokerHandSimulator simulator = new PokerHandSimulatorOriginal(startingHands, boardCards, 10000); SimulationResult result = simulator.performSimulation(); // Checking that the hand winner always won assertEquals(1, result.getEquityForHand(winner, digits), 0); assertEquals(0, result.getEquityForHand(loser, digits), 0); assertEquals(100, result.getWinPercentageForHand(winner, digits), 0); assertEquals(0, result.getTiePercentageForHand(winner, digits), 0); assertEquals(0, result.getLossPercentageForHand(winner, digits), 0); assertEquals(0, result.getWinPercentageForHand(loser, digits), 0); assertEquals(0, result.getTiePercentageForHand(loser, digits), 0); assertEquals(100, result.getLossPercentageForHand(loser, digits), 0); }
292dc242-1a29-4e1b-ac47-436112323390
public void setCustomText70(java.lang.String customText70) { this.customText70 = customText70; }
336ca014-c882-4c01-be3e-740e0152e7ae
public crmondemand.xml.contact.query.QueryType getCustomDate13() { return this.customDate13; }
60783c3b-ed12-47e5-a7af-ae8ca7468e58
public void setCustomDate2(crmondemand.xml.customobject6.query.QueryType customDate2) { this.customDate2 = customDate2; }
f8366086-9a53-4aae-8811-2fb1784ba413
public crmondemand.xml.customobject3.query.QueryType getMedEdName() { return this.medEdName; }
daf6f3b7-bfd2-4dc6-b00e-0dd126a5e2c0
public crmondemand.xml.customobject6.query.QueryType getCustomPickList42() { return this.customPickList42; }
f39d559b-d780-4af2-8c78-5c30ce3f9079
@Test public void testParseOnTooManyLoops() { parser.parse("a(50){DD}"); assertEquals(InitialisationParser.TOO_LONG_OUTPUT_TEXT, parser.getOutputString()); }
4adb3c50-920a-4a28-bae5-6a83f767aaea
private void generateGlobalProfilingEnd() { // inject template body profiling bytecode - end and generate event TypeDesc methodObserverType = makeDesc(MergedClass.InvocationEventObserver.class); mBuilder.invokeStatic(mUnit.getRuntimeContext().getName(), "getInvocationObserver", methodObserverType); mBuilder.loadConstant(mUnit.getName()); mBuilder.loadConstant(null); mBuilder.invokeStatic(mUnit.getRuntimeContext().getName(), "getInvocationObserver", methodObserverType); mBuilder.invokeInterface(methodObserverType.getFullName(), "currentTime", makeDesc(long.class)); mBuilder.loadLocal(mGlobalTime); mBuilder.math(Opcode.LSUB); mBuilder.invokeInterface(methodObserverType.getFullName(), "invokedEvent", null, new TypeDesc[] { makeDesc(String.class), makeDesc(String.class), makeDesc(long.class) }); }
d6cca110-4a4b-4735-8810-713b98417a6f
public crmondemand.xml.contact.query.QueryType getCustomDate47() { return this.customDate47; }
b24100b6-ec56-44cc-88d6-6c9160f05b95
public void setCustomDate1(crmondemand.xml.customobject6.query.QueryType customDate1) { this.customDate1 = customDate1; }
a8f28e15-8015-46b1-a2c1-9b17af2db457
public void setPolicyTerm(java.lang.String policyTerm) { this.policyTerm = policyTerm; }
55fae1f0-687a-4628-9135-1bfcc5b0ff9b
public Parser division_format3() { if (division_format3Parser == null) { FutureParser future = scoped("division_format3"); division_format3Parser = future; future.setParser( sequence( choice( identifier(), literal() ), token("INTO"), plus( sequence( qualifiedDataName(), optional( token("ROUNDED") ) ) ) ) ); } return division_format3Parser; }
0e4c94c8-e952-43a0-bd0e-28f7651abee6
public void setDealerExternalSystemId(crmondemand.xml.customobject6.query.QueryType dealerExternalSystemId) { this.dealerExternalSystemId = dealerExternalSystemId; }
5a472537-3c71-4f58-9d67-4fadda45d59b
public crmondemand.xml.customobject3.query.QueryType getDuration() { return this.duration; }
a177c9e5-f50e-4cc5-a0f1-2d84eb2ea548
public void setOrderNumber(java.lang.String orderNumber) { this.orderNumber = orderNumber; }
58011fc6-dbb4-44e6-9e9e-0e010d3c36c9
public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof JInPiqi.handle_user_leave) { return mergeFrom((JInPiqi.handle_user_leave)other); } else { super.mergeFrom(other); return this; } }
34cd4f9f-5411-471a-ab6c-21d93d8e2f54
public void setBookName(java.lang.String bookName) { this.bookName = bookName; }
6688346e-6a8f-4652-8b29-3fb2b604f8c9
public java.lang.String getUpdatedByIntegrationId() { return this.updatedByIntegrationId; }
c054d860-998e-44fd-8535-ac770822a85f
public void run() { addShow(panel, addName.getText()); }
e87379c6-1363-4135-8d69-90f12851f104
public java.lang.String getCustomPickList88() { return this.customPickList88; }
1209b73f-088a-446e-ae54-254e824473ff
public java.lang.String getSPRequestId() { return this.sPRequestId; }
33287bfa-430b-4ee7-861b-b04166dc5245
public crmondemand.xml.customobject6.query.QueryType getCustomObject7Type() { return this.customObject7Type; }
395f5100-6725-49a1-971d-48e39f2e7663
public java.lang.String getCustomText78() { return this.customText78; }
22c4d725-2c7e-4ca3-bbf9-58c38e17587c
public java.lang.String getCustomObject9Name() { return this.customObject9Name; }
6b0ba75d-39ac-44db-aea4-8f0ae1cf2eed
public java.lang.Integer getCustomInteger17() { return this.customInteger17; }
5a6f5614-f328-40c2-8993-08363b8d29a2
public void setPartnerProgramPartnerType(crmondemand.xml.customobject3.query.QueryType partnerProgramPartnerType) { this.partnerProgramPartnerType = partnerProgramPartnerType; }
6f61f08a-7091-4967-90be-af828b9c709b
public void setCustomText43(crmondemand.xml.opportunity.query.QueryType customText43) { this.customText43 = customText43; }
173846b9-c93e-4c58-b6b0-57cadb93c9dd
public void setCustomDate25(java.util.Calendar customDate25) { this.customDate25 = customDate25; }
1c7ab1d6-9154-43bb-a1de-e3cc66e2b2e3
public void setCustomText48(crmondemand.xml.contact.query.QueryType customText48) { this.customText48 = customText48; }
8250d76e-2e76-4bed-9d10-12d791f23a74
public java.lang.String getPortfolioId() { return this.portfolioId; }
dbe997b7-8753-4cc4-8328-7fe0f0c35961
public void setCustomNumber61(crmondemand.xml.contact.query.QueryType customNumber61) { this.customNumber61 = customNumber61; }
de1c8e1a-8d71-4593-b611-7370ceb7a210
public void generateDemoData(int nCompanies, int nProjects, int nAddresses, int nDepartments, int maxProjectsPerEmployee, int maxEmployeesPerDepartment, int maxEmployeeVacations, int maxEmployeeNickNames, int maxEmployeePhones) { try { begin(); PhoneService phoneService = lookupService(PHONE_SERVICE, PhoneService.class); ProjectService projectService = lookupService(PROJECT_SERVICE, ProjectService.class); EmployeeService empService = lookupService(EMPLOYEE_SERVICE, EmployeeService.class); List<Address> addresses = generateAddresses(nAddresses); List<Company> companies = generateCompanies(nCompanies, addresses); List<Department> departments = generateDepartments(nDepartments); List<Project> projects = generateProjects(nProjects); while (nDepartments-- > 0) { System.out.println("nDepartments -> " + nDepartments); int minEmployees = maxEmployeesPerDepartment >= 2 ? maxEmployeesPerDepartment / 2 : 1; int nEmployees = minEmployees + RAND.nextInt(maxEmployeesPerDepartment - minEmployees); List<ParkingSpace> parkingSpaces = generateParkingSpaces(nEmployees); int depId = departments.remove(0).getId(); while (nEmployees-- > 0) { System.out.println("nEmployees -> " + nEmployees); String name = EMP_NAME_GEN.nextRandomName(); float sallary = RAND.nextFloat() * 10000; Date hireDate = new GregorianCalendar(1990 + RAND.nextInt(new Date().getYear() + 1900 - 1990), RAND.nextInt(12), RAND.nextInt(28)).getTime(); String desc = DESC_GENERATOR.nextRandomName(); EmployeeType type = RAND.nextBoolean() ? EmployeeType.FULL_TIME : EmployeeType.PART_TIME; Company company = companies.get(RAND.nextInt(companies.size())); Address address = addresses.get(RAND.nextInt(addresses.size())); int parkingSpaceId = parkingSpaces.remove(0).getId(); Employee employee = empService.createEmployee(name, sallary, hireDate, desc, type, company, address, depId, parkingSpaceId); int employeeProjects = RAND.nextInt(maxProjectsPerEmployee); List<Project> availableProjects = new ArrayList<>(projects); while (employeeProjects-- > 0) { int projectId = availableProjects.remove(RAND.nextInt(availableProjects.size())).getId(); projectService.addEmployeeToProject(employee.getId(), projectId); } int empPhones = RAND.nextInt(maxEmployeePhones); List<Phone> phones = generatePhones(empPhones); for (Phone phone : phones) { phoneService.addPhoneToEmployee(employee.getId(), phone); } int employeeNickNames = RAND.nextInt(maxEmployeeNickNames); while (employeeNickNames-- > 0) { empService.addNickNameToEmployee(employee, NICK_NAME_GEN.nextRandomName()); } int employeeVacations = RAND.nextInt(maxEmployeeVacations); while (employeeVacations-- > 0) { GregorianCalendar vacationStart = new GregorianCalendar(); vacationStart.setTime(hireDate); vacationStart.add(GregorianCalendar.DAY_OF_YEAR, RAND.nextInt(100)); VacationEntry entry = new VacationEntry(vacationStart.getTime(), RAND.nextInt(10) + 1); empService.addVacationToEmployee(employee, entry); } } } commit(); } catch(Throwable e) { e.printStackTrace(); rollback(); throw e; } }
96873d2c-7df2-46dc-a46e-5706ed71c4db
public void setHoraIniciActivitat(String horaIniciActivitat) { HoraIniciActivitat = horaIniciActivitat; }
2a632287-2271-47ea-9c2f-8ada28fa803e
public void setAccountLocation(java.lang.String accountLocation) { this.accountLocation = accountLocation; }
28a80633-1205-4502-ad99-ba12902ed798
public static com.google.protobuf.DescriptorProtos.FieldOptions parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); }
5a220b60-8e75-41ce-a1e9-65d966f8c1a5
public java.lang.Boolean getCustomBoolean11() { return this.customBoolean11; }
053971be-f136-4354-ba5b-1093c083ddf5
public void handler() { ROM_REGION(0x10000, REGION_CPU1); /* 64k for code */ ROM_LOAD("mp-a.3m", 0x0000, 0x1000, 0x5873a860); ROM_LOAD("mr-a.3l", 0x1000, 0x1000, 0x217dd431); ROM_LOAD("mr-a.3k", 0x2000, 0x1000, 0x9f0af7b2); ROM_LOAD("mr-a.3j", 0x3000, 0x1000, 0x7fe8e2cd); ROM_REGION(0x10000, REGION_CPU2); /* 64k for code */ ROM_LOAD("mp-snd.1a", 0xf000, 0x1000, 0x561d3108); ROM_REGION(0x2000, REGION_GFX1 | REGIONFLAG_DISPOSE); ROM_LOAD("mp-e.3e", 0x0000, 0x1000, 0xe3ee7f75); /* chars */ ROM_LOAD("mp-e.3f", 0x1000, 0x1000, 0xcca6d023); ROM_REGION(0x2000, REGION_GFX2 | REGIONFLAG_DISPOSE); ROM_LOAD("mp-b.3m", 0x0000, 0x1000, 0x707ace5e); /* sprites */ ROM_LOAD("mp-b.3n", 0x1000, 0x1000, 0x9b72133a); ROM_REGION(0x1000, REGION_GFX3 | REGIONFLAG_DISPOSE); ROM_LOAD("mp-e.3l", 0x0000, 0x1000, 0xc46a7f72); /* background graphics */ ROM_REGION(0x1000, REGION_GFX4 | REGIONFLAG_DISPOSE); ROM_LOAD("mp-e.3k", 0x0000, 0x1000, 0xc7aa1fb0); ROM_REGION(0x1000, REGION_GFX5 | REGIONFLAG_DISPOSE); ROM_LOAD("mp-e.3h", 0x0000, 0x1000, 0xa0919392); ROM_REGION(0x0240, REGION_PROMS); ROM_LOAD("2a", 0x0000, 0x0100, 0x0f193a50);/* character palette */ ROM_LOAD("1m", 0x0100, 0x0020, 0x6a57eff2);/* background palette */ ROM_LOAD("1c1j", 0x0120, 0x0020, 0x26979b13);/* sprite palette */ ROM_LOAD("2hx", 0x0140, 0x0100, 0x7ae4cd97);/* sprite lookup table */ ROM_END(); }
8d4ef34c-4f33-49cf-9168-55db11775554
public crmondemand.xml.customobject6.query.QueryType getCustomDate33() { return this.customDate33; }
54cf74fd-5462-433b-b413-44a240d64501
public String getRua() { return rua; }
481871bf-1e01-406c-b943-4b58543a4003
public void setModifiedDate(crmondemand.xml.contact.query.QueryType modifiedDate) { this.modifiedDate = modifiedDate; }
7acc184b-52a5-4949-bb02-2ee9b74a330e
public void setCustomDate8(crmondemand.xml.customobject6.query.QueryType customDate8) { this.customDate8 = customDate8; }
63c7e883-8d75-4406-842b-d905bb5c650d
public void setCustomBoolean26(java.lang.Boolean customBoolean26) { this.customBoolean26 = customBoolean26; }
1f9d88be-2635-4215-bc17-41e669205687
public void setCustomInteger0(crmondemand.xml.customobject6.query.QueryType customInteger0) { this.customInteger0 = customInteger0; }
0713fca7-fc4c-4722-912a-7bc3152e13d3
public void setCustomBoolean14(java.lang.Boolean customBoolean14) { this.customBoolean14 = customBoolean14; }
4c6da17d-8eab-4ed0-9115-009af2c843fa
public java.math.BigDecimal getCustomNumber35() { return this.customNumber35; }
f5f9bebb-eb99-4360-8383-7663d8f66d71
public crmondemand.xml.contact.query.QueryType getCustomNumber45() { return this.customNumber45; }
40f911f0-3c08-4bd3-85bf-f217a47a960f
public crmondemand.xml.customobject3.query.QueryType getFinancialAccountHeldAway() { return this.financialAccountHeldAway; }
eb47eb18-98cd-49ea-9d39-dcb03d0ef193
public void setCustomNumber14(java.math.BigDecimal customNumber14) { this.customNumber14 = customNumber14; }
c31c7bf1-850f-4890-99a9-eb864f33af89
private void jmenu_ExitActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jmenu_ExitActionPerformed int dialogButton = JOptionPane.YES_NO_OPTION; JOptionPane.showConfirmDialog(null, "Would You Like to Save the file before exiting?", "Exit", dialogButton); if (dialogButton == JOptionPane.YES_OPTION) { saveFile(); System.exit(1); } else { System.exit(1); } }
108763b7-2e19-47de-9798-f4bca05b9d30
public HadukiSocket(Proxy proxy) { super(proxy); }
d4e203d7-0d6c-4bbf-ac50-ac7be029f08c
@SuppressWarnings("unchecked") // <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents private void initComponents() { jEImagePanel1 = new GUI.JEImagePanel(); jLabel3 = new javax.swing.JLabel(); jTextField2 = new javax.swing.JTextField(); jButton1 = new javax.swing.JButton(); jScrollPane1 = new javax.swing.JScrollPane(); jTable1 = new javax.swing.JTable(); jLabel1 = new javax.swing.JLabel(); jButton2 = new javax.swing.JButton(); jButton3 = new javax.swing.JButton(); jButton4 = new javax.swing.JButton(); jButton5 = new javax.swing.JButton(); jButton6 = new javax.swing.JButton(); setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE); jEImagePanel1.setIcon(new javax.swing.ImageIcon(getClass().getResource("/IMG/thumb_photoshop.gif"))); // NOI18N jLabel3.setText("Cedula o RUC"); jTextField2.setText("jTextField2"); jTextField2.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jTextField2ActionPerformed(evt); } }); jButton1.setText("Buscar"); jButton1.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jButton1ActionPerformed(evt); } }); jTable1.setModel(new javax.swing.table.DefaultTableModel( new Object [][] { {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null}, {null, null, null, null} }, new String [] { "Title 1", "Title 2", "Title 3", "Title 4" } )); jTable1.addMouseListener(new java.awt.event.MouseAdapter() { public void mouseClicked(java.awt.event.MouseEvent evt) { jTable1MouseClicked(evt); } public void mousePressed(java.awt.event.MouseEvent evt) { jTable1MousePressed(evt); } }); jTable1.addKeyListener(new java.awt.event.KeyAdapter() { public void keyReleased(java.awt.event.KeyEvent evt) { jTable1KeyReleased(evt); } }); jScrollPane1.setViewportView(jTable1); jLabel1.setText(" Cliente"); jButton2.setText("Eliminar"); jButton2.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jButton2ActionPerformed(evt); } }); jButton3.setText("Modificar"); jButton3.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jButton3ActionPerformed(evt); } }); jButton4.setText("Ingresar"); jButton4.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jButton4ActionPerformed(evt); } }); jButton5.setText("Mostrar todo"); jButton5.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jButton5ActionPerformed(evt); } }); jButton6.setText("Salir"); jButton6.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { jButton6ActionPerformed(evt); } }); javax.swing.GroupLayout jEImagePanel1Layout = new javax.swing.GroupLayout(jEImagePanel1); jEImagePanel1.setLayout(jEImagePanel1Layout); jEImagePanel1Layout.setHorizontalGroup( jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addContainerGap() .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addGap(349, 349, 349) .addComponent(jLabel1)) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jLabel3) .addComponent(jTextField2, javax.swing.GroupLayout.PREFERRED_SIZE, 141, javax.swing.GroupLayout.PREFERRED_SIZE)) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)) .addComponent(jButton2, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, 147, Short.MAX_VALUE) .addComponent(jButton1, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, 147, Short.MAX_VALUE) .addComponent(jButton3, javax.swing.GroupLayout.DEFAULT_SIZE, 147, Short.MAX_VALUE) .addComponent(jButton4, javax.swing.GroupLayout.DEFAULT_SIZE, 147, Short.MAX_VALUE) .addComponent(jButton5, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, 147, Short.MAX_VALUE)) .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 561, javax.swing.GroupLayout.PREFERRED_SIZE) .addGap(105, 105, 105)) .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jEImagePanel1Layout.createSequentialGroup() .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(jButton6) .addGap(162, 162, 162))))) .addContainerGap()) ); jEImagePanel1Layout.setVerticalGroup( jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addComponent(jLabel1) .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false) .addGroup(jEImagePanel1Layout.createSequentialGroup() .addGap(38, 38, 38) .addComponent(jLabel3) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addComponent(jTextField2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addComponent(jButton4) .addGap(18, 18, 18) .addComponent(jButton1) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addComponent(jButton2) .addGap(18, 18, 18) .addComponent(jButton3)) .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jEImagePanel1Layout.createSequentialGroup() .addGap(6, 6, 6) .addComponent(jScrollPane1, 0, 0, Short.MAX_VALUE))) .addGap(18, 18, 18) .addGroup(jEImagePanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addComponent(jButton5) .addComponent(jButton6)) .addGap(28, 28, 28)) ); javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addContainerGap() .addComponent(jEImagePanel1, javax.swing.GroupLayout.PREFERRED_SIZE, 732, javax.swing.GroupLayout.PREFERRED_SIZE) .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) ); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(layout.createSequentialGroup() .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) .addComponent(jEImagePanel1, javax.swing.GroupLayout.PREFERRED_SIZE, 316, javax.swing.GroupLayout.PREFERRED_SIZE)) ); pack(); }// </editor-fold>//GEN-END:initComponents
6cae3350-fb3b-4ce0-af53-7d0ce5e87fe3
public void setCustomObject12ExternalSystemId(java.lang.String customObject12ExternalSystemId) { this.customObject12ExternalSystemId = customObject12ExternalSystemId; }
994ec9ba-87e6-4a86-b767-aa6f857509ed
public static boolean symbolConstituentCharacterP(char character) { { Keyword testValue000 = Stella.$CHARACTER_TYPE_TABLE$[(int) character]; if ((testValue000 == Stella.KWD_LETTER) || ((testValue000 == Stella.KWD_DIGIT) || (testValue000 == Stella.KWD_SYMBOL_CONSTITUENT))) { return (true); } else { return (false); } } }
6c3408ca-0af5-43a7-9d6a-705f179456f5
public void setCustomObject1IntegrationId(java.lang.String customObject1IntegrationId) { this.customObject1IntegrationId = customObject1IntegrationId; }
45c7dd3d-436c-4f58-bc5b-ab19be89e6b3
public void setCustomInteger8(java.lang.Integer customInteger8) { this.customInteger8 = customInteger8; }
8650f4f3-2be8-442e-8b2e-b453e660f24f
public void setCampaignName(java.lang.String campaignName) { this.campaignName = campaignName; }
97332ffa-f09d-41a0-b406-4e3c34a340fa
public java.math.BigDecimal getCustomNumber54() { return this.customNumber54; }
5320aafa-2e06-4601-870d-f6a361b30e9b
public void setPolicyTotalPremium(java.math.BigDecimal policyTotalPremium) { this.policyTotalPremium = policyTotalPremium; }
90e7f75f-8e32-44b7-829e-36fc7056d755
public void setClaimLineofbusiness(java.lang.String claimLineofbusiness) { this.claimLineofbusiness = claimLineofbusiness; }
4d668db4-d117-41e9-8d73-3e532bb49f0b
public java.lang.String getCustomText65() { return this.customText65; }