id
stringlengths
36
36
text
stringlengths
1
1.25M
6839a781-5b11-496a-bb93-fe1b9aca177c
public String getUsername() { return username; }
3b2def82-55cd-400c-a1a8-09aae28a3024
public crmondemand.xml.contact.query.QueryType getCustomPickList99() { return this.customPickList99; }
ce94ef30-8ea5-4d52-a283-d0d00217bc00
public crmondemand.xml.contact.query.QueryType getFundRequestStatus() { return this.fundRequestStatus; }
c32ed167-c32f-495e-b469-a688f2d9fc1a
public void setCustomText12(java.lang.String customText12) { this.customText12 = customText12; }
6239cdb0-44ae-4206-b92c-07c9018329ac
public java.lang.String getCustomObject13Type() { return this.customObject13Type; }
684c6be2-b843-4fcc-9894-4b3159d25ed7
public String getCountry();
e9db2ae4-1d3c-4f81-92c5-bb1cf151bc11
public void setCustomDate29(java.util.Calendar customDate29) { this.customDate29 = customDate29; }
4f3d43e8-c3ac-4cdd-bd02-b753a2234c9f
public java.lang.Integer getCustomInteger2() { return this.customInteger2; }
746a5131-7aad-495f-886f-1b95f21140dd
public crmondemand.xml.customobject3.query.QueryType getCustomCurrency10() { return this.customCurrency10; }
3c9ea348-cb16-4723-9740-b90d5ce642e9
public java.lang.String getCustomPhone0() { return this.customPhone0; }
f4ede7bf-dabb-4260-9010-aef8d911fa5c
public java.lang.String getCustomText65() { return this.customText65; }
f9b16b1f-88aa-46c2-9c17-757a42581d27
public void removeMouseListener(MouseListener listener) { mouseListener = AWTEventMulticaster.remove(mouseListener, listener); }
83ae05ab-1e20-46de-a81a-e62c131f4038
public void setCustomDate1(crmondemand.xml.contact.query.QueryType customDate1) { this.customDate1 = customDate1; }
a1ea5bf9-9fdc-496e-b4ee-e27ef2e7494e
void addAt(T e, int idx){ l.add(idx, e); }
49693b47-74c7-4f88-acea-f5aa86916666
public void setCustomNumber16(java.math.BigDecimal customNumber16) { this.customNumber16 = customNumber16; }
9c0de372-92f9-4af3-833b-14efce692977
public void setCustomBoolean34(java.lang.Boolean customBoolean34) { this.customBoolean34 = customBoolean34; }
5126228d-a1da-4aad-9ca5-388dc193c151
public java.math.BigDecimal getCustomNumber45() { return this.customNumber45; }
785e5b46-4dee-4c23-a90d-bbefd786ed72
public void setIndexedPick1(java.lang.String indexedPick1) { this.indexedPick1 = indexedPick1; }
675e492b-2af7-4494-ab56-b50ca3e3a24e
public void setCustomPickList63(crmondemand.xml.contact.query.QueryType customPickList63) { this.customPickList63 = customPickList63; }
5331ecbe-e46c-4cb1-83e9-f0cc25a8f717
public java.lang.String getExamStatus() { return this.examStatus; }
f7b1ccce-9132-4dcf-ad28-580f96dc23d4
public java.lang.String getCustomPickList25() { return this.customPickList25; }
ac2222d7-6d01-43c1-87c1-8ac1d7bb1546
public crmondemand.xml.customobject3.query.QueryType getCustomDate23() { return this.customDate23; }
1137aa4f-9b29-45a5-90c8-31e83fae9021
public void setZCustomText83(crmondemand.xml.customobject6.query.QueryType zCustomText83) { this.zCustomText83 = zCustomText83; }
e9e8f0cf-3020-46bb-a55c-699fdb9f871b
public void setMis(Image mis) { this.mis = mis; }
c9492b8f-6cf4-4652-bf0f-452034bc8051
public deleteCourse_argsStandardScheme getScheme() { return new deleteCourse_argsStandardScheme(); } } private static class deleteCourse_argsStandardScheme extends StandardScheme<deleteCourse_args> { public void read(org.apache.thrift.protocol.TProtocol iprot, deleteCourse_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // COURSE_NUMBER if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.courseNumber = iprot.readString(); struct.setCourseNumberIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, deleteCourse_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.courseNumber != null) { oprot.writeFieldBegin(COURSE_NUMBER_FIELD_DESC); oprot.writeString(struct.courseNumber); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class deleteCourse_argsTupleSchemeFactory implements SchemeFactory { public deleteCourse_argsTupleScheme getScheme() { return new deleteCourse_argsTupleScheme(); } } private static class deleteCourse_argsTupleScheme extends TupleScheme<deleteCourse_args> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, deleteCourse_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetCourseNumber()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetCourseNumber()) { oprot.writeString(struct.courseNumber); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, deleteCourse_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.courseNumber = iprot.readString(); struct.setCourseNumberIsSet(true); } } } } public static class deleteCourse_result implements org.apache.thrift.TBase<deleteCourse_result, deleteCourse_result._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("deleteCourse_result"); private static final org.apache.thrift.protocol.TField CNF_FIELD_DESC = new org.apache.thrift.protocol.TField("cnf", org.apache.thrift.protocol.TType.STRUCT, (short)1); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new deleteCourse_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new deleteCourse_resultTupleSchemeFactory()); } public CourseNotFound cnf; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { CNF((short)1, "cnf"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // CNF return CNF; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.CNF, new org.apache.thrift.meta_data.FieldMetaData("cnf", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRUCT))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(deleteCourse_result.class, metaDataMap); } public deleteCourse_result() { } public deleteCourse_result( CourseNotFound cnf) { this(); this.cnf = cnf; } /** * Performs a deep copy on <i>other</i>. */ public deleteCourse_result(deleteCourse_result other) { if (other.isSetCnf()) { this.cnf = new CourseNotFound(other.cnf); } } public deleteCourse_result deepCopy() { return new deleteCourse_result(this); } @Override public void clear() { this.cnf = null; } public CourseNotFound getCnf() { return this.cnf; } public deleteCourse_result setCnf(CourseNotFound cnf) { this.cnf = cnf; return this; } public void unsetCnf() { this.cnf = null; } /** Returns true if field cnf is set (has been assigned a value) and false otherwise */ public boolean isSetCnf() { return this.cnf != null; } public void setCnfIsSet(boolean value) { if (!value) { this.cnf = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case CNF: if (value == null) { unsetCnf(); } else { setCnf((CourseNotFound)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case CNF: return getCnf(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case CNF: return isSetCnf(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof deleteCourse_result) return this.equals((deleteCourse_result)that); return false; } public boolean equals(deleteCourse_result that) { if (that == null) return false; boolean this_present_cnf = true && this.isSetCnf(); boolean that_present_cnf = true && that.isSetCnf(); if (this_present_cnf || that_present_cnf) { if (!(this_present_cnf && that_present_cnf)) return false; if (!this.cnf.equals(that.cnf)) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(deleteCourse_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; deleteCourse_result typedOther = (deleteCourse_result)other; lastComparison = Boolean.valueOf(isSetCnf()).compareTo(typedOther.isSetCnf()); if (lastComparison != 0) { return lastComparison; } if (isSetCnf()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.cnf, typedOther.cnf); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("deleteCourse_result("); boolean first = true; sb.append("cnf:"); if (this.cnf == null) { sb.append("null"); } else { sb.append(this.cnf); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class deleteCourse_resultStandardSchemeFactory implements SchemeFactory { public deleteCourse_resultStandardScheme getScheme() { return new deleteCourse_resultStandardScheme(); } } private static class deleteCourse_resultStandardScheme extends StandardScheme<deleteCourse_result> { public void read(org.apache.thrift.protocol.TProtocol iprot, deleteCourse_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // CNF if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) { struct.cnf = new CourseNotFound(); struct.cnf.read(iprot); struct.setCnfIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, deleteCourse_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.cnf != null) { oprot.writeFieldBegin(CNF_FIELD_DESC); struct.cnf.write(oprot); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class deleteCourse_resultTupleSchemeFactory implements SchemeFactory { public deleteCourse_resultTupleScheme getScheme() { return new deleteCourse_resultTupleScheme(); } } private static class deleteCourse_resultTupleScheme extends TupleScheme<deleteCourse_result> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, deleteCourse_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetCnf()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetCnf()) { struct.cnf.write(oprot); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, deleteCourse_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.cnf = new CourseNotFound(); struct.cnf.read(iprot); struct.setCnfIsSet(true); } }
6be63cb9-a10a-4692-844d-64d7b2efc966
public java.lang.String getCustomPickList82() { return this.customPickList82; }
a23bd906-2faf-4471-b9d9-1ba696200f9b
public void setCustomPhone11(java.lang.String customPhone11) { this.customPhone11 = customPhone11; }
447773f9-c977-49a9-a31d-f752a6741f1f
public java.lang.String getCustomText20() { return this.customText20; }
738b8a8d-611a-462e-92ca-576c3acfcfa1
public void setCustomInteger22(java.lang.Integer customInteger22) { this.customInteger22 = customInteger22; }
3edd4cb1-80b4-4c6c-af5a-14e2977162ef
public crmondemand.xml.opportunity.query.QueryType getServiceRequestStatus() { return this.serviceRequestStatus; }
a7770c1f-c02b-44ec-a89d-755ecc7a55e9
public java.lang.Boolean getCustomBoolean12() { return this.customBoolean12; }
9bb47832-6246-4e03-847c-99e51f7efe4f
@Before public void setUp() throws Exception { Block genesis = new Block(null); SignedBlock sb = SignedBlock.Sign(genesis, issuerID); testChain = new BlockChain(sb); testChain.addBlock( new SignedBlock(null, ctrptyID1 ) ); testChain.addBlock( new SignedBlock(null, ctrptyID2 ) ); }
4f745a93-f016-4b7e-8992-71594d05ecb0
public void setCustomNumber11(crmondemand.xml.contact.query.QueryType customNumber11) { this.customNumber11 = customNumber11; }
ac1419c9-c201-4bdf-a788-0764298f9d00
public void unfinishMoonlightAchievement(int id) { if (moonlightAchievementFinished(id)) { if (isAlive() && !isClone()) { MoonlightAchievements.getInstance().getById(id).unfinishMoonlightAchievement(this); } } }
906e3021-d5ee-4f43-8005-26957d07d92c
public void setCustomText82(java.lang.String customText82) { this.customText82 = customText82; }
3e39fe52-ec61-4cf3-99e9-b806bb3ae54f
public crmondemand.xml.customobject6.query.QueryType getCustomMultiSelectPickList7() { return this.customMultiSelectPickList7; }
8d10ce2a-8d7a-4a70-81ca-92a593c70d1f
public void setCustomObject14ExternalSystemId(crmondemand.xml.customobject6.query.QueryType customObject14ExternalSystemId) { this.customObject14ExternalSystemId = customObject14ExternalSystemId; }
861bb5e2-441c-46aa-b5c7-f9131066ba6f
public void setCustomPickList76(java.lang.String customPickList76) { this.customPickList76 = customPickList76; }
e8a46f6a-a427-43b5-904f-652e0e3267ca
public void setCustomInteger3(crmondemand.xml.customobject6.query.QueryType customInteger3) { this.customInteger3 = customInteger3; }
7a6e30ff-0481-4d36-98ca-018ecd9f0ad1
* @return boolean */ public static boolean whiteSpaceCharacterP(char ch) { return (Stella.$CHARACTER_TYPE_TABLE$[(int) ch] == Stella.KWD_WHITE_SPACE); }
327ca9e2-1cda-420c-800a-cdc391b65334
public Builder setNumber(int value) { bitField0_ |= 0x00000002; number_ = value; onChanged(); return this; }
73d20f2a-7eb8-404d-850a-cbca2117ddb9
public crmondemand.xml.customobject3.query.QueryType getCustomPickList18() { return this.customPickList18; }
4d5f3f3e-5c7e-44a8-8086-58158d62e58f
public void setCustomObject7Name(java.lang.String customObject7Name) { this.customObject7Name = customObject7Name; }
1f537d6c-10ad-494b-98a1-79c0cc4a4be3
public int getClientMessage() { return clientMessage; }
15591977-fc9f-4968-9e81-baaa1a994fa3
public void setCustomObject2IntegrationId(crmondemand.xml.contact.query.QueryType customObject2IntegrationId) { this.customObject2IntegrationId = customObject2IntegrationId; }
be223c82-d374-47ed-8651-14392f3bb351
public java.math.BigDecimal getCustomNumber52() { return this.customNumber52; }
c467b5de-aba2-4cf7-b5b9-fb633ecd648b
public void setCustomBoolean15(java.lang.Boolean customBoolean15) { this.customBoolean15 = customBoolean15; }
1bd5f4f9-657c-461d-9905-07c595a1ac70
public java.lang.String getCustomPickList26() { return this.customPickList26; }
be8dd681-9f48-4d9c-bc26-20f4ab30a7b9
public void setSuccessIsSet(boolean value) { __isset_bit_vector.set(__SUCCESS_ISSET_ID, value); }
527f012f-ecbd-4f77-aeff-fbad2f01ebf2
public java.lang.String getCustomText61() { return this.customText61; }
838390b6-7e32-4c62-902c-371347c489db
public void actionPerformed(java.awt.event.ActionEvent evt) { Btn1ActionPerformed(evt); }
17343e16-e2f3-4870-ab9e-694a4107568d
public crmondemand.xml.customobject6.query.QueryType getBusinessPlanId() { return this.businessPlanId; }
fd8c4a2e-28ca-48a6-b2d2-857432202b0b
public void addMouseListener(MouseListener listener) { mouseListener = AWTEventMulticaster.add(mouseListener, listener); mouseListenersEnabled = true; updateEnabledList(); }
d0ef5565-516f-42bb-acac-e59b76ec51cb
public void test_compareTo_24hourDifference() { OffsetDate a = OffsetDate.of(2008, 6, 29, ZoneOffset.ofHours(-12)); OffsetDate b = OffsetDate.of(2008, 6, 30, ZoneOffset.ofHours(12)); // a is before b despite being same // time-line time assertEquals(a.compareTo(b) < 0, true); assertEquals(b.compareTo(a) > 0, true); assertEquals(a.compareTo(a) == 0, true); assertEquals(b.compareTo(b) == 0, true); assertEquals(a.atTime(LocalTime.MIDNIGHT).toInstant().compareTo(b.atTime(LocalTime.MIDNIGHT).toInstant()) == 0, true); } @Test(expectedExceptions = NullPointerException.class, groups = { "tck" }
d03ed6df-7829-4483-a96f-a386c86c52ca
@Override public String getTitle() { return titleStr; }
a9c64479-a021-4655-a67a-ae936a434c0a
public void setCustomPickList47(java.lang.String customPickList47) { this.customPickList47 = customPickList47; }
5117e717-f0bb-40b2-8dde-127a051054f3
public crmondemand.xml.opportunity.query.QueryType getCustomPickList15() { return this.customPickList15; }
6ae774c7-072c-4da9-a501-0934022188e9
public void agregarOpcion( String nombre, String cabecera, String texto) { this.opcionActual.agregarOpcionHija(nombre, cabecera, texto); }
5f65fa93-2eb4-4592-aed4-2907ec5a1234
public void setCustomBoolean27(java.lang.Boolean customBoolean27) { this.customBoolean27 = customBoolean27; }
c51c2b34-9d39-4e7e-b63d-2d3bf88e6559
@RequestMapping(value="/add",method=RequestMethod.GET) public String form() { return "project/newForm"; }
d432c7d6-fbda-47d1-9de3-16309771cb81
public void handler() { if (m68klog != null) { fclose(m68klog); } throw new UnsupportedOperationException("Unimplemented"); }
88a081d8-ad47-4654-ba65-27af7cc97d21
public crmondemand.xml.customobject3.query.QueryType getCustomInteger8() { return this.customInteger8; }
963f696c-c426-4172-886c-6663b916f23f
public crmondemand.xml.customobject3.query.QueryType getCustomDate35() { return this.customDate35; }
e1fa4740-b695-40c5-939d-3b8ee5487e46
public crmondemand.xml.customobject6.query.QueryType getCustomText4() { return this.customText4; }
0a72847d-085f-4e5b-9e43-7de5007fa477
@WebEndpoint(name = "TimeServerImplPort") public TimeServer getTimeServerImplPort() { return super.getPort(new QName("http://ts.ch01/", "TimeServerImplPort"), TimeServer.class); }
c3f60fcd-8682-4a3b-9b82-320f809d0ead
public void setCustomCurrency10(crmondemand.xml.opportunity.query.QueryType customCurrency10) { this.customCurrency10 = customCurrency10; }
4ce9b04f-27cb-4938-aff7-643b758ab6e9
public void setCustomText75(crmondemand.xml.opportunity.query.QueryType customText75) { this.customText75 = customText75; }
313aac39-0655-4e9d-b102-4d811c7089f9
public void setCustomPickList67(crmondemand.xml.customobject6.query.QueryType customPickList67) { this.customPickList67 = customPickList67; }
f5083cdf-f75b-406c-adf9-c80657afc394
public void setCustomObject14IntegrationId(crmondemand.xml.opportunity.query.QueryType customObject14IntegrationId) { this.customObject14IntegrationId = customObject14IntegrationId; }
92b7b373-0c78-4cf9-9cd5-b5c49d0441af
public java.lang.String getCustomText68() { return this.customText68; }
aad093c8-290c-4ca9-8f34-23e8f275b5a5
public void setAssetProduct(java.lang.String assetProduct) { this.assetProduct = assetProduct; }
08d8877a-1707-4535-9234-5bc2ef34d66d
public void setCustomNumber14(crmondemand.xml.customobject3.query.QueryType customNumber14) { this.customNumber14 = customNumber14; }
e06c53b1-066b-49c5-9270-23b7fd409837
public void setCustomText11(crmondemand.xml.contact.query.QueryType customText11) { this.customText11 = customText11; }
73ceec91-1149-4ade-98ce-207bc4046e2d
public void setCustomDate30(java.util.Calendar customDate30) { this.customDate30 = customDate30; }
81009397-68b9-419f-987b-d79162a20d40
public org.bwapi.proxy.messages.GameMessages.UnitId.Builder addStaticMineralsBuilder() { return getStaticMineralsFieldBuilder().addBuilder( org.bwapi.proxy.messages.GameMessages.UnitId.getDefaultInstance()); }
b851c17c-a4ed-45fb-9c41-f80ab293188b
public void setIndexedPick1(crmondemand.xml.contact.query.QueryType indexedPick1) { this.indexedPick1 = indexedPick1; }
e7a38bfe-6f0d-4430-8ee6-18f7d1bf71af
public java.lang.String getCustomPickList53() { return this.customPickList53; }
7fd739bd-d47e-4664-a7e5-f6fcefcdd233
public void setCustomBoolean10(crmondemand.xml.customobject6.query.QueryType customBoolean10) { this.customBoolean10 = customBoolean10; }
0fd662a1-c85e-4e1c-9088-19f216a01cf8
public java.lang.String getCustomPickList2() { return this.customPickList2; }
cbeed112-2e55-424e-9242-aa98e067f13e
public void mouseReleased(MouseEvent e) { dragged = false; mousebutton = 0; }
ab767c30-ef5b-430b-9b14-a7b87dcaa222
@Override public void setSelectionInterval(int index0, int index1) { if(super.isSelectedIndex(index0)) { super.removeSelectionInterval(index0, index1); } else { super.addSelectionInterval(index0, index1); } }
aaa2a5fd-442f-4e3d-9769-875a5ca6b68c
public void setCustomPickList75(java.lang.String customPickList75) { this.customPickList75 = customPickList75; }
5def8431-75ac-40cd-8ce6-0f13f2e09314
public crmondemand.xml.customobject3.query.QueryType getCustomPickList66() { return this.customPickList66; }
efc3fbcd-7c11-48de-9a28-f18dd832e17b
public crmondemand.xml.customobject3.query.QueryType getCustomObject7Name() { return this.customObject7Name; }
680ea9a0-3324-4a3a-8854-6bc253fd3aac
public void setCustomDate55(crmondemand.xml.contact.query.QueryType customDate55) { this.customDate55 = customDate55; }
1b103572-49d3-48a2-a43b-a12cf311f916
public void setCustomObject1IntegrationId(java.lang.String customObject1IntegrationId) { this.customObject1IntegrationId = customObject1IntegrationId; }
e47f48f8-12be-40f7-914f-eba65207686c
public void setCustomObject12ExternalSystemId(java.lang.String customObject12ExternalSystemId) { this.customObject12ExternalSystemId = customObject12ExternalSystemId; }
2c79b108-6724-4d82-aaf6-1dc1ae1647d6
public crmondemand.xml.customobject3.query.QueryType getCustomText24() { return this.customText24; }
87a2cbdb-9a8c-45a3-bf0c-d00afefbc363
public void setCustomDate54(crmondemand.xml.customobject3.query.QueryType customDate54) { this.customDate54 = customDate54; }
c3c0ed80-90c1-484d-9a86-55c091c73e81
public void setCustomNumber36(crmondemand.xml.contact.query.QueryType customNumber36) { this.customNumber36 = customNumber36; }
b6a4633b-90b6-45eb-9964-2a36102c9f3e
public void setRevenue(java.math.BigDecimal revenue) { this.revenue = revenue; }
2d6e5606-6e8a-4b11-baf1-5148944490f9
public void setCustomDate23(crmondemand.xml.opportunity.query.QueryType customDate23) { this.customDate23 = customDate23; }
428b929e-0789-4cc7-9511-01b18a71576a
public void setCustomBoolean15(crmondemand.xml.contact.query.QueryType customBoolean15) { this.customBoolean15 = customBoolean15; }
c1570e15-3f53-4780-a1ae-9f9d28339d11
public java.util.Calendar getCustomDate34() { return this.customDate34; }
10ef2e54-3245-45d1-afdf-0eee7f9b7666
public java.lang.String getCustomPhone3() { return this.customPhone3; }
b3f65c4c-8981-4eae-ac77-a77a28d77e3a
public void disconnect() throws IOException { connected = false; if(serverConnection != null) serverConnection.close(); if(sourceSocket != null) sourceSocket.close(); synchronized(this) { notifyAll(); } }
532ab1b9-832d-449e-b29d-46ed9e27b611
public TruthTable() { }
71b2ba14-ea5e-4665-8f12-b4e907de133c
public crmondemand.xml.contact.query.QueryType getBrokerProfileBrokerProfileName() { return this.brokerProfileBrokerProfileName; }
c42ec98c-f86b-4123-92a2-40f0e2ef7e38
public crmondemand.xml.contact.query.QueryType getCustomObject2IntegrationId() { return this.customObject2IntegrationId; }
d1791eac-d29a-4bf8-acb6-5f54ad0eb3f0
public void setTransactionType(java.lang.String transactionType) { this.transactionType = transactionType; }