|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.inventory.service.type.AvailabilityStatusType
@Deprecated public class AvailabilityStatusType
An extendible enumeration of availability status types.
| 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 |
|---|
public static final AvailabilityStatusType AVAILABLE
public static final AvailabilityStatusType UNAVAILABLE
public static final AvailabilityStatusType BACKORDERED
| Constructor Detail |
|---|
public AvailabilityStatusType()
public AvailabilityStatusType(String type,
String friendlyType)
| Method Detail |
|---|
public static AvailabilityStatusType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||