public class

Term

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

Class Overview

Java class for Term complex type.

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

 <complexType name="Term">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dateDriven" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="daysUntilNetDue" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="discountPercent" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="daysUntilExpiry" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="dayOfMonthNetDue" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="dueNextMonthIfWithinDays" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="discountPercentDateDriven" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="dayDiscountExpires" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="preferred" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean dateDriven
protected Long dayDiscountExpires
protected Long dayOfMonthNetDue
protected Long daysUntilExpiry
protected Long daysUntilNetDue
protected Double discountPercent
protected Double discountPercentDateDriven
protected Long dueNextMonthIfWithinDays
protected String externalId
protected String internalId
protected Boolean isInactive
protected String name
protected Boolean preferred
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
Term()
Public Methods
Long getDayDiscountExpires()
Gets the value of the dayDiscountExpires property.
Long getDayOfMonthNetDue()
Gets the value of the dayOfMonthNetDue property.
Long getDaysUntilExpiry()
Gets the value of the daysUntilExpiry property.
Long getDaysUntilNetDue()
Gets the value of the daysUntilNetDue property.
Double getDiscountPercent()
Gets the value of the discountPercent property.
Double getDiscountPercentDateDriven()
Gets the value of the discountPercentDateDriven property.
Long getDueNextMonthIfWithinDays()
Gets the value of the dueNextMonthIfWithinDays property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
String getName()
Gets the value of the name property.
Boolean isDateDriven()
Gets the value of the dateDriven property.
Boolean isIsInactive()
Gets the value of the isInactive property.
Boolean isPreferred()
Gets the value of the preferred property.
void setDateDriven(Boolean value)
Sets the value of the dateDriven property.
void setDayDiscountExpires(Long value)
Sets the value of the dayDiscountExpires property.
void setDayOfMonthNetDue(Long value)
Sets the value of the dayOfMonthNetDue property.
void setDaysUntilExpiry(Long value)
Sets the value of the daysUntilExpiry property.
void setDaysUntilNetDue(Long value)
Sets the value of the daysUntilNetDue property.
void setDiscountPercent(Double value)
Sets the value of the discountPercent property.
void setDiscountPercentDateDriven(Double value)
Sets the value of the discountPercentDateDriven property.
void setDueNextMonthIfWithinDays(Long value)
Sets the value of the dueNextMonthIfWithinDays property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setName(String value)
Sets the value of the name property.
void setPreferred(Boolean value)
Sets the value of the preferred property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected Boolean dateDriven

protected Long dayDiscountExpires

protected Long dayOfMonthNetDue

protected Long daysUntilExpiry

protected Long daysUntilNetDue

protected Double discountPercent

protected Double discountPercentDateDriven

protected Long dueNextMonthIfWithinDays

protected String externalId

protected String internalId

protected Boolean isInactive

protected String name

protected Boolean preferred

Public Constructors

public Term ()

Public Methods

public Long getDayDiscountExpires ()

Gets the value of the dayDiscountExpires property.

Returns
  • possible object is Long

public Long getDayOfMonthNetDue ()

Gets the value of the dayOfMonthNetDue property.

Returns
  • possible object is Long

public Long getDaysUntilExpiry ()

Gets the value of the daysUntilExpiry property.

Returns
  • possible object is Long

public Long getDaysUntilNetDue ()

Gets the value of the daysUntilNetDue property.

Returns
  • possible object is Long

public Double getDiscountPercent ()

Gets the value of the discountPercent property.

Returns
  • possible object is Double

public Double getDiscountPercentDateDriven ()

Gets the value of the discountPercentDateDriven property.

Returns
  • possible object is Double

public Long getDueNextMonthIfWithinDays ()

Gets the value of the dueNextMonthIfWithinDays property.

Returns
  • possible object is Long

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Boolean isDateDriven ()

Gets the value of the dateDriven property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public Boolean isPreferred ()

Gets the value of the preferred property.

Returns
  • possible object is Boolean

public void setDateDriven (Boolean value)

Sets the value of the dateDriven property.

Parameters
value Allowed object is Boolean

public void setDayDiscountExpires (Long value)

Sets the value of the dayDiscountExpires property.

Parameters
value Allowed object is Long

public void setDayOfMonthNetDue (Long value)

Sets the value of the dayOfMonthNetDue property.

Parameters
value Allowed object is Long

public void setDaysUntilExpiry (Long value)

Sets the value of the daysUntilExpiry property.

Parameters
value Allowed object is Long

public void setDaysUntilNetDue (Long value)

Sets the value of the daysUntilNetDue property.

Parameters
value Allowed object is Long

public void setDiscountPercent (Double value)

Sets the value of the discountPercent property.

Parameters
value Allowed object is Double

public void setDiscountPercentDateDriven (Double value)

Sets the value of the discountPercentDateDriven property.

Parameters
value Allowed object is Double

public void setDueNextMonthIfWithinDays (Long value)

Sets the value of the dueNextMonthIfWithinDays property.

Parameters
value Allowed object is Long

public void setExternalId (String value)

Sets the value of the externalId 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 setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setPreferred (Boolean value)

Sets the value of the preferred property.

Parameters
value Allowed object is Boolean