public class PricingPeriod extends Object implements Serializable
| Constructor and Description |
|---|
PricingPeriod() |
PricingPeriod(String comments,
Calendar endDate,
double rateOrCost,
Calendar startDate,
long units) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getComments()
Gets the comments value for this PricingPeriod.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Calendar |
getEndDate()
Gets the endDate value for this PricingPeriod.
|
double |
getRateOrCost()
Gets the rateOrCost value for this PricingPeriod.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Calendar |
getStartDate()
Gets the startDate value for this PricingPeriod.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long |
getUnits()
Gets the units value for this PricingPeriod.
|
int |
hashCode() |
void |
setComments(String comments)
Sets the comments value for this PricingPeriod.
|
void |
setEndDate(Calendar endDate)
Sets the endDate value for this PricingPeriod.
|
void |
setRateOrCost(double rateOrCost)
Sets the rateOrCost value for this PricingPeriod.
|
void |
setStartDate(Calendar startDate)
Sets the startDate value for this PricingPeriod.
|
void |
setUnits(long units)
Sets the units value for this PricingPeriod.
|
public String getComments()
public void setComments(String comments)
comments - public Calendar getEndDate()
public void setEndDate(Calendar endDate)
endDate - public double getRateOrCost()
public void setRateOrCost(double rateOrCost)
rateOrCost - public Calendar getStartDate()
public void setStartDate(Calendar startDate)
startDate - public long getUnits()
public void setUnits(long units)
units - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.