public class PaymentLogEventType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static PaymentLogEventType |
FINISHED |
static PaymentLogEventType |
START |
| Constructor and Description |
|---|
PaymentLogEventType() |
PaymentLogEventType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static PaymentLogEventType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final PaymentLogEventType START
public static final PaymentLogEventType FINISHED
public static PaymentLogEventType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2014. All Rights Reserved.