id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
4041d0de-c3bb-4e49-89c3-b1314a20951f
|
public void setCustomDate31(crmondemand.xml.opportunity.query.QueryType customDate31) {
this.customDate31 = customDate31;
}
|
e018d5a0-405a-4a5b-bcc1-2d9216f0c611
|
public void setCustomNumber49(crmondemand.xml.contact.query.QueryType customNumber49) {
this.customNumber49 = customNumber49;
}
|
99434fd4-a658-4f75-8487-651526ec253f
|
final void method3663() {
anInt7887++;
if (aClass372_8137 != null)
aClass372_8137.method3585(7271);
}
|
2d8f9c4a-7609-4387-9c36-24bef5dd9e35
|
public crmondemand.xml.contact.query.QueryType getCustomPhone10() {
return this.customPhone10;
}
|
6234055f-b32e-4e97-b3a8-10c845862676
|
private void setButtonImage(int prev, int next) {
switch (prev) {
case OPTION_BUTTON:
buttons[prev].setImage(optionunselect, 150, 35);
break;
case PLAY_BUTTON:
buttons[prev].setImage(playunselect, 150, 35);
break;
case QUIT_BUTTON:
buttons[prev].setImage(exitunselect, 150, 35);
break;
case SHOP_BUTTON:
buttons[prev].setImage(shopunselect, 150, 35);
break;
}
switch (next) {
case OPTION_BUTTON:
buttons[next].setImage(optionselect, 150, 35);
break;
case PLAY_BUTTON:
buttons[next].setImage(playselect, 150, 35);
break;
case QUIT_BUTTON:
buttons[next].setImage(exitselect, 150, 35);
break;
case SHOP_BUTTON:
buttons[next].setImage(shopselect, 150, 35);
break;
}
}
|
e3a6a201-0bc1-42fc-b9b5-e67d9a3a5af1
|
public void loadPausedState()
{
oldState = currentState;
currentState = PAUSEDSTATE;
loadState(PAUSEDSTATE);
}
|
b0f73268-bce0-4869-bc16-5cfc22676c3b
|
public java.util.Calendar getPolicyExchangeDate() {
return this.policyExchangeDate;
}
|
4590a14a-49e5-4569-b5bf-6486cc2e139a
|
public void setContactAccountName(java.lang.String contactAccountName) {
this.contactAccountName = contactAccountName;
}
|
a288f7a7-dde8-4421-bbb9-212e4edf62b4
|
public crmondemand.xml.contact.query.QueryType getOpportunityName() {
return this.opportunityName;
}
|
e81f1d18-3575-4dca-9d73-75604bba0cab
|
public void setCustomBoolean6(crmondemand.xml.contact.query.QueryType customBoolean6) {
this.customBoolean6 = customBoolean6;
}
|
cd88779e-73ba-43b6-8ac2-e31dd86a3eac
|
public void setAccreditationStatus(crmondemand.xml.customobject6.query.QueryType accreditationStatus) {
this.accreditationStatus = accreditationStatus;
}
|
6ca6a6d4-75c0-4ab1-badf-6fb816ecf167
|
public void setCustomDate41(crmondemand.xml.contact.query.QueryType customDate41) {
this.customDate41 = customDate41;
}
|
e27072ed-47e3-4824-bc95-4aa1a62d210f
|
public void setCustomBoolean19(java.lang.Boolean customBoolean19) {
this.customBoolean19 = customBoolean19;
}
|
34cd0563-43a5-497c-bbb8-a7a7eca42794
|
public crmondemand.xml.customobject6.query.QueryType getInventoryPeriodExternalSystemId() {
return this.inventoryPeriodExternalSystemId;
}
|
1a2d1361-c176-47d7-bdff-6c3a6b29e581
|
public void setCustomNumber36(crmondemand.xml.customobject6.query.QueryType customNumber36) {
this.customNumber36 = customNumber36;
}
|
48f4a8c0-9870-446a-badf-735a8c2b3cdc
|
public java.lang.String getCreatedByFirstName() {
return this.createdByFirstName;
}
|
6d897576-0580-4bd5-841d-5328bc93e0da
|
public void setOriginatingPartnerPartnerName(crmondemand.xml.customobject3.query.QueryType originatingPartnerPartnerName) {
this.originatingPartnerPartnerName = originatingPartnerPartnerName;
}
|
7d5279fc-e6c3-4129-82a5-5ed79305ab08
|
public void setCustomBoolean32(crmondemand.xml.customobject3.query.QueryType customBoolean32) {
this.customBoolean32 = customBoolean32;
}
|
4934b387-571f-4524-8fce-79b5f10b7b78
|
public java.util.Calendar getCustomDate16() {
return this.customDate16;
}
|
d4aa7aa8-3500-497f-b11f-4b8fa0ab9f04
|
public void setQuickSearch1(crmondemand.xml.customobject6.query.QueryType quickSearch1) {
this.quickSearch1 = quickSearch1;
}
|
23ae3348-10b6-44bd-92cc-346727598db4
|
public void listAccounts(Session viewerS, MOB mob, List<String> commands)
{
if(commands.size()==0)
return;
commands.remove(0);
int sortBy=-1;
if(commands.size()>0)
{
final String rest=CMParms.combine(commands,0).toUpperCase();
sortBy = CMLib.players().getCharThinSortCode(rest,true);
if(sortBy<0)
{
mob.tell(L("Unrecognized sort criteria: @x1",rest));
return;
}
}
final int COL_LEN1=CMLib.lister().fixColWidth(10.0,viewerS);
final int COL_LEN2=CMLib.lister().fixColWidth(18.0,viewerS);
final int COL_LEN3=CMLib.lister().fixColWidth(23.0,viewerS);
final StringBuilder head=new StringBuilder("");
head.append("^X");
head.append("[");
head.append(CMStrings.padRight(L("Account"),COL_LEN1)+" ");
head.append(CMStrings.padRight(L("Last"),COL_LEN2)+" ");
switch(sortBy)
{
default:
head.append(CMStrings.padRight(L("E-Mail"), COL_LEN3) + " ");
break;
case 7:
head.append(CMStrings.padRight(L("IP Address"), COL_LEN3) + " ");
break;
}
head.append("] Characters^.^N\n\r");
List<PlayerAccount> allAccounts=CMLib.database().DBListAccounts(null);
final List<PlayerAccount> oldSet=allAccounts;
final Hashtable<String, PlayerLibrary.ThinPlayer> thinAcctHash=new Hashtable<String, PlayerLibrary.ThinPlayer>();
for(final PlayerAccount acct : allAccounts)
{
PlayerLibrary.ThinPlayer selectedU=new PlayerLibrary.ThinPlayer()
{
@Override
public String name()
{
return acct.getAccountName();
}
@Override
public String charClass()
{
return "";
}
@Override
public String race()
{
return "";
}
@Override
public int level()
{
return 0;
}
@Override
public int age()
{
return 0;
}
@Override
public long last()
{
return acct.getLastDateTime();
}
@Override
public String email()
{
return acct.getEmail();
}
@Override
public String ip()
{
return acct.getLastIP();
}
@Override
public int exp()
{
return 0;
}
@Override
public int expLvl()
{
return 0;
}
};
thinAcctHash.put(acct.getAccountName(), selectedU);
}
final int showBy=sortBy;
final PlayerLibrary lib=CMLib.players();
while((oldSet.size()>0)&&(sortBy>=0)&&(sortBy<=7))
{
if(oldSet==allAccounts)
allAccounts=new Vector<PlayerAccount>();
if((sortBy<3)||(sortBy>4))
{
PlayerAccount selected = oldSet.get(0);
if(selected != null)
{
PlayerLibrary.ThinPlayer selectedU=thinAcctHash.get(selected.getAccountName());
for(int u=1;u<oldSet.size();u++)
{
final PlayerAccount acct = oldSet.get(u);
final PlayerLibrary.ThinPlayer U=thinAcctHash.get(acct.getAccountName());
if(lib.getThinSortValue(selectedU,sortBy).compareTo(lib.getThinSortValue(U,sortBy))>0)
{
selected=acct;
selectedU=U;
}
}
oldSet.remove(selected);
allAccounts.add(selected);
}
}
else
{
PlayerAccount selected = oldSet.get(0);
if(selected!=null)
{
PlayerLibrary.ThinPlayer selectedU=thinAcctHash.get(selected.getAccountName());
for(int u=1;u<oldSet.size();u++)
{
final PlayerAccount acct = oldSet.get(u);
final PlayerLibrary.ThinPlayer U=thinAcctHash.get(acct.getAccountName());
if(CMath.s_long(lib.getThinSortValue(selectedU,sortBy))>CMath.s_long(lib.getThinSortValue(U,sortBy)))
{
selected=acct;
selectedU=U;
}
}
oldSet.remove(selected);
allAccounts.add(selected);
}
}
}
for(int u=0;u<allAccounts.size();u++)
{
final PlayerAccount U=allAccounts.get(u);
final StringBuilder line=new StringBuilder("");
line.append("[");
line.append(CMStrings.padRight(U.getAccountName(),COL_LEN1)+" ");
line.append(CMStrings.padRight(CMLib.time().date2String(U.getLastDateTime()),COL_LEN2)+" ");
String players = CMParms.toListString(U.getPlayers());
final Vector<String> pListsV = new Vector<String>();
while(players.length()>0)
{
int x=players.length();
if(players.length()>20)
{
x=players.lastIndexOf(',',20);
if(x<0)
x=24;
}
pListsV.add(players.substring(0,x));
players=players.substring(x).trim();
if(players.startsWith(","))
players=players.substring(1).trim();
}
switch(showBy)
{
default:
line.append(CMStrings.padRight(U.getEmail(), COL_LEN3) + " ");
break;
case 7:
line.append(CMStrings.padRight(U.getLastIP(), COL_LEN3) + " ");
break;
}
line.append("] ");
final int len = line.length();
head.append(line.toString());
boolean notYet = true;
for(final String s : pListsV)
{
if(notYet)
notYet=false;
else
head.append(CMStrings.repeat(' ', len));
head.append(s);
head.append("\n\r");
}
if(pListsV.size()==0)
head.append("\n\r");
}
mob.tell(head.toString());
}
|
df72fd0e-a47f-4a84-b608-a57f5bc9b788
|
public Dimension getPreferredSize(){
if(!hasBeenMagnified){
return new Dimension(selected.getSize()+16+(moveX*2)+selected.getNumChapters()*offSetBetweenTiles,52+38+(moveY*2));
}
else {
return new Dimension(magnification*(selected.getSize()+16+(moveX*2)+selected.getNumChapters()*offSetBetweenTiles),magnification*(52+38+(moveY*2)));
}
}
|
91cc204c-48ec-44a5-8b8c-66c4b5da6085
|
public void setCustomNumber50(crmondemand.xml.contact.query.QueryType customNumber50) {
this.customNumber50 = customNumber50;
}
|
864e9429-d9dd-4cde-8bb1-96457d8e6ead
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList15() {
return this.customPickList15;
}
|
cf5ad5f2-d99e-45b3-afeb-1532315f74de
|
public void setCustomDate28(java.util.Calendar customDate28) {
this.customDate28 = customDate28;
}
|
9c6a0226-8c9c-4931-9e81-65a3322bff81
|
public java.lang.String getPortfolioAccountNumber() {
return this.portfolioAccountNumber;
}
|
d0994537-1daa-49a8-9b94-42689de54bbf
|
public void setPrimaryShipToStreetAddress3(crmondemand.xml.customobject6.query.QueryType primaryShipToStreetAddress3) {
this.primaryShipToStreetAddress3 = primaryShipToStreetAddress3;
}
|
aaba6468-d3a2-40a8-91bb-d15a3ff4a749
|
public com.google.protobuf.DescriptorProtos.UninterpretedOption.Builder addUninterpretedOptionBuilder() {
return getUninterpretedOptionFieldBuilder().addBuilder(
com.google.protobuf.DescriptorProtos.UninterpretedOption.getDefaultInstance());
}
|
f6248886-669b-42ac-80b4-c52d360e98a0
|
public void setActivityId(java.lang.String activityId) {
this.activityId = activityId;
}
|
a2aa56c8-9d92-47ba-bf19-d2f1a4714d9a
|
public java.lang.String getCustomPickList57() {
return this.customPickList57;
}
|
500b5751-347f-434e-a770-be1d0db09cb3
|
public crmondemand.xml.contact.query.QueryType getCustomText2() {
return this.customText2;
}
|
ad451b62-5659-4010-9b28-66dd4f9b4034
|
public void setCustomPickList30(crmondemand.xml.customobject6.query.QueryType customPickList30) {
this.customPickList30 = customPickList30;
}
|
ca8b4610-d81e-40e5-a566-ee9b32849d8d
|
public static void setExpressionPathVector(Vector<String> expressionPathVector_)
{
CommonData.expressionPathVec = expressionPathVector_;
}
|
2980a575-9ade-475f-b8cd-0d4678148124
|
@Override
public void run() {
Synthesiser synthesiser = new Synthesiser();
try {
Player player = new Player(synthesiser.getMP3Data(words));
player.play();
} catch (Exception ex) {
ex.printStackTrace();
}
System.out.println("Playing...");
}
|
fbeff0a9-3db9-46e4-9549-36470d1c850f
|
public CogaenId getFinishedEventId() {
return finishedEventId;
}
|
f220cafb-b2f9-493d-9414-99131180ab4f
|
public boolean isUnknown()
{
return (commandWord == null);
}
|
f0209af5-2b0d-4499-a929-c48554e60478
|
public void setAccreditationExternalSystemId(java.lang.String accreditationExternalSystemId) {
this.accreditationExternalSystemId = accreditationExternalSystemId;
}
|
4500fa44-aa20-45f9-96a5-68fc1e601e48
|
public crmondemand.xml.opportunity.query.QueryType getCustomText69() {
return this.customText69;
}
|
ef31add8-a24e-45a9-9bec-6c92718623b0
|
public void sendNotifyToAll(String msg){
for (int i=0;i<clientList.size();i++){
clientList.get(i).send("notify " + msg);
}
}
|
1a288c75-8220-457f-824d-8e4ca0615ca1
|
public void setCustomCurrency21(crmondemand.xml.customobject3.query.QueryType customCurrency21) {
this.customCurrency21 = customCurrency21;
}
|
72c18196-64e0-41bd-8ca2-71c3236baae6
|
public void actionPerformed(ActionEvent e)
{
jButton2MouseClicked(e);
}
|
7a11877a-91c3-404a-a25b-2b9c851ad19b
|
@Override
public boolean equals(Object that) {
if (that == null)
return false;
if (that instanceof getCourseInventory_result)
return this.equals((getCourseInventory_result)that);
return false;
}
|
719716af-9518-41cf-afab-3fd8e2348d79
|
public crmondemand.xml.customobject6.query.QueryType getCustomInteger27() {
return this.customInteger27;
}
|
c5e44da7-8373-4a83-8f7c-2b27556368d4
|
public void setCustomPickList97(java.lang.String customPickList97) {
this.customPickList97 = customPickList97;
}
|
66968339-4926-4cf0-8040-e25dfac21205
|
public java.lang.String getCustomPickList26() {
return this.customPickList26;
}
|
f61e16fa-9a60-4c67-8cff-3cba43cadb8e
|
public T findOne(Integer id) throws SQLException {
return repo.findOne(id);
}
|
11ff681c-8462-40e9-b851-6dc550247789
|
public crmondemand.xml.opportunity.query.QueryType getCustomCurrency6() {
return this.customCurrency6;
}
|
002029a3-86ad-4916-a5ef-997ee77c4b3d
|
public java.lang.String getCustomText71() {
return this.customText71;
}
|
4ba0ea9f-c3df-4d21-b58b-44bf5e8cff9a
|
public void setCustomInteger28(crmondemand.xml.customobject6.query.QueryType customInteger28) {
this.customInteger28 = customInteger28;
}
|
78c4f6a1-6f58-4bce-97cd-2313fa4c191b
|
public void setExternalLastUpdated(crmondemand.xml.contact.query.QueryType externalLastUpdated) {
this.externalLastUpdated = externalLastUpdated;
}
|
bdcaedbd-2d7a-45c5-924f-1402277b589d
|
public void setCustomCurrency24(crmondemand.xml.opportunity.query.QueryType customCurrency24) {
this.customCurrency24 = customCurrency24;
}
|
9acdcf77-7897-45c3-84ad-adcf1db80322
|
public java.lang.String getCustomPickList88() {
return this.customPickList88;
}
|
5b7b4958-ae47-483e-aa95-77e1450420fa
|
public java.math.BigDecimal getCustomNumber41() {
return this.customNumber41;
}
|
221d8dd2-357d-47fb-90ad-a0059346b22f
|
public void setY(float y) {
this.y = y;
}
|
fd7caecf-950b-491e-86f7-c64418e8ecec
|
public void setCustomInteger13(crmondemand.xml.contact.query.QueryType customInteger13) {
this.customInteger13 = customInteger13;
}
|
46c17ddc-e04c-460c-a593-063ab4285346
|
@Override public int getRuleIndex() { return RULE_arrayCreatorRest; }
|
8d72f173-3f92-4ddc-bf43-e48d6ec9c067
|
public java.lang.String getMDFRequestRequestName() {
return this.mDFRequestRequestName;
}
|
08e28b9b-d19d-45eb-9d04-f5b8759ade47
|
public void setCustomObject9ExternalSystemId(java.lang.String customObject9ExternalSystemId) {
this.customObject9ExternalSystemId = customObject9ExternalSystemId;
}
|
7f4cf654-6695-4159-83b1-07aa2760c646
|
public java.math.BigDecimal getCustomCurrency20() {
return this.customCurrency20;
}
|
491d65ee-3002-444e-91f3-a0d8473c3f0a
|
public java.lang.Boolean getCustomBoolean7() {
return this.customBoolean7;
}
|
be734341-a819-4c0f-9118-6ccd4bf298fe
|
@Override
public void actionPerformed(ActionEvent e){
JOptionPane userTask = new JOptionPane();
String ip = JOptionPane.showInputDialog("Enter IP Address", "IP Address");
network.newClient(ip);
userTask.setVisible(true);
}
|
74f06f31-9562-4c77-b13f-0c81c07d36d6
|
public org.bwapi.proxy.messages.GameMessages.UnitIdOrBuilder getCarrierOrBuilder() {
return carrier_;
}
|
cdd91667-9bea-43b0-821f-adffa9fde1bd
|
public crmondemand.xml.opportunity.query.QueryType getCustomDate44() {
return this.customDate44;
}
|
05e1010a-a4fc-4133-b4e2-dd38cac4cdb4
|
public void setHouseholdIntegrationId(crmondemand.xml.customobject6.query.QueryType householdIntegrationId) {
this.householdIntegrationId = householdIntegrationId;
}
|
60c30816-ce17-46c7-965a-6ab69a73d044
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList58() {
return this.customPickList58;
}
|
42b0d1e3-c9e1-4325-9a27-4c2b2190ada0
|
public void setAccreditationId(java.lang.String accreditationId) {
this.accreditationId = accreditationId;
}
|
39faf526-1315-4248-8b43-f5c528b3eb0f
|
public crmondemand.xml.contact.query.QueryType getCustomCurrency13() {
return this.customCurrency13;
}
|
ef701c46-f9fa-4bd8-b00e-d7980c767868
|
public java.math.BigDecimal getCustomNumber34() {
return this.customNumber34;
}
|
a41a4c2c-6ef0-4034-9b4d-1096b44e43ea
|
public Random apply() {
Random _random = new Random();
return _random;
}
|
735156a0-90d3-4ad6-b08b-4f08d571e3e1
|
public java.lang.String getCustomPhone17() {
return this.customPhone17;
}
|
d34f4436-80a0-410c-992f-016e6c3cfe19
|
public java.lang.String getCustomPickList35() {
return this.customPickList35;
}
|
0a534def-19b3-42aa-9d7e-bff8b7f6d086
|
public java.lang.String getCustomObject7ExternalSystemId() {
return this.customObject7ExternalSystemId;
}
|
f64f2941-ea8b-4a4c-bc82-38fdbeb630d5
|
public void setCreatedByFullName(crmondemand.xml.opportunity.query.QueryType createdByFullName) {
this.createdByFullName = createdByFullName;
}
|
1dd7eeca-2edb-4550-b024-ac4bb7976a14
|
public void renderSkill(GameContainer gc, StateBasedGame sb, Graphics gr, boolean cd) throws SlickException {
// TODO Auto-generated method stub
}
|
ed1d0414-06b2-4bb3-ba61-1c32022ae3fb
|
@Override
public ChronoDateTimeImpl<C> plus(long amountToAdd, PeriodUnit unit) {
if (unit instanceof ChronoUnit) {
ChronoUnit f = (ChronoUnit) unit;
switch (f) {
case NANOS:
return plusNanos(amountToAdd);
case MICROS:
return plusDays(amountToAdd / MICROS_PER_DAY).plusNanos((amountToAdd % MICROS_PER_DAY) * 1000);
case MILLIS:
return plusDays(amountToAdd / MILLIS_PER_DAY).plusNanos((amountToAdd % MILLIS_PER_DAY) * 1000000);
case SECONDS:
return plusSeconds(amountToAdd);
case MINUTES:
return plusMinutes(amountToAdd);
case HOURS:
return plusHours(amountToAdd);
case HALF_DAYS:
return plusDays(amountToAdd / 256).plusHours((amountToAdd % 256) * 12); // no overflow (256 is
// multiple of 2)
}
return with(this.date.plus(amountToAdd, unit), this.time);
}
return this.date.getChrono().ensureChronoLocalDateTime(unit.doPlus(this, amountToAdd));
}
|
8c91bc22-f571-4b71-b09e-4674e1c591dd
|
@Override
protected void paintComponent(Graphics g) {
if (getModel().isPressed()) {
g.setColor(pressedBackgroundColor);
} else if (getModel().isRollover()) {
g.setColor(hoverBackgroundColor);
} else {
g.setColor(Color.BLACK);
}
g.fillRect(0, 0, getWidth(), getHeight());
super.paintComponent(g);
}
|
8d71d8c6-b1ac-45ae-822b-3fa05e4c6ae1
|
public java.lang.String getCustomText21() {
return this.customText21;
}
|
d811865c-1ab9-4c76-89a4-bd3ccdb1f65c
|
public void mouseClicked(java.awt.event.MouseEvent evt) {
lstCommandeMouseClicked(evt);
}
|
ececd095-b095-41ba-90ed-f2f8ec0d160e
|
private void applySchemaImport(Import sImport) throws XPathException {
// Do the importing
Configuration config = env.getConfiguration();
if (!config.isSchemaAvailable(sImport.namespaceURI)) {
if (!sImport.locationURIs.isEmpty()) {
try {
PipelineConfiguration pipe = config.makePipelineConfiguration();
config.readMultipleSchemas(pipe, env.getBaseURI(), sImport.locationURIs, sImport.namespaceURI);
namespacesToBeSealed.add(sImport.namespaceURI);
} catch (TransformerConfigurationException err) {
grumble("Error in schema. " + err.getMessage(), "XQST0059");
}
} else {
grumble("Unable to locate requested schema", "XQST0059");
}
}
((QueryModule)env).addImportedSchema(sImport.namespaceURI, env.getBaseURI(), sImport.locationURIs);
}
|
7bb2e292-8303-4469-9555-c8e992c11b98
|
public void setCustomCurrency24(crmondemand.xml.customobject6.query.QueryType customCurrency24) {
this.customCurrency24 = customCurrency24;
}
|
ced958e5-54ef-4294-a108-81b018fb28c5
|
private void coordinate_streams() {
in = new ByteArrayInputStream(out.toByteArray());
out.reset();
}
|
5186a4d1-c61a-43f6-8d3a-b6b7d45a08bb
|
public crmondemand.xml.opportunity.query.QueryType getOpportunityIntegrationId() {
return this.opportunityIntegrationId;
}
|
16bd50e0-a2d2-4e10-a9d5-03b6279a7aef
|
public crmondemand.xml.opportunity.query.QueryType getCustomText68() {
return this.customText68;
}
|
7703e560-3b37-43ae-ae97-9b26f98a1731
|
opcode fd_44 = new opcode() { public void handler(){ Z80.BC.SetH(Z80.IY.H); }}
|
ed251f99-8f09-4e47-8b1c-d38d2920e14e
|
public void setQueueStartTime(java.util.Calendar queueStartTime) {
this.queueStartTime = queueStartTime;
}
|
04014f6b-5fe5-4946-a803-71831071ad37
|
public String getTime() {
return time;
}
|
079ec05a-52e1-45cc-becf-80eb0047d4f2
|
public void setOwnerFullName(crmondemand.xml.contact.query.QueryType ownerFullName) {
this.ownerFullName = ownerFullName;
}
|
2eab972d-e1b5-41ff-bbec-af500fbe6183
|
public void setCustomPickList50(crmondemand.xml.contact.query.QueryType customPickList50) {
this.customPickList50 = customPickList50;
}
|
cdda50fa-4010-410e-bfe7-00c102aa28a5
|
protected void concatExpressionLists() {
this.expressionLengthStack[--this.expressionLengthPtr]++;
}
|
fb5554c1-3ebf-460f-838d-5a9d5a550ef2
|
public void setCustomBoolean6(crmondemand.xml.contact.query.QueryType customBoolean6) {
this.customBoolean6 = customBoolean6;
}
|
4626f71a-c4a0-44b7-95bc-73cd324efbe8
|
public int getPostCode() {
return postCode;
}
|
1f09de68-3683-402a-9590-cd34f05f3208
|
public crmondemand.xml.contact.query.QueryType getCustomInteger14() {
return this.customInteger14;
}
|
f420db5c-e833-4cb2-ab8c-66802027e425
|
public void setCustomText59(java.lang.String customText59) {
this.customText59 = customText59;
}
|
c79ad96c-f77e-4a77-8b90-3dc38880df7c
|
public void setOriginatingPartnerAccountLocation(crmondemand.xml.customobject6.query.QueryType originatingPartnerAccountLocation) {
this.originatingPartnerAccountLocation = originatingPartnerAccountLocation;
}
|
e3e22b0f-b88e-44f1-b7a5-e01f61d60c29
|
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.protobuf.DescriptorProtos.FileDescriptorSet) {
return mergeFrom((com.google.protobuf.DescriptorProtos.FileDescriptorSet)other);
} else {
super.mergeFrom(other);
return this;
}
}
|
9210c989-5d95-42b2-90bb-03852aa25251
|
public crmondemand.xml.customobject6.query.QueryType getCustomObject5Type() {
return this.customObject5Type;
}
|
0359463b-07be-42bc-8383-b24efd44a89b
|
private void stepForward() {
index = Math.min(index + 1, nodes.length - 1);
modelingTimeText.setText(nodes[index] + "ns");
status("Step forward to node #" + index + " at " + nodes[index] + "ns");
displayer.updateUITables();
if(tableEvents.getItemCount() == 0){
showMessage("Modeling completed. See modeling log for more results. ", "Information");
}
if(timeDiagramsWindow != null) timeDiagramsWindow.redrawTimeDiagrams(true);
}
|
4ad455c7-947e-463a-b4d5-5cbb3f947ddd
|
public java.lang.String getCertficationName() {
return this.certficationName;
}
|
c3c8a849-56ca-403a-85e3-94feacd25d43
|
public void setUpdatedByFirstName(java.lang.String updatedByFirstName) {
this.updatedByFirstName = updatedByFirstName;
}
|
61d8c8ae-aadd-4457-9c2b-0f81ba0542de
|
public crmondemand.xml.contact.query.QueryType getCustomDate38() {
return this.customDate38;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.