public class

GiftCertificate

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.accounting_2010_2.GiftCertificate

Class Overview

Java class for GiftCertificate complex type.

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

 <complexType name="GiftCertificate">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="giftCertCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sender" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="originalAmount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="amountRemaining" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double amountRemaining
protected XMLGregorianCalendar createdDate
protected String email
protected XMLGregorianCalendar expirationDate
protected String giftCertCode
protected String internalId
protected XMLGregorianCalendar lastModifiedDate
protected String message
protected String name
protected Double originalAmount
protected String sender
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
GiftCertificate()
Public Methods
Double getAmountRemaining()
Gets the value of the amountRemaining property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getEmail()
Gets the value of the email property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
String getGiftCertCode()
Gets the value of the giftCertCode property.
String getInternalId()
Gets the value of the internalId property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
String getMessage()
Gets the value of the message property.
String getName()
Gets the value of the name property.
Double getOriginalAmount()
Gets the value of the originalAmount property.
String getSender()
Gets the value of the sender property.
void setAmountRemaining(Double value)
Sets the value of the amountRemaining property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setEmail(String value)
Sets the value of the email property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setGiftCertCode(String value)
Sets the value of the giftCertCode property.
void setInternalId(String value)
Sets the value of the internalId property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setMessage(String value)
Sets the value of the message property.
void setName(String value)
Sets the value of the name property.
void setOriginalAmount(Double value)
Sets the value of the originalAmount property.
void setSender(String value)
Sets the value of the sender property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected Double amountRemaining

protected XMLGregorianCalendar createdDate

protected String email

protected XMLGregorianCalendar expirationDate

protected String giftCertCode

protected String internalId

protected XMLGregorianCalendar lastModifiedDate

protected String message

protected String name

protected Double originalAmount

protected String sender

Public Constructors

public GiftCertificate ()

Public Methods

public Double getAmountRemaining ()

Gets the value of the amountRemaining property.

Returns
  • possible object is Double

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getGiftCertCode ()

Gets the value of the giftCertCode property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Double getOriginalAmount ()

Gets the value of the originalAmount property.

Returns
  • possible object is Double

public String getSender ()

Gets the value of the sender property.

Returns
  • possible object is String

public void setAmountRemaining (Double value)

Sets the value of the amountRemaining property.

Parameters
value Allowed object is Double

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setGiftCertCode (String value)

Sets the value of the giftCertCode property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setOriginalAmount (Double value)

Sets the value of the originalAmount property.

Parameters
value Allowed object is Double

public void setSender (String value)

Sets the value of the sender property.

Parameters
value Allowed object is String