public class StackabilityType extends Object implements Serializable, BroadleafEnumerationType, Comparable<StackabilityType>
| Modifier and Type | Field and Description |
|---|---|
static StackabilityType |
NO |
static StackabilityType |
YES |
static StackabilityType |
YES_ALWAYS |
| Constructor and Description |
|---|
StackabilityType() |
StackabilityType(String type,
String friendlyType,
int order) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StackabilityType arg0) |
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static StackabilityType |
getInstance(String type) |
int |
getOrder() |
String |
getType() |
int |
hashCode() |
void |
setOrder(int order) |
void |
setType(String type) |
public static final StackabilityType NO
public static final StackabilityType YES
public static final StackabilityType YES_ALWAYS
public static StackabilityType getInstance(String type)
public void setType(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypepublic int getOrder()
public void setOrder(int order)
public int compareTo(StackabilityType arg0)
compareTo in interface Comparable<StackabilityType>Copyright © 2020. All rights reserved.