public abstract class BaseRate extends Object implements Serializable
| Constructor and Description |
|---|
BaseRate() |
BaseRate(Long rateCardId,
Long id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this BaseRate.
|
Long |
getRateCardId()
Gets the rateCardId value for this BaseRate.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setId(Long id)
Sets the id value for this BaseRate.
|
void |
setRateCardId(Long rateCardId)
Sets the rateCardId value for this BaseRate.
|
String |
toString() |
public Long getRateCardId()
RateCard object to which this base rate
belongs.
This attribute is required and cannot be changed after
creation.public void setRateCardId(Long rateCardId)
rateCardId - * The ID of the RateCard object to which this base rate
belongs.
This attribute is required and cannot be changed after
creation.public Long getId()
BaseRate object.
This attribute is read-only and is assigned by Google
when a base rate is
created.public void setId(Long id)
id - * Uniquely identifies the BaseRate object.
This attribute is read-only and is assigned by Google
when a base rate is
created.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.