com.softslate.commerce.businessobjects.shipping
Class ShippingMethodBean

java.lang.Object
  extended bycom.softslate.commerce.businessobjects.core.BaseBusinessObject
      extended bycom.softslate.commerce.businessobjects.shipping.ShippingMethodBean
All Implemented Interfaces:
BusinessObject, ShippingMethod

public class ShippingMethodBean
extends BaseBusinessObject
implements ShippingMethod

Object representing a shipping method within the system.

ShippingMethodBean is the default implementation of the ShippingMethod interface for the application.

Author:
David Tobey

Field Summary
private  double base
           
private  java.lang.String code
           
private  boolean isActive
           
private  java.lang.String methodType
           
private  double minimum
           
private  java.lang.String name
           
private  int shippingMethodID
           
 
Fields inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessObject
 
Constructor Summary
ShippingMethodBean()
           
 
Method Summary
 double getBase()
           
 java.lang.String getCode()
           
 boolean getIsActive()
           
 java.lang.String getMethodType()
           
 double getMinimum()
           
 java.lang.String getName()
           
 int getShippingMethodID()
           
 void setBase(double base)
           
 void setCode(java.lang.String code)
           
 void setIsActive(boolean isActive)
           
 void setMethodType(java.lang.String methodType)
           
 void setMinimum(double minimum)
           
 void setName(java.lang.String name)
           
 void setShippingMethodID(int shippingMethodID)
           
 
Methods inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessObject
formatDateTime, initialize, parseDateTime, prepareRequestData, sendHTTPPost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
 

Field Detail

shippingMethodID

private int shippingMethodID

code

private java.lang.String code

name

private java.lang.String name

minimum

private double minimum

base

private double base

methodType

private java.lang.String methodType

isActive

private boolean isActive
Constructor Detail

ShippingMethodBean

public ShippingMethodBean()
Method Detail

getShippingMethodID

public int getShippingMethodID()
Specified by:
getShippingMethodID in interface ShippingMethod

setShippingMethodID

public void setShippingMethodID(int shippingMethodID)
Specified by:
setShippingMethodID in interface ShippingMethod

getBase

public double getBase()
Specified by:
getBase in interface ShippingMethod

setBase

public void setBase(double base)
Specified by:
setBase in interface ShippingMethod

getCode

public java.lang.String getCode()
Specified by:
getCode in interface ShippingMethod

setCode

public void setCode(java.lang.String code)
Specified by:
setCode in interface ShippingMethod

getIsActive

public boolean getIsActive()
Specified by:
getIsActive in interface ShippingMethod

setIsActive

public void setIsActive(boolean isActive)
Specified by:
setIsActive in interface ShippingMethod

getMethodType

public java.lang.String getMethodType()
Specified by:
getMethodType in interface ShippingMethod

setMethodType

public void setMethodType(java.lang.String methodType)
Specified by:
setMethodType in interface ShippingMethod

getMinimum

public double getMinimum()
Specified by:
getMinimum in interface ShippingMethod

setMinimum

public void setMinimum(double minimum)
Specified by:
setMinimum in interface ShippingMethod

getName

public java.lang.String getName()
Specified by:
getName in interface ShippingMethod

setName

public void setName(java.lang.String name)
Specified by:
setName in interface ShippingMethod


Copyright © SoftSlate, Inc. 2003–2005