public class

RateHistory

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.RateHistory

Class Overview

Product: QBW Description: Represents an entry in the worker's comp code rate history table

Java class for RateHistory complex type.

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

 <complexType name="RateHistory">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Rate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="EffectiveDate" type="{http://www.intuit.com/sb/cdm/v2}IDSDate" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String effectiveDate
protected BigDecimal rate
Public Constructors
RateHistory()
Public Methods
String getEffectiveDate()
Gets the value of the effectiveDate property.
BigDecimal getRate()
Gets the value of the rate property.
void setEffectiveDate(String value)
Sets the value of the effectiveDate property.
void setRate(BigDecimal value)
Sets the value of the rate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String effectiveDate

protected BigDecimal rate

Public Constructors

public RateHistory ()

Public Methods

public String getEffectiveDate ()

Gets the value of the effectiveDate property.

Returns
  • possible object is String

public BigDecimal getRate ()

Gets the value of the rate property.

Returns
  • possible object is BigDecimal

public void setEffectiveDate (String value)

Sets the value of the effectiveDate property.

Parameters
value Allowed object is String

public void setRate (BigDecimal value)

Sets the value of the rate property.

Parameters
value Allowed object is BigDecimal