public class

TaskContact

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.activities.scheduling_2010_2.TaskContact

Class Overview

Java class for TaskContact complex type.

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

 <complexType name="TaskContact">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="company" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="contact" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef company
protected RecordRef contact
Public Constructors
TaskContact()
Public Methods
RecordRef getCompany()
Gets the value of the company property.
RecordRef getContact()
Gets the value of the contact property.
void setCompany(RecordRef value)
Sets the value of the company property.
void setContact(RecordRef value)
Sets the value of the contact property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef company

protected RecordRef contact

Public Constructors

public TaskContact ()

Public Methods

public RecordRef getCompany ()

Gets the value of the company property.

Returns

public RecordRef getContact ()

Gets the value of the contact property.

Returns

public void setCompany (RecordRef value)

Sets the value of the company property.

Parameters
value Allowed object is RecordRef

public void setContact (RecordRef value)

Sets the value of the contact property.

Parameters
value Allowed object is RecordRef