public class ProductPackageItemBaseRate extends BaseRate implements Serializable
ProductPackageItem.| Constructor and Description |
|---|
ProductPackageItemBaseRate() |
ProductPackageItemBaseRate(Long rateCardId,
Long id,
Long productPackageItemId,
Money rate) |
| 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 |
getProductPackageItemId()
Gets the productPackageItemId value for this ProductPackageItemBaseRate.
|
Money |
getRate()
Gets the rate value for this ProductPackageItemBaseRate.
|
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 |
setProductPackageItemId(Long productPackageItemId)
Sets the productPackageItemId value for this ProductPackageItemBaseRate.
|
void |
setRate(Money rate)
Sets the rate value for this ProductPackageItemBaseRate.
|
String |
toString() |
getId, getRateCardId, setId, setRateCardIdpublic Long getProductPackageItemId()
ProductPackageItem this base rate is applied
to.
This attribute is required and cannot be changed after creation.
public void setProductPackageItemId(Long productPackageItemId)
productPackageItemId - * The ID of ProductPackageItem this base rate is applied
to.
This attribute is required and cannot be changed after creation.
public Money getRate()
ProductPackageItem.
This attribute is required and the currency code is read-only.
public void setRate(Money rate)
rate - * The rate value of ProductPackageItem.
This attribute is required and the currency code is read-only.
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.