id
stringlengths 36
36
| text
stringlengths 1
1.25M
|
---|---|
bfa2c9c5-bd0e-4b21-b8ff-ef0accfb19da
|
public java.lang.String getCustomText2() {
return this.customText2;
}
|
d5b958c5-a1a4-42d9-a4ab-13047cf744df
|
public void setCustomNumber42(crmondemand.xml.contact.query.QueryType customNumber42) {
this.customNumber42 = customNumber42;
}
|
de08ab4e-6ab5-4a8e-a5fd-d4d0e4f4d2b8
|
public java.math.BigDecimal getCustomCurrency16() {
return this.customCurrency16;
}
|
87e497ce-0b4b-4295-a700-eaae0daad5ca
|
public void delete(Vocabulaire persistentInstance) {
log.debug("deleting Vocabulaire instance");
try {
getSession().delete(persistentInstance);
log.debug("delete successful");
} catch (RuntimeException re) {
log.error("delete failed", re);
throw re;
}
}
|
cdd456f4-0bcd-4d53-8512-6039e95fbe63
|
public void setObjectiveStatus(crmondemand.xml.opportunity.query.QueryType objectiveStatus) {
this.objectiveStatus = objectiveStatus;
}
|
8ffbaa71-cb85-4d79-bb68-c16f194b7f17
|
public java.lang.String getCustomText2() {
return this.customText2;
}
|
7d8957e1-ec1c-4673-a5d2-41a0b9b7e1aa
|
public crmondemand.xml.contact.query.QueryType getCustomNumber19() {
return this.customNumber19;
}
|
c36749b4-65bb-4b3a-8fb7-c436a68a555e
|
* @param the command length
*
* @return the output stream
*/
private void begin_render_request (RequestOutputStream o, int opcode,
int length) {
synchronized (o) {
if (o.index == 0 // No request started so far.
|| o.opcode () != 1 // Wrong opcode.
|| ! o.fits (length)) { // Doesn't fit.
o.begin_request (glx.major_opcode, 1, 2 + length / 4);
o.write_int32 (tag);
}
o.write_int16 (length);
o.write_int16 (opcode);
}
}
|
4a07dd92-ad0b-4ba3-8136-44c4d3221c36
|
public void setCustomBoolean12(java.lang.Boolean customBoolean12) {
this.customBoolean12 = customBoolean12;
}
|
9bd8c1b7-3408-47fe-bf8f-8952b70790ad
|
public crmondemand.xml.customobject6.query.QueryType getCustomObject4IntegrationId() {
return this.customObject4IntegrationId;
}
|
90eda66d-27c8-45c5-a9a5-bd015c4d6e5a
|
public crmondemand.xml.opportunity.query.QueryType getCustomObject13Type() {
return this.customObject13Type;
}
|
88d94222-bda8-4e92-bec9-9250308af135
|
public void setCustomCurrency7(crmondemand.xml.opportunity.query.QueryType customCurrency7) {
this.customCurrency7 = customCurrency7;
}
|
3a106723-9dea-40e7-921a-7ebe94141e25
|
public java.math.BigDecimal getCustomNumber52() {
return this.customNumber52;
}
|
760a5703-1e0e-4338-977a-06d9ea9cfe39
|
public double getHauteur() {
return hauteur;
}
|
aac57b12-ab1e-4502-bae9-005cc0cca7f2
|
public void actionPerformed(java.awt.event.ActionEvent evt) {
btnClienteActionPerformed(evt);
}
|
c0062f45-0395-4336-a1d6-cc41443ce3d8
|
@Override
public synchronized void sendNow() {
packageDTO.setPacketNr(packageDTO.getPacketNr() + 1);
packageDTO.setTimestamp(TimeUtil.getSynchroTimestamp());
logger.trace("sending Paket #" + packageDTO.getPacketNr());
for (Connection c : kryoServer.getConnections()) {
if (c.isIdle())
c.sendUDP(packageDTO);
}
// kryoServer.sendToAllUDP(packageDTO);
packageDTO.getDtos().clear();
}
|
0af9e12b-2e02-4bea-9ab7-8917ddb6ecec
|
public void setCreatedByAlias(crmondemand.xml.contact.query.QueryType createdByAlias) {
this.createdByAlias = createdByAlias;
}
|
f3807156-9074-498a-974c-bf31afc2ff08
|
public crmondemand.xml.opportunity.query.QueryType getCustomBoolean3() {
return this.customBoolean3;
}
|
c4b67129-bf7e-4fce-bc41-2fc03d76d0f9
|
public void setCustomObject2Type(crmondemand.xml.customobject6.query.QueryType customObject2Type) {
this.customObject2Type = customObject2Type;
}
|
d36ecd4e-ce83-4653-99c1-cbe5f2423a61
|
public void setCustomNumber32(crmondemand.xml.contact.query.QueryType customNumber32) {
this.customNumber32 = customNumber32;
}
|
6b09c099-906c-40a1-8c1c-747c5f0e2658
|
public void setCustomPhone17(crmondemand.xml.contact.query.QueryType customPhone17) {
this.customPhone17 = customPhone17;
}
|
c6a2a8ac-1e91-425b-98ff-9884d6dfd8fd
|
@Test
public void testConstructorOnNegativeIndex() {
for (int i = -1000; i < 0; i++) {
try {
error = new ParserError(i, "hello");
fail("no exception was thrown");
} catch (IllegalArgumentException ex) {
}
}
try {
error = new ParserError(Integer.MIN_VALUE, "hello");
fail("no exception was thrown");
} catch (IllegalArgumentException ex) {
}
}
|
225e75ca-46ad-419f-bb9e-9c3e33593682
|
public void setCustomObject3Name(crmondemand.xml.customobject6.query.QueryType customObject3Name) {
this.customObject3Name = customObject3Name;
}
|
1e011abb-8728-45af-9eb1-d40bdc5df57f
|
public void setCustomText9(java.lang.String customText9) {
this.customText9 = customText9;
}
|
ccb0900c-9722-46ca-8c84-9b6e2c8a3d53
|
public NodeExclusionStrategy() {
}
|
a3ee5809-96fb-47eb-aff2-b079cf9403ee
|
public void setCustomDate45(java.util.Calendar customDate45) {
this.customDate45 = customDate45;
}
|
18e0eecb-15b0-4563-95ce-729fccdea2c0
|
public void setTab(int tab) {
this.tab = tab;
}
|
4348261b-a272-4a19-8cea-58d392939683
|
public crmondemand.xml.contact.query.QueryType getCustomPickList25() {
return this.customPickList25;
}
|
b752b669-22ef-4100-b3a0-899f51124b97
|
public crmondemand.xml.contact.query.QueryType getCustomInteger8() {
return this.customInteger8;
}
|
316972dc-13cb-4f5a-9538-99b134dee519
|
public void setCustomCurrency22(crmondemand.xml.opportunity.query.QueryType customCurrency22) {
this.customCurrency22 = customCurrency22;
}
|
a87eda21-da89-45fa-9a8d-d2be82de02d4
|
public crmondemand.xml.opportunity.query.QueryType getCustomText75() {
return this.customText75;
}
|
4f20e0f1-a65f-4a17-8279-66ac1bad46fd
|
public java.lang.String getDescription() {
return this.description;
}
|
1bffe311-b46a-41e2-b52b-9c814355b9f5
|
public void setCustomNumber32(java.math.BigDecimal customNumber32) {
this.customNumber32 = customNumber32;
}
|
c2ab33e2-25c1-4d52-b9cd-5a20a7899f1c
|
public void setCustomDate6(crmondemand.xml.customobject3.query.QueryType customDate6) {
this.customDate6 = customDate6;
}
|
922df337-9ec5-4e45-bc8a-d9fd4b472abc
|
public void execute() {
int intermSumPower, intermSumToughness;
intermSumPower = intermSumToughness = 0;
CardList creats = AllZoneUtil.getPlayerGraveyard(card.getController());
creats = creats.filter(new CardListFilter() {
public boolean addCard(Card c) {
return c.isCreature() && !c.equals(card);
}
});
if (card.getController().isHuman()) {
if (creats.size() > 0) {
List<Card> selection = GuiUtils.getChoicesOptional("Select creatures to sacrifice", creats.toArray());
numCreatures[0] = selection.size();
for (int m = 0; m < selection.size(); m++) {
intermSumPower += selection.get(m).getBaseAttack();
intermSumToughness += selection.get(m).getBaseDefense();
AllZone.getGameAction().exile(selection.get(m));
}
}
}//human
else {
int count = 0;
for (int i = 0; i < creats.size(); i++) {
Card c = creats.get(i);
if (c.getNetAttack() <= 2 && c.getNetDefense() <= 3) {
intermSumPower += c.getBaseAttack();
intermSumToughness += c.getBaseDefense();
AllZone.getGameAction().exile(c);
count++;
}
//is this needed?
AllZone.getComputerBattlefield().updateObservers();
}
numCreatures[0] = count;
}
sumPower[0] = intermSumPower;
sumToughness[0] = intermSumToughness;
card.setBaseAttack(sumPower[0]);
card.setBaseDefense(sumToughness[0]);
}
|
742fb164-2a1d-416a-8c62-e5dff3bff287
|
private void moveToLow(int dj, int ndj, VertexPulse v){
if(dj<dK){
lowLevelBuckets[dj - dL].deleteToMoveDist(v);
insertLow(ndj, v);
}else{
int key = keyCalculator(dj);
boolean empty = deleteToMove(key, v);
insertLow(ndj, v);
if(empty){
deleteBucket(key);
}
}
}
|
e1346e20-8d0d-4ee6-97cd-bd59d59e5ff4
|
public void setCustomBoolean25(crmondemand.xml.customobject6.query.QueryType customBoolean25) {
this.customBoolean25 = customBoolean25;
}
|
f424fd6f-057b-41c2-a569-6b049ae492c2
|
public crmondemand.xml.customobject6.query.QueryType getCustomBoolean4() {
return this.customBoolean4;
}
|
017e24b9-4bae-4aba-9a8b-0a8709cd09cd
|
public crmondemand.xml.opportunity.query.QueryType getCustomDate11() {
return this.customDate11;
}
|
cb393f03-3fbe-4505-a28d-2e882d350bbd
|
public java.math.BigDecimal getCustomNumber50() {
return this.customNumber50;
}
|
ce2086f2-7dcb-4c3f-a4a9-5134b3311f3b
|
public void setCustomText55(crmondemand.xml.customobject6.query.QueryType customText55) {
this.customText55 = customText55;
}
|
3691282c-2fa6-4e4a-9518-2905bd2200ef
|
public java.lang.String getPrimaryProductStatus() {
return this.primaryProductStatus;
}
|
11d42d88-925f-4236-92a5-acb41b65aeab
|
public crmondemand.xml.contact.query.QueryType getCustomText20() {
return this.customText20;
}
|
3a9373a2-8462-4a61-bfd4-11536738bdfb
|
public java.lang.String getCourseId() {
return this.courseId;
}
|
3a5a774a-68b4-49fb-b982-6ecf7a9858e9
|
public void setOwnerAlias(crmondemand.xml.contact.query.QueryType ownerAlias) {
this.ownerAlias = ownerAlias;
}
|
1e7d4d49-4ed9-4688-9ef8-aca18157b58d
|
public java.lang.String getOperation() {
return this.operation;
}
|
e4a88979-6fa0-41c4-8090-7a4f092201f0
|
public java.util.Calendar getSampleLotExpirationDate() {
return this.sampleLotExpirationDate;
}
|
8036d946-e6a9-4866-804f-ea4ee7270a91
|
public void setCustomNumber7(java.math.BigDecimal customNumber7) {
this.customNumber7 = customNumber7;
}
|
12480537-f3bd-481a-990e-111ea1713eca
|
public BufferedImage play() {
if (loopsLeft != 0) {
if (time-- <= 0) {
time = timer;
BufferedImage image = currentImage();
if (++current >= animation.count()) {
current = 0;
if (loopsLeft > 0) {
loopsLeft--;
}
}
return image;
}
}
return currentImage();
}
|
7c20356f-63c5-4352-b255-f3c9a2fe1924
|
public java.util.Calendar getCustomDate34() {
return this.customDate34;
}
|
1760d02c-0558-42fd-b20e-acf77c399158
|
public int getThickness()
{
return this.thickness;
}
|
0ee5fdc6-e5df-4e62-9c69-e855b9b8a3ff
|
public com.oracle.xmlns.oxp.service.publicreportservice.ImpersonateResponse impersonate(
com.oracle.xmlns.oxp.service.publicreportservice.Impersonate impersonate18)
throws java.rmi.RemoteException
,com.oracle.xmlns.oxp.service.publicreportservice.AccessDeniedException{
org.apache.axis2.context.MessageContext _messageContext = null;
try{
org.apache.axis2.client.OperationClient _operationClient = _serviceClient.createClient(_operations[9].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()),
impersonate18,
optimizeContent(new javax.xml.namespace.QName("http://xmlns.oracle.com/oxp/service/PublicReportService",
"impersonate")));
//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.ImpersonateResponse.class,
getEnvelopeNamespaces(_returnEnv));
return (com.oracle.xmlns.oxp.service.publicreportservice.ImpersonateResponse)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.AccessDeniedException){
throw (com.oracle.xmlns.oxp.service.publicreportservice.AccessDeniedException)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);
}
}
|
6ef66533-7d77-47c1-99b2-885533b14351
|
public void setCustomNumber7(crmondemand.xml.customobject6.query.QueryType customNumber7) {
this.customNumber7 = customNumber7;
}
|
f6124fc3-29f9-4545-b64b-da80f435af30
|
public void setCustomNumber19(crmondemand.xml.contact.query.QueryType customNumber19) {
this.customNumber19 = customNumber19;
}
|
b425be3a-0644-44f2-ac17-7486ace3aed3
|
public void setCustomPickList77(crmondemand.xml.contact.query.QueryType customPickList77) {
this.customPickList77 = customPickList77;
}
|
2c1e7135-6a35-4fc4-b240-f5bed346505d
|
public void setApprovedDRPartnerLocation(crmondemand.xml.customobject6.query.QueryType approvedDRPartnerLocation) {
this.approvedDRPartnerLocation = approvedDRPartnerLocation;
}
|
8de88524-bb2c-4c3b-bb72-c08b67c3ff39
|
@Override
public void actionPerformed(ActionEvent e) {
if (e.getSource() == btnDelete)
{
if(txtSearch.getText() == null || txtSearch.getText().equals("")){
JOptionPane.showMessageDialog(null, "Search blank is empty.","Warning",JOptionPane.ERROR_MESSAGE);
return;
}
int result = JOptionPane.showConfirmDialog(null, "If you press \"Yes\", this user apply to cancel your membership and exit.","Member Leave",JOptionPane.YES_NO_OPTION);
if(result == JOptionPane.CLOSED_OPTION || result == JOptionPane.NO_OPTION ){
return;
} else if(result == JOptionPane.YES_OPTION){
boolean flag=Control_Data.delID(txtSearch.getText());
if(flag)
JOptionPane.showMessageDialog(null, "Removing user( "+txtSearch.getText()+" ) success!","Message",JOptionPane.INFORMATION_MESSAGE);
else
JOptionPane.showMessageDialog(null, "Removing user( "+txtSearch.getText()+" ) fail!","Warning",JOptionPane.ERROR_MESSAGE);
txtID.setText(""); txtName.setText(""); txtEmail.setText(""); txtPhone.setText(""); txtDay.setText("");txtSearch.setText("");
}
}
}
|
ea8aaa34-1d13-46c6-abd0-4f2446bfba2f
|
public HelpDlg() throws HeadlessException
{
super();
setModal(true);
setTitle("");
setSize(FaceStyle.HELPDLG_WIDTH, FaceStyle.HELPDLG_HEIGHT+28);
setResizable(false);
addWindowListener(new WindowAdapter() // ,رǰ
{
public void windowClosing(WindowEvent evt)
{
HelpDlg.this.dispose();
}
});
mBkImage = Toolkit.getDefaultToolkit().getImage(getClass().getResource(ResourcePath.IMG_HELP_DLG));
}
|
9148d786-68ca-448f-af2e-8ef0ba15027c
|
* @throws CorruptIndexException if the index is corrupt
* @throws IOException if there is a low-level IO error
*/
public void deleteDocuments(Query... queries) throws IOException {
ensureOpen();
// LUCENE-6379: Specialize MatchAllDocsQuery
for(Query query : queries) {
if (query.getClass() == MatchAllDocsQuery.class) {
deleteAll();
return;
}
}
try {
if (docWriter.deleteQueries(queries)) {
processEvents(true, false);
}
} catch (VirtualMachineError tragedy) {
tragicEvent(tragedy, "deleteDocuments(Query..)");
}
}
|
c079c49f-4f5c-42f6-958a-e26db22bfd7d
|
public void setContactFirstName(crmondemand.xml.customobject3.query.QueryType contactFirstName) {
this.contactFirstName = contactFirstName;
}
|
ea8e1751-c3fd-4884-8185-5f03d968f33c
|
public void setCustomDate46(java.util.Calendar customDate46) {
this.customDate46 = customDate46;
}
|
64a52fc9-56ef-45c6-9c9b-9a2e2a30790e
|
public crmondemand.xml.customobject3.query.QueryType getCustomPhone9() {
return this.customPhone9;
}
|
57686279-7e02-451c-8af0-7132b77ed745
|
public crmondemand.xml.opportunity.query.QueryType getCustomPickList64() {
return this.customPickList64;
}
|
cda0b026-06fc-4bf0-a4b4-08d603fbccbe
|
public java.lang.String getParentId() {
return ParentId;
}
|
a20311d9-35bf-4002-9d96-b122d2010955
|
public crmondemand.xml.opportunity.query.QueryType getCustomPickList86() {
return this.customPickList86;
}
|
9047b0a1-6ca9-4de3-a243-f38562d0ceaa
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList87() {
return this.customPickList87;
}
|
f4cb3062-2d9d-420a-a702-d8e656e6d1d6
|
public crmondemand.xml.contact.query.QueryType getCustomCurrency7() {
return this.customCurrency7;
}
|
7a08da58-8831-4ca8-9e33-b871e06226ee
|
public java.math.BigDecimal getZCustomNumber27() {
return this.zCustomNumber27;
}
|
394c9f71-7769-4148-8eef-b9851e6c167c
|
public crmondemand.xml.customobject3.query.QueryType getCustomPickList27() {
return this.customPickList27;
}
|
25d65905-2483-413b-a07b-fb2dc51d39a8
|
public java.lang.String getCustomPickList32() {
return this.customPickList32;
}
|
733fd014-fa83-43e8-8035-283c00e5d187
|
public void setCustomObject15Name(crmondemand.xml.customobject6.query.QueryType customObject15Name) {
this.customObject15Name = customObject15Name;
}
|
80eb0b15-da7f-4d24-91f9-2029f9e74324
|
public void setCustomDate30(java.util.Calendar customDate30) {
this.customDate30 = customDate30;
}
|
0dd87039-592b-47b5-94ba-8673963143ad
|
public java.math.BigDecimal getCustomNumber0() {
return this.customNumber0;
}
|
055d7adf-956a-4086-ba6c-89939b93227b
|
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
for (int i = 0; i < getMessageTypeCount(); i++) {
if (!getMessageType(i).isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
for (int i = 0; i < getEnumTypeCount(); i++) {
if (!getEnumType(i).isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
for (int i = 0; i < getServiceCount(); i++) {
if (!getService(i).isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
for (int i = 0; i < getExtensionCount(); i++) {
if (!getExtension(i).isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
if (hasOptions()) {
if (!getOptions().isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
memoizedIsInitialized = 1;
return true;
}
|
960e957b-ef56-4128-8648-80c1200217f4
|
public crmondemand.xml.customobject3.query.QueryType getAccreditationType() {
return this.accreditationType;
}
|
e15e6746-e132-445f-952c-2d4251fa74d0
|
public void setCustomCurrency6(crmondemand.xml.contact.query.QueryType customCurrency6) {
this.customCurrency6 = customCurrency6;
}
|
4e1bad63-16d0-4a79-a28f-1100879de238
|
public void setPurchasedDate(Date purchasedDate) {
this.purchasedDate = purchasedDate;
}
|
34d587c0-42b8-49e5-ab26-c334c5583728
|
public Registro_pedidobd() {
}
|
04f11e76-f796-4fde-8a89-3803c2473201
|
public void setMedEdId(java.lang.String medEdId) {
this.medEdId = medEdId;
}
|
433d82c7-db5a-459c-9dff-ea6a186db190
|
public java.lang.String getHouseholdName() {
return this.householdName;
}
|
b7112ae5-6328-4c94-981c-7ceb51ceb94e
|
ArrayList<Point> getPossibleMoves(Point start);
|
25f5cfbb-1e4d-427a-b61b-eb0ae34ef936
|
public java.util.Calendar getCustomDate6() {
return this.customDate6;
}
|
e700c05a-9751-43b6-9aa7-415207f368c0
|
public void setCustomBoolean11(java.lang.Boolean customBoolean11) {
this.customBoolean11 = customBoolean11;
}
|
3b9310e3-5b7d-49d4-aead-3d7853207c02
|
public crmondemand.xml.contact.query.QueryType getAccreditationStatus() {
return this.accreditationStatus;
}
|
14dec872-a6f7-4d96-aa3c-f0af24582dcd
|
public crmondemand.xml.customobject3.query.QueryType getCustomText18() {
return this.customText18;
}
|
820c6085-df5b-4b2b-ae06-bf7bdbe48c1f
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList72() {
return this.customPickList72;
}
|
d144a7cf-8b82-4690-8ef7-9d4edfd09f05
|
public void setLeadSource(java.lang.String leadSource) {
this.leadSource = leadSource;
}
|
bcd1af1d-a9ca-4173-b087-4b59761252a2
|
public void setCustomPickList58(crmondemand.xml.customobject6.query.QueryType customPickList58) {
this.customPickList58 = customPickList58;
}
|
23f5f1e3-592b-4ada-9e70-1786e973bd57
|
public java.lang.String getCustomObject13IntegrationId() {
return this.customObject13IntegrationId;
}
|
53e3609a-e265-40bb-b82f-9fdd2d42fb6d
|
public void setCustomPhone0(java.lang.String customPhone0) {
this.customPhone0 = customPhone0;
}
|
879a2793-6b10-45b9-ad2f-7d673ccae396
|
public crmondemand.xml.customobject6.query.QueryType getCustomPickList46() {
return this.customPickList46;
}
|
48ec6a12-9e03-4fb7-8de4-82b25c020058
|
public void setCustomCurrency12(java.math.BigDecimal customCurrency12) {
this.customCurrency12 = customCurrency12;
}
|
41f46dff-d8e6-4610-96bd-ced47adea00d
|
public Option(int id_option, String nom_option, double prix_option) {
this.id_option = id_option;
this.nom_option = nom_option;
this.prix_option = prix_option;
}
|
fc487c0f-0ca7-40da-913b-b1e967b82ab4
|
@Override
public void keyReleased(KeyEvent arg0)
{
if (arg0.getKeyCode() == KeyEvent.VK_W || arg0.getKeyCode() == KeyEvent.VK_A || arg0.getKeyCode() == KeyEvent.VK_S || arg0.getKeyCode() == KeyEvent.VK_D)
{
if (arg0.getKeyCode() == KeyEvent.VK_W)
{
playerAction("halt", "U");
}
if (arg0.getKeyCode() == KeyEvent.VK_A)
{
playerAction("halt", "L");
}
if (arg0.getKeyCode() == KeyEvent.VK_S)
{
playerAction("halt", "D");
}
if (arg0.getKeyCode() == KeyEvent.VK_D)
{
playerAction("halt", "R");
}
}
if (arg0.getKeyCode() == KeyEvent.VK_K)
{
playerAction("stop_defend", Model.getInstance().findUnitByID(LocalModel.getInstance().getMyPlayerID(), LocalModel.getInstance().getUnitTypeDeclaration()).getDirection());
}
}
|
c984fed8-0db2-4bb3-b820-68e61f1a87fd
|
public java.lang.String getCustomPickList78() {
return this.customPickList78;
}
|
da53b8dd-876a-409f-96d5-dec5559b54e8
|
public java.lang.String getCustomText68() {
return this.customText68;
}
|
f794de3b-b3ba-42f1-8439-0a59ae551f76
|
public java.lang.String getCustomText10() {
return this.customText10;
}
|
2e598b63-3662-427a-8a4a-090ea98220fb
|
public crmondemand.xml.customobject3.query.QueryType getCustomObject4ExternalSystemId() {
return this.customObject4ExternalSystemId;
}
|
8787e32b-a1da-4030-97f6-7c331c9317bf
|
public java.lang.String getCustomText53() {
return this.customText53;
}
|
234ab640-4a90-4377-8c86-909d0f6ade5c
|
public void setCustomText45(crmondemand.xml.contact.query.QueryType customText45) {
this.customText45 = customText45;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.