| java.lang.Object | |||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchRecord | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchRecordBasic | ||
| ↳ | com.netsuite.webservices.platform.common_2013_2.CouponCodeSearchBasic | ||
Java class for CouponCodeSearchBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CouponCodeSearchBasic">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecordBasic">
<sequence>
<element name="code" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
<element name="dateSent" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
<element name="id" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
<element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="internalIdNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
<element name="promotion" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="recipient" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
<element name="useCount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
<element name="used" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| code | |||||||||||
| dateSent | |||||||||||
| id | |||||||||||
| internalId | |||||||||||
| internalIdNumber | |||||||||||
| promotion | |||||||||||
| recipient | |||||||||||
| useCount | |||||||||||
| used | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the code property.
| |||||||||||
Gets the value of the dateSent property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the internalIdNumber property.
| |||||||||||
Gets the value of the promotion property.
| |||||||||||
Gets the value of the recipient property.
| |||||||||||
Gets the value of the useCount property.
| |||||||||||
Gets the value of the used property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the dateSent property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the internalIdNumber property.
| |||||||||||
Sets the value of the promotion property.
| |||||||||||
Sets the value of the recipient property.
| |||||||||||
Sets the value of the useCount property.
| |||||||||||
Sets the value of the used property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the code property.
SearchStringField
Gets the value of the dateSent property.
SearchDateField
Gets the value of the id property.
SearchLongField
Gets the value of the internalId property.
SearchMultiSelectField
Gets the value of the internalIdNumber property.
SearchLongField
Gets the value of the promotion property.
SearchMultiSelectField
Gets the value of the recipient property.
SearchMultiSelectField
Gets the value of the useCount property.
SearchLongField
Gets the value of the used property.
SearchBooleanField
Sets the value of the code property.
| value | Allowed object is
SearchStringField
|
|---|
Sets the value of the dateSent property.
| value | Allowed object is
SearchDateField
|
|---|
Sets the value of the id property.
| value | Allowed object is
SearchLongField
|
|---|
Sets the value of the internalId property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the internalIdNumber property.
| value | Allowed object is
SearchLongField
|
|---|
Sets the value of the promotion property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the recipient property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the useCount property.
| value | Allowed object is
SearchLongField
|
|---|
Sets the value of the used property.
| value | Allowed object is
SearchBooleanField
|
|---|