org.broadleafcommerce.core.order.service.type
Class FulfillmentBandResultAmountType

java.lang.Object
  extended by org.broadleafcommerce.core.order.service.type.FulfillmentBandResultAmountType
All Implemented Interfaces:
Serializable, BroadleafEnumerationType

public class FulfillmentBandResultAmountType
extends Object
implements Serializable, BroadleafEnumerationType

Author:
Phillip Verheyden
See Also:
Serialized Form

Field Summary
static FulfillmentBandResultAmountType PERCENTAGE
           
static FulfillmentBandResultAmountType RATE
           
 
Constructor Summary
FulfillmentBandResultAmountType()
           
FulfillmentBandResultAmountType(String type, String friendlyType)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFriendlyType()
           
static FulfillmentBandResultAmountType getInstance(String type)
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RATE

public static final FulfillmentBandResultAmountType RATE

PERCENTAGE

public static final FulfillmentBandResultAmountType PERCENTAGE
Constructor Detail

FulfillmentBandResultAmountType

public FulfillmentBandResultAmountType()

FulfillmentBandResultAmountType

public FulfillmentBandResultAmountType(String type,
                                       String friendlyType)
Method Detail

getInstance

public static FulfillmentBandResultAmountType getInstance(String type)

getType

public String getType()
Specified by:
getType in interface BroadleafEnumerationType

getFriendlyType

public String getFriendlyType()
Specified by:
getFriendlyType in interface BroadleafEnumerationType

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.