| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchRow | |
| ↳ | com.netsuite.webservices.lists.relationships_2010_2.JobSearchRow | |
Java class for JobSearchRow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JobSearchRow">
<complexContent>
<extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRow">
<sequence>
<element name="basic" type="{urn:common_2010_2.platform.webservices.netsuite.com}JobSearchRowBasic" minOccurs="0"/>
<element name="contactPrimaryJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ContactSearchRowBasic" minOccurs="0"/>
<element name="customerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchRowBasic" minOccurs="0"/>
<element name="projectTaskJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ProjectTaskSearchRowBasic" minOccurs="0"/>
<element name="taskJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TaskSearchRowBasic" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| basic | |||||||||||
| contactPrimaryJoin | |||||||||||
| customerJoin | |||||||||||
| projectTaskJoin | |||||||||||
| taskJoin | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the basic property.
| |||||||||||
Gets the value of the contactPrimaryJoin property.
| |||||||||||
Gets the value of the customerJoin property.
| |||||||||||
Gets the value of the projectTaskJoin property.
| |||||||||||
Gets the value of the taskJoin property.
| |||||||||||
Sets the value of the basic property.
| |||||||||||
Sets the value of the contactPrimaryJoin property.
| |||||||||||
Sets the value of the customerJoin property.
| |||||||||||
Sets the value of the projectTaskJoin property.
| |||||||||||
Sets the value of the taskJoin property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the basic property.
JobSearchRowBasic
Gets the value of the contactPrimaryJoin property.
ContactSearchRowBasic
Gets the value of the customerJoin property.
CustomerSearchRowBasic
Gets the value of the projectTaskJoin property.
ProjectTaskSearchRowBasic
Gets the value of the taskJoin property.
TaskSearchRowBasic
Sets the value of the basic property.
| value | Allowed object is
JobSearchRowBasic
|
|---|
Sets the value of the contactPrimaryJoin property.
| value | Allowed object is
ContactSearchRowBasic
|
|---|
Sets the value of the customerJoin property.
| value | Allowed object is
CustomerSearchRowBasic
|
|---|
Sets the value of the projectTaskJoin property.
| value | Allowed object is
ProjectTaskSearchRowBasic
|
|---|
Sets the value of the taskJoin property.
| value | Allowed object is
TaskSearchRowBasic
|
|---|