id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
1811ce47-4c20-411c-87d8-70e66dde6751 | public void setLeadStatus(crmondemand.xml.contact.query.QueryType leadStatus) {
this.leadStatus = leadStatus;
} |
804a52ba-8a8e-40ea-9bf5-3b61b06bb107 | public int getState() {
return state;
} |
f82acb86-0e63-4d26-9050-9d22c74da945 | public crmondemand.xml.opportunity.query.QueryType getPlanItemExternalSystemId() {
return this.planItemExternalSystemId;
} |
e70e6c26-8ce7-492b-8573-0a7a571a30ce | public void setLeadExternalSystemId(java.lang.String leadExternalSystemId) {
this.leadExternalSystemId = leadExternalSystemId;
} |
1e1f0da5-21ef-437f-b410-5f716c1e9e76 | public void setCustomNumber59(crmondemand.xml.contact.query.QueryType customNumber59) {
this.customNumber59 = customNumber59;
} |
f37251e8-f0b8-46f8-af70-64fd6bbb0812 | public String getDireccion() {
return direccion;
} |
71c12cf1-6aec-41b4-8e16-52b036048fa7 | public void actionPerformed(ActionEvent event)
{
if (!nameField.getText().isEmpty() && !emailField.getText().isEmpty() && !phoneField.getText().isEmpty()
&& !addressField.getText().isEmpty() && !ccNumField.getText().isEmpty() && !ccDateField.getText().isEmpty()
&& !ccSecCodeField.getText().isEmpty() && !sellerIPAddressField.getText().isEmpty())
{
requiredFields=0;
sendPurchaseInfo();
if (purchaseConfirmed == PURCHASE_SUCCESS)
{
confirmationScreen();
}else if (purchaseConfirmed == PURCHASE_FAIL_HOSTNAME_ERROR || purchaseConfirmed == PURCHASE_FAIL_IO_ERROR)
{
failureScreen();
}
}else
{
requiredFields++;
checkoutScreen();
}
} |
4f6f0c2b-d1c4-45e2-8d47-5068869d174c | public crmondemand.xml.opportunity.query.QueryType getCustomText76() {
return this.customText76;
} |
3d8dac2f-bdac-40e2-ae14-db4c9de329c9 | public String getBaseUrl() {
return baseUrl;
} |
1fed459c-4554-4056-b4d1-f656fbccd511 | public static void main(String[] args) {
IODevice main = new IODevice(new CPU(null, null, null), "Disk", 1000, 5000);
new Thread(main).start();
} |
aef55e02-30e2-4e87-ac4e-dd840131bd3b | public void setCustomBoolean30(java.lang.Boolean customBoolean30) {
this.customBoolean30 = customBoolean30;
} |
c734877b-d2b3-4eae-abfc-7e58c1ffa86c | public void render(Bitmap b, Level l, int x, int y) {
@SuppressWarnings("unused")
int subTexture = l.getSubTexture(x >> 4, y >> 4);
ImageManager.renderFromImage("tileMap", b, x, y, Tile.GRASS.getId(), 16);
ImageManager.renderFromImage("tileMap", b, x, y, tileId, 16);
} |
c042427b-43ca-4e32-b565-8f9803fc6b57 | public Solver(){
int total = COLUMN_SIZE + 4 * 729 + 1;
L = new int[total];
R = new int[total];
U = new int[total];
D = new int[total];
C = new int[total];
S = new int[325];
wasRemoved = new boolean[325];
} |
f039ad0a-8305-4935-b7d6-00ea2a8b244a | public EntityFactory addLater() {
addingToMap = true;
return this;
} |
98268a67-0fef-48d0-86aa-e71c2f9f32c6 | public crmondemand.xml.customobject3.query.QueryType getOpportunityModifiedDateExt() {
return this.opportunityModifiedDateExt;
} |
c128f027-4c22-44c1-95a7-01dd853a862f | public static Cons cppTranslateVerbatimTree(Cons tree) {
{ Cons cursor = tree.rest;
Stella_Object verbatimcode = null;
while (!(cursor == Stella.NIL)) {
if (cursor.value == Stella.KWD_CPP) {
verbatimcode = cursor.rest.value;
return (Cons.list$(Cons.cons(Stella.SYM_STELLA_CPP_VERBATIM, Cons.cons(verbatimcode, Cons.cons(Stella.NIL, Stella.NIL)))));
}
cursor = cursor.rest.rest;
}
throw ((StellaException)(StellaException.newStellaException("Verbatim has no :cpp option").fillInStackTrace()));
}
} |
6078d570-4d1b-494c-945c-0193b3ba407c | public java.util.Calendar getCustomDate11() {
return this.customDate11;
} |
b8262e30-4f41-4e96-8829-d7377dc289f4 | public void setCustomDate18(crmondemand.xml.opportunity.query.QueryType customDate18) {
this.customDate18 = customDate18;
} |
048cf245-b1a1-4423-8480-d5715f007be8 | public void setCustomCurrency8(java.math.BigDecimal customCurrency8) {
this.customCurrency8 = customCurrency8;
} |
be457385-3751-413e-aa02-30a782606235 | @Test
public void toStringtest(){
String result =book2.title+'\t'+book2.author+ '\t'+book2.publish+'\t'+book2.ISBN+'\t'+book2.avail
+'\t'+book2.borrower;
assertTrue(result.equals(book2.toString()));
} |
bebbd965-6e13-4c29-bcef-7b9ee61895aa | public void setCustomText77(crmondemand.xml.opportunity.query.QueryType customText77) {
this.customText77 = customText77;
} |
f5b144a7-aa3d-461f-bd66-cd7440dfec35 | public static void cppOutputFunctionSignature(Cons function) {
{ String result000 = null;
{ Object old$CurrentStream$000 = Stella.$CURRENT_STREAM$.get();
try {
Native.setSpecial(Stella.$CURRENT_STREAM$, OutputStringStream.newOutputStringStream());
{
((OutputStream)(Stella.$CURRENT_STREAM$.get())).nativeStream.print(((StringWrapper)(function.rest.value)).wrapperValue);
Cons.cppOutputFormalParameters(((Cons)(function.rest.rest.value)));
}
result000 = ((OutputStringStream)(((OutputStream)(Stella.$CURRENT_STREAM$.get())))).theStringReader();
} finally {
Stella.$CURRENT_STREAM$.set(old$CurrentStream$000);
}
}
{ String baresignature = result000;
Stella_Object.cppOutputTypedEntity(function.value, StringWrapper.wrapString(baresignature), null);
}
}
} |
1d7342a4-1a7b-4962-8c16-c3ec90ca261a | public crmondemand.xml.contact.query.QueryType getCurrencyCode() {
return this.currencyCode;
} |
bddebbc2-6de6-4e91-9253-b4d63287bfef | public void setCustomMultiSelectPickList7(java.lang.String customMultiSelectPickList7) {
this.customMultiSelectPickList7 = customMultiSelectPickList7;
} |
b4935a64-f517-41aa-ad7e-b8df4a0f0196 | public void setCustomNumber39(java.math.BigDecimal customNumber39) {
this.customNumber39 = customNumber39;
} |
0f8b83f0-73d0-483b-bba3-f0a11d1143e4 | public crmondemand.xml.contact.query.QueryType getCustomNumber12() {
return this.customNumber12;
} |
17a93381-0ae1-4546-83ef-b72519c0e040 | public crmondemand.xml.customobject6.query.QueryType getCustomObject11Id() {
return this.customObject11Id;
} |
963622f8-180a-4213-8cc0-c2b282c1448f | @Override
public List<MembreDTO> findByNom(Session session,
String nom,
String sortByPropertyName) throws InvalidHibernateSessionException,
InvalidCriterionException,
InvalidCriterionValueException,
InvalidSortByPropertyException,
ServiceException {
try {
return getMembreDAO().findByNom(session,
nom,
sortByPropertyName);
} catch(DAOException daoException) {
throw new ServiceException(daoException);
}
} |
547568cc-7618-43ce-9ee5-ae4154a9e440 | public java.lang.Boolean getCustomBoolean24() {
return this.customBoolean24;
} |
8c2ef641-9a61-4386-8d88-a3dc4b44ed62 | public void setCustomNumber34(java.math.BigDecimal customNumber34) {
this.customNumber34 = customNumber34;
} |
df16cbe6-9599-49b0-b518-218471ea388f | public crmondemand.xml.opportunity.query.QueryType getCustomDate34() {
return this.customDate34;
} |
ae428d14-a4c3-41da-a491-bb4af3a5c4c8 | public void setCustomDate53(java.util.Calendar customDate53) {
this.customDate53 = customDate53;
} |
75f096a2-38c3-4904-b569-676f3eda1528 | @Override
public void actionPerformed(ActionEvent e) {
Nif nif = new Nif(input.getText());
Cif cif = new Cif(input.getText());
Nie nie = new Nie(input.getText());
if(nif.isNif()){
icon.setText("Nif Correcto");
}else if(cif.isCif()){
icon.setText("Cif Correcto");
}else if(nie.isNie()){
icon.setText("Nie Correcto");
}
else
icon.setText("Incorrecto");
tmp.start();
input.requestFocus();
input.selectAll();
// t= new Thread(Gui.this);
// t.start();
} |
6b5c0b12-1e20-4e79-b45f-0223b2581dc4 | public crmondemand.xml.customobject3.query.QueryType getCreatedByAlias() {
return this.createdByAlias;
} |
f0226404-95d8-43f2-8d42-f3b990e093d3 | public SimulationControler(SimulationView view) {
// we get the instance of the model (singleton pattern)
this.model = SimulationModel.getInstance();
this.view = view;
} |
1ed89387-274f-4896-9c01-1fdb9430a12c | public crmondemand.xml.customobject6.query.QueryType getCustomDate42() {
return this.customDate42;
} |
46da068a-7076-4c38-bb5e-5f67adc575a8 | public void setCustomObject12Name(java.lang.String customObject12Name) {
this.customObject12Name = customObject12Name;
} |
7e979c74-7d45-4e77-a1f1-ac0425a770a4 | public crmondemand.xml.customobject3.query.QueryType getFundName() {
return this.fundName;
} |
9c142733-cb45-4046-a4e1-a90717e99143 | public void setPartnerOrgStatus(crmondemand.xml.opportunity.query.QueryType partnerOrgStatus) {
this.partnerOrgStatus = partnerOrgStatus;
} |
6ad707bc-ad58-4ffe-ad2a-80d86d83cea3 | public java.lang.String getCustomText55() {
return this.customText55;
} |
bc155581-f92f-4ea1-9d23-ca781b1e1fc7 | public void setCustomNumber38(java.math.BigDecimal customNumber38) {
this.customNumber38 = customNumber38;
} |
3f528146-ae64-4463-a4b9-962c1abb91f4 | public crmondemand.xml.customobject6.query.QueryType getCustomText23() {
return this.customText23;
} |
9da9c0df-b6ea-4268-b4e2-9bb0eada09ea | public crmondemand.xml.contact.query.QueryType getCustomInteger6() {
return this.customInteger6;
} |
75e0bef1-9fdb-48a7-bacf-52e7ac0cca27 | @Override
public void deleteMin()
{
if (isEmpty())
throw new RuntimeException("Symbol table underflow");
root = deleteMin(root);
// assert check();
} |
eeda4720-2675-4b64-88a4-bac1a189f879 | public void setCustomInteger23(crmondemand.xml.opportunity.query.QueryType customInteger23) {
this.customInteger23 = customInteger23;
} |
0d0e94c5-d421-45f5-a0b2-216141a29604 | public void setCustomPhone4(crmondemand.xml.customobject3.query.QueryType customPhone4) {
this.customPhone4 = customPhone4;
} |
10aacef2-98e5-4735-917f-a638fafce6b4 | public Builder clearDamageFactor() {
bitField0_ = (bitField0_ & ~0x00000080);
damageFactor_ = 0;
onChanged();
return this;
} |
fa297ab9-d1c0-400e-aaca-74a75482c570 | public java.lang.String getCustomPickList21() {
return this.customPickList21;
} |
17d5ae9b-2938-4249-b754-83898b598b46 | public void setCustomPickList46(java.lang.String customPickList46) {
this.customPickList46 = customPickList46;
} |
ddf270c6-c6a8-4506-991e-97d454f88755 | public void setCustomBoolean13(java.lang.Boolean customBoolean13) {
this.customBoolean13 = customBoolean13;
} |
7e137bbb-55ff-4682-b5a1-62814a27fb38 | public void setStatus(java.lang.String status) {
this.status = status;
} |
e0e204bc-083e-4b7d-b16a-23c89a8dd446 | public void setPolicyExchangeDate(java.util.Calendar policyExchangeDate) {
this.policyExchangeDate = policyExchangeDate;
} |
3db0b066-b11f-4a0f-8daf-d4a8e522563f | public void setOpportunityExternalSystemId(crmondemand.xml.customobject3.query.QueryType opportunityExternalSystemId) {
this.opportunityExternalSystemId = opportunityExternalSystemId;
} |
aa37a166-ec15-461a-aea8-6b9226d0dbf8 | public JuzerBranch<E> getParent() {
return parent;
} |
8c70a7ac-8c45-4da4-a1fd-c22356aee429 | public crmondemand.xml.opportunity.query.QueryType getCustomPickList7() {
return this.customPickList7;
} |
7fe95b09-cfde-4bc9-b2d7-ada80f3b1737 | public java.lang.String getCustomObject14Type() {
return this.customObject14Type;
} |
770ccf6d-6579-41dd-aa5b-1b49af67b245 | public crmondemand.xml.contact.query.QueryType getCustomCurrency3() {
return this.customCurrency3;
} |
9c6e33e0-6e2c-43b6-81ce-8dc6143eb303 | private void transitionToThirdLevel(int selectedBook){
//Swap out the inverseColoring checkbox for a scaledColoring checkbox.
contentPane.remove(inverseColoring);
scaledColoring = new JCheckBox("Scaled Coloring");
scaledColoring.setBounds(1319, 262, 105, 23);
contentPane.add(scaledColoring);
scaledColoring.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
g.setScaledColoring(scaledColoring.isSelected());
currentForceDirectedGraph.repaint();
}
});
visualizationLevel = 3;
theFrame.remove(tileBarPanel);
queryForGraph(selectedBook);
theFrame.revalidate();
theFrame.repaint();
} |
8ab2a8b3-6f72-400d-9c17-ae41354681f8 | public crmondemand.xml.customobject6.query.QueryType getCanceledDate() {
return this.canceledDate;
} |
9b909652-decd-4d90-8388-b765a006da88 | public void setCustomObject9IntegrationId(java.lang.String customObject9IntegrationId) {
this.customObject9IntegrationId = customObject9IntegrationId;
} |
68a762fb-2b67-449a-8295-052bc4471753 | public void setModifiedDate(java.util.Calendar modifiedDate) {
this.modifiedDate = modifiedDate;
} |
f2ae97a3-5866-4a1f-9207-29c641233d28 | public void setInvtPeriodEndDate(java.util.Calendar invtPeriodEndDate) {
this.invtPeriodEndDate = invtPeriodEndDate;
} |
b5773681-b25f-41ce-951d-63bf19edab3c | public void setObjectiveName(java.lang.String objectiveName) {
this.objectiveName = objectiveName;
} |
4c81feb3-0b80-43fa-a262-c688b7a39ded | public void setType(crmondemand.xml.customobject6.query.QueryType type) {
this.type = type;
} |
635159a6-6878-4c6c-b9bb-b7b5672c70bd | public double getAverageKeywordOccurentPerPage(String the_keyword, double the_max) {
double ave = 0.0;
if (my_map.containsKey(the_keyword)) {
ave = my_map.get(the_keyword);
}
ave = ave / the_max;
return ave;
} |
7dcb2ce6-7518-4edb-9066-a59004f61ede | public static com.google.protobuf.DescriptorProtos.DescriptorProto parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
} |
115d8c68-5c13-4497-a217-582c5e6f0f04 | public void setCustomCurrency15(java.math.BigDecimal customCurrency15) {
this.customCurrency15 = customCurrency15;
} |
56122261-7534-4066-9e2f-e69157006462 | public int getAbilitiesCount() {
if (abilitiesBuilder_ == null) {
return abilities_.size();
} else {
return abilitiesBuilder_.getCount();
}
} |
4f5cf176-9eee-41d1-b682-85837cf9ba4f | public void setSolutionReleaseDate(crmondemand.xml.contact.query.QueryType solutionReleaseDate) {
this.solutionReleaseDate = solutionReleaseDate;
} |
27aaff99-f8d2-40a3-9d4f-9d02e484cfe8 | public java.lang.String getDescription() {
return this.description;
} |
f34bde94-d490-4db0-84ff-79be9eab8d1c | public java.math.BigDecimal getCustomCurrency16() {
return this.customCurrency16;
} |
19d7aff1-2333-4404-83f1-058359a8bff2 | public crmondemand.xml.opportunity.query.QueryType getCustomBoolean24() {
return this.customBoolean24;
} |
3ef40910-3ecf-4328-bd7a-2b3b5bb57f4f | public void setCustomPickList79(java.lang.String customPickList79) {
this.customPickList79 = customPickList79;
} |
4d3f788a-c47a-43c3-b14e-1752e605a5b1 | public RegisterableChannel getChannel() {
return svrChannel;
} |
9752b65e-5bcc-43fc-bb54-ba97acf4aaf8 | public void setCustomPickList43(java.lang.String customPickList43) {
this.customPickList43 = customPickList43;
} |
ef86f91d-90ff-4e1d-bbdb-d99b793b99ac | @Override
public int hashCode() {
return 0;
} |
a76048a0-769a-489f-8488-e4e6ca4be86e | public void setCustomNumber43(java.math.BigDecimal customNumber43) {
this.customNumber43 = customNumber43;
} |
5414c985-431a-4abe-92ba-b747274b8db7 | public void updateScanPlan(int fid, int status){
try{
if(prefetchConnectionURL != null&&userName!=null&&passWd!=null){
Connection conn = DriverManager.getConnection(prefetchConnectionURL,userName,passWd);
PreparedStatement pstmt = conn.prepareStatement("update TB_SCANPLAN set fendibm = ? where fid = ?");
pstmt.setInt(1, status);
pstmt.setInt(2, fid);
pstmt.executeUpdate();
pstmt.close();
}
} catch(SQLException ex){
logger.log(Level.SEVERE, "update db:", ex);
}
} |
8a6f8a20-32e2-42b9-9aa6-805f219f0397 | public void setCustomDate45(crmondemand.xml.opportunity.query.QueryType customDate45) {
this.customDate45 = customDate45;
} |
643476ab-058d-4ac4-abbd-7d3bd441fcdb | public java.lang.String getOwnerIntegrationId() {
return this.ownerIntegrationId;
} |
21d51182-5264-4cc0-8147-481d82697228 | public ExpressionContext expression() {
return getRuleContext(ExpressionContext.class,0);
} |
10e52291-10b8-4066-846c-69aa31755320 | public java.lang.String getCustomPickList33() {
return this.customPickList33;
} |
8d81378e-a276-41f9-8c2f-f4b48437d3da | public crmondemand.xml.customobject6.query.QueryType getActivityType() {
return this.activityType;
} |
263e5911-a08e-40ee-9eb2-15dfbd626628 | public void setActivityExternalSystemId(java.lang.String activityExternalSystemId) {
this.activityExternalSystemId = activityExternalSystemId;
} |
292a8f66-c425-45eb-9ff4-61b3a1a9428b | public java.lang.Integer getCustomInteger25() {
return this.customInteger25;
} |
253275a1-049a-4e3a-83a5-efeb6b3dfe1d | * @throws com.oracle.xmlns.oxp.service.publicreportservice.OperationFailedException :
*/
public com.oracle.xmlns.oxp.service.publicreportservice.GetFolderContentsInSessionResponse getFolderContentsInSession(
com.oracle.xmlns.oxp.service.publicreportservice.GetFolderContentsInSession getFolderContentsInSession30)
throws java.rmi.RemoteException
,com.oracle.xmlns.oxp.service.publicreportservice.InvalidParametersException
,com.oracle.xmlns.oxp.service.publicreportservice.AccessDeniedException
,com.oracle.xmlns.oxp.service.publicreportservice.OperationFailedException{
org.apache.axis2.context.MessageContext _messageContext = null;
try{
org.apache.axis2.client.OperationClient _operationClient = _serviceClient.createClient(_operations[15].getName());
_operationClient.getOptions().setAction("\"\"");
_operationClient.getOptions().setExceptionToBeThrownOnSOAPFault(true);
addPropertyToOperationClient(_operationClient,org.apache.axis2.description.WSDL2Constants.ATTR_WHTTP_QUERY_PARAMETER_SEPARATOR,"&");
// create a message context
_messageContext = new org.apache.axis2.context.MessageContext();
// create SOAP envelope with that payload
org.apache.axiom.soap.SOAPEnvelope env = null;
env = toEnvelope(getFactory(_operationClient.getOptions().getSoapVersionURI()),
getFolderContentsInSession30,
optimizeContent(new javax.xml.namespace.QName("http://xmlns.oracle.com/oxp/service/PublicReportService",
"getFolderContentsInSession")));
//adding SOAP soap_headers
_serviceClient.addHeadersToEnvelope(env);
// set the message context with that soap envelope
_messageContext.setEnvelope(env);
// add the message contxt to the operation client
_operationClient.addMessageContext(_messageContext);
//execute the operation client
_operationClient.execute(true);
org.apache.axis2.context.MessageContext _returnMessageContext = _operationClient.getMessageContext(
org.apache.axis2.wsdl.WSDLConstants.MESSAGE_LABEL_IN_VALUE);
org.apache.axiom.soap.SOAPEnvelope _returnEnv = _returnMessageContext.getEnvelope();
java.lang.Object object = fromOM(
_returnEnv.getBody().getFirstElement() ,
com.oracle.xmlns.oxp.service.publicreportservice.GetFolderContentsInSessionResponse.class,
getEnvelopeNamespaces(_returnEnv));
return (com.oracle.xmlns.oxp.service.publicreportservice.GetFolderContentsInSessionResponse)object;
}catch(org.apache.axis2.AxisFault f){
org.apache.axiom.om.OMElement faultElt = f.getDetail();
if (faultElt!=null){
if (faultExceptionNameMap.containsKey(faultElt.getQName())){
//make the fault by reflection
try{
java.lang.String exceptionClassName = (java.lang.String)faultExceptionClassNameMap.get(faultElt.getQName());
java.lang.Class exceptionClass = java.lang.Class.forName(exceptionClassName);
java.lang.Exception ex=
(java.lang.Exception) exceptionClass.newInstance();
//message class
java.lang.String messageClassName = (java.lang.String)faultMessageMap.get(faultElt.getQName());
java.lang.Class messageClass = java.lang.Class.forName(messageClassName);
java.lang.Object messageObject = fromOM(faultElt,messageClass,null);
java.lang.reflect.Method m = exceptionClass.getMethod("setFaultMessage",
new java.lang.Class[]{messageClass});
m.invoke(ex,new java.lang.Object[]{messageObject});
if (ex instanceof com.oracle.xmlns.oxp.service.publicreportservice.InvalidParametersException){
throw (com.oracle.xmlns.oxp.service.publicreportservice.InvalidParametersException)ex;
}
if (ex instanceof com.oracle.xmlns.oxp.service.publicreportservice.AccessDeniedException){
throw (com.oracle.xmlns.oxp.service.publicreportservice.AccessDeniedException)ex;
}
if (ex instanceof com.oracle.xmlns.oxp.service.publicreportservice.OperationFailedException){
throw (com.oracle.xmlns.oxp.service.publicreportservice.OperationFailedException)ex;
}
throw new java.rmi.RemoteException(ex.getMessage(), ex);
}catch(java.lang.ClassCastException e){
// we cannot intantiate the class - throw the original Axis fault
throw f;
} catch (java.lang.ClassNotFoundException e) {
// we cannot intantiate the class - throw the original Axis fault
throw f;
}catch (java.lang.NoSuchMethodException e) {
// we cannot intantiate the class - throw the original Axis fault
throw f;
} catch (java.lang.reflect.InvocationTargetException e) {
// we cannot intantiate the class - throw the original Axis fault
throw f;
} catch (java.lang.IllegalAccessException e) {
// we cannot intantiate the class - throw the original Axis fault
throw f;
} catch (java.lang.InstantiationException e) {
// we cannot intantiate the class - throw the original Axis fault
throw f;
}
}else{
throw f;
}
}else{
throw f;
}
} finally {
_messageContext.getTransportOut().getSender().cleanup(_messageContext);
}
} |
3d1f11c9-303b-4f9a-946f-42094f63fb09 | public void setCustomText71(java.lang.String customText71) {
this.customText71 = customText71;
} |
96782161-eb80-4dd6-866e-1ea0efcd4f69 | public Object visit(Rule_cmdFilledNewArrayRange rule)
{
if (!terminal) System.out.println();
System.out.print("<cmdFilledNewArrayRange>");
terminal = false;
visitRules(rule.rules);
if (!terminal) System.out.println();
System.out.print("</cmdFilledNewArrayRange>");
terminal = false;
return null;
} |
1ffed477-3ac3-4949-8080-227b4b6c10eb | private void addComponent(Container container,Component c,int x,int y,int width,int height)
{
c.setBounds(x,y,width,height);
container.add(c);
} |
f33ddffd-0420-4ad5-bb4b-be08a1abb865 | public static void main (String[] args) {
SimpleGui1 gui = new SimpleGui1();
gui.go();
} |
b794b9d4-199f-4b67-978c-3e10e3384589 | public void setContactFullName(java.lang.String contactFullName) {
this.contactFullName = contactFullName;
} |
4a57ff60-383d-4b8d-8eea-39fb617cda29 | public void setProduct(crmondemand.xml.customobject6.query.QueryType product) {
this.product = product;
} |
c476bddf-1cd3-404f-8480-708a14350b0e | public Builder clearDimensionLeft() {
bitField0_ = (bitField0_ & ~0x08000000);
dimensionLeft_ = 0;
onChanged();
return this;
} |
53429697-634b-466a-a4e4-b18539b29b31 | public java.lang.String getAccountExternalSystemId() {
return this.accountExternalSystemId;
} |
47c6d1f6-eadb-4066-9b8f-9c9e2f001c67 | public void setCustomDate35(java.util.Calendar customDate35) {
this.customDate35 = customDate35;
} |
c16b0cad-78c7-40ab-aad0-38ec66dca35d | public java.lang.Integer getCustomInteger25() {
return this.customInteger25;
} |
6e42a82c-2ece-49bc-9e92-aecab7bc7738 | public java.lang.String getPolicyCurrencyCode() {
return this.policyCurrencyCode;
} |
2f5c682f-33ed-4765-81fb-cc1b403ba143 | public java.math.BigDecimal getCustomNumber26() {
return this.customNumber26;
} |
cf645780-14c1-43ac-92d3-1eeb600c7384 | public crmondemand.xml.contact.query.QueryType getCustomInteger30() {
return this.customInteger30;
} |
4c648b44-b602-4d19-bb5d-8de17c381193 | public void setCustomDate21(crmondemand.xml.opportunity.query.QueryType customDate21) {
this.customDate21 = customDate21;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.