|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A shipping method is a mechanism by which product is delivered. It stores a standard set of attributes and allows for complex shipping cost calculation.
Primary Key = com.beasys.commerce.ebusiness.shipping.ShippingMethodPkA key that uniquely identifies this shipping method.
ShippingMethodPk
,
ShippingMethodHome
,
ShippingMethodImpl
,
ShippingMethodValue
Method Summary | |
int |
getAverageShippingTime()
Get the value of averageShippingTime |
java.lang.String |
getCarrier()
Get the value of carrier |
java.lang.String |
getCostCalculationMechanism()
Get the value of costCalculationMechanism |
java.lang.String |
getDescription()
Get the value of description |
java.lang.String |
getIdentifier()
|
boolean |
getInternationalDelivery()
Get the value of internationalDelivery |
java.lang.String |
getMethod()
Get the value of method |
java.lang.String |
getPackagingType()
Get the value of packagingType |
double |
getPercentage()
Get the value of percentage |
boolean |
getPoBoxAllowed()
Get the value of poBoxAllowed |
Money |
getPrice()
Get the value of price |
java.lang.String |
getRestrictions()
Get the value of restrictions |
boolean |
getSaturdayDelivery()
Get the value of saturdayDelivery |
ShippingMethodValue |
getShippingMethodByValue()
Get all of ShippingMethod's attributes. |
boolean |
getSignatureRequired()
Get the value of signatureRequired |
double |
getSizeLimit()
Get the value of sizeLimit |
double |
getWeightLimit()
Get the value of weightLimit |
void |
setAverageShippingTime(int averageShippingTime)
Set the value of averageShippingTime |
void |
setCarrier(java.lang.String carrier)
Set the value of carrier |
void |
setCostCalculationMechanism(java.lang.String costCalculationMechanism)
Set the value of costCalculationMechanism |
void |
setDescription(java.lang.String description)
Set the value of description |
void |
setInternationalDelivery(boolean internationalDelivery)
Set the value of internationalDelivery |
void |
setMethod(java.lang.String method)
Set the value of method |
void |
setPackagingType(java.lang.String packagingType)
Set the value of packagingType |
void |
setPercentage(double percentage)
Set the value of percentage |
void |
setPoBoxAllowed(boolean poBoxAllowed)
Set the value of poBoxAllowed |
void |
setPrice(Money price)
Set the value of price |
void |
setRestrictions(java.lang.String restrictions)
Set the value of restrictions |
void |
setSaturdayDelivery(boolean saturdayDelivery)
Set the value of saturdayDelivery |
void |
setShippingMethodByValue(ShippingMethodValue value)
Set all of ShippingMethod's attributes to the passed in value. |
void |
setSignatureRequired(boolean signatureRequired)
Set the value of signatureRequired |
void |
setSizeLimit(double sizeLimit)
Set the value of sizeLimit |
void |
setWeightLimit(double weightLimit)
Set the value of weightLimit |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
Methods inherited from interface com.beasys.commerce.foundation.RemoteRelationalReference |
get__classIdentifier,
get__containingBelonging,
get__containingEntity,
get__mapKey,
get__sequenceNumber,
set__containingBelonging,
set__containingEntity,
set__mapKey |
Method Detail |
public ShippingMethodValue getShippingMethodByValue() throws java.rmi.RemoteException
public void setShippingMethodByValue(ShippingMethodValue value) throws java.rmi.RemoteException
ShippingMethodValue
- the ShippingMethod value objectpublic java.lang.String getIdentifier() throws java.rmi.RemoteException
public double getSizeLimit() throws java.rmi.RemoteException
public void setSizeLimit(double sizeLimit) throws java.rmi.RemoteException
sizeLimit
- sizeLimit to be addedpublic java.lang.String getDescription() throws java.rmi.RemoteException
public void setDescription(java.lang.String description) throws java.rmi.RemoteException
description
- description to be addedpublic boolean getSignatureRequired() throws java.rmi.RemoteException
public void setSignatureRequired(boolean signatureRequired) throws java.rmi.RemoteException
signatureRequired
- signatureRequired to be addedpublic double getWeightLimit() throws java.rmi.RemoteException
public void setWeightLimit(double weightLimit) throws java.rmi.RemoteException
weightLimit
- weightLimit to be addedpublic double getPercentage() throws java.rmi.RemoteException
public void setPercentage(double percentage) throws java.rmi.RemoteException
percentage
- percentage to be addedpublic boolean getPoBoxAllowed() throws java.rmi.RemoteException
public void setPoBoxAllowed(boolean poBoxAllowed) throws java.rmi.RemoteException
poBoxAllowed
- poBoxAllowed to be addedpublic java.lang.String getRestrictions() throws java.rmi.RemoteException
public void setRestrictions(java.lang.String restrictions) throws java.rmi.RemoteException
restrictions
- restrictions to be addedpublic int getAverageShippingTime() throws java.rmi.RemoteException
public void setAverageShippingTime(int averageShippingTime) throws java.rmi.RemoteException
averageShippingTime
- averageShippingTime to be addedpublic java.lang.String getCarrier() throws java.rmi.RemoteException
public void setCarrier(java.lang.String carrier) throws java.rmi.RemoteException
carrier
- carrier to be addedpublic boolean getSaturdayDelivery() throws java.rmi.RemoteException
public void setSaturdayDelivery(boolean saturdayDelivery) throws java.rmi.RemoteException
saturdayDelivery
- saturdayDelivery to be addedpublic Money getPrice() throws java.rmi.RemoteException
public void setPrice(Money price) throws java.rmi.RemoteException
price
- price to be addedpublic java.lang.String getPackagingType() throws java.rmi.RemoteException
public void setPackagingType(java.lang.String packagingType) throws java.rmi.RemoteException
packagingType
- packagingType to be addedpublic java.lang.String getCostCalculationMechanism() throws java.rmi.RemoteException
public void setCostCalculationMechanism(java.lang.String costCalculationMechanism) throws java.rmi.RemoteException
costCalculationMechanism
- costCalculationMechanism to be addedpublic java.lang.String getMethod() throws java.rmi.RemoteException
public void setMethod(java.lang.String method) throws java.rmi.RemoteException
method
- method to be addedpublic boolean getInternationalDelivery() throws java.rmi.RemoteException
public void setInternationalDelivery(boolean internationalDelivery) throws java.rmi.RemoteException
internationalDelivery
- internationalDelivery to be added
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |