public class

OpportunityCompetitors

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.sales_2010_2.OpportunityCompetitors

Class Overview

Java class for OpportunityCompetitors complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OpportunityCompetitors">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="competitor" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="strategy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="winner" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef competitor
protected String notes
protected String strategy
protected String url
protected Boolean winner
Public Constructors
OpportunityCompetitors()
Public Methods
RecordRef getCompetitor()
Gets the value of the competitor property.
String getNotes()
Gets the value of the notes property.
String getStrategy()
Gets the value of the strategy property.
String getUrl()
Gets the value of the url property.
Boolean isWinner()
Gets the value of the winner property.
void setCompetitor(RecordRef value)
Sets the value of the competitor property.
void setNotes(String value)
Sets the value of the notes property.
void setStrategy(String value)
Sets the value of the strategy property.
void setUrl(String value)
Sets the value of the url property.
void setWinner(Boolean value)
Sets the value of the winner property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef competitor

protected String notes

protected String strategy

protected String url

protected Boolean winner

Public Constructors

public OpportunityCompetitors ()

Public Methods

public RecordRef getCompetitor ()

Gets the value of the competitor property.

Returns

public String getNotes ()

Gets the value of the notes property.

Returns
  • possible object is String

public String getStrategy ()

Gets the value of the strategy property.

Returns
  • possible object is String

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public Boolean isWinner ()

Gets the value of the winner property.

Returns
  • possible object is Boolean

public void setCompetitor (RecordRef value)

Sets the value of the competitor property.

Parameters
value Allowed object is RecordRef

public void setNotes (String value)

Sets the value of the notes property.

Parameters
value Allowed object is String

public void setStrategy (String value)

Sets the value of the strategy property.

Parameters
value Allowed object is String

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String

public void setWinner (Boolean value)

Sets the value of the winner property.

Parameters
value Allowed object is Boolean