org.broadleafcommerce.core.inventory.service.type
Class AvailabilityStatusType

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

Deprecated. This is no longer required and is instead implemented as a third-party inventory module

@Deprecated
public class AvailabilityStatusType
extends Object
implements Serializable, BroadleafEnumerationType

An extendible enumeration of availability status types.

Author:
jfischer
See Also:
Serialized Form

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

Field Detail

AVAILABLE

public static final AvailabilityStatusType AVAILABLE
Deprecated. 

UNAVAILABLE

public static final AvailabilityStatusType UNAVAILABLE
Deprecated. 

BACKORDERED

public static final AvailabilityStatusType BACKORDERED
Deprecated. 
Constructor Detail

AvailabilityStatusType

public AvailabilityStatusType()
Deprecated. 

AvailabilityStatusType

public AvailabilityStatusType(String type,
                              String friendlyType)
Deprecated. 
Method Detail

getInstance

public static AvailabilityStatusType getInstance(String type)
Deprecated. 

getType

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

getFriendlyType

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

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

equals

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


Copyright © 2013. All Rights Reserved.