public class LastPaymentStatus extends Object implements Serializable, BroadleafEnumerationType
Modifier and Type | Field and Description |
---|---|
static LastPaymentStatus |
ERROR |
static LastPaymentStatus |
OK |
Constructor and Description |
---|
LastPaymentStatus() |
LastPaymentStatus(String type,
String friendlyType) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static LastPaymentStatus |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final LastPaymentStatus OK
public static final LastPaymentStatus ERROR
public static LastPaymentStatus getInstance(String type)
public String getType()
getType
in interface BroadleafEnumerationType
public String getFriendlyType()
getFriendlyType
in interface BroadleafEnumerationType
Copyright © 2019. All rights reserved.