Class SegmentMemberSource
- java.lang.Object
-
- com.broadleafcommerce.customer.domain.SegmentMemberSource
-
public final class SegmentMemberSource extends Object
Constants indicating the origin of a segment/customer relationship.
-
-
Field Summary
Fields Modifier and Type Field Description static String
IMPORT
Indicates this segment/customer relationship was created via an import process.static String
MANUAL
Indicates this segment/customer relationship was manually created.static String
RULE_BASED_SEGMENT
Indicates this segment/customer relationship was created via rule evaluation.
-
-
-
Field Detail
-
IMPORT
public static final String IMPORT
Indicates this segment/customer relationship was created via an import process.- See Also:
- Constant Field Values
-
MANUAL
public static final String MANUAL
Indicates this segment/customer relationship was manually created.- See Also:
- Constant Field Values
-
RULE_BASED_SEGMENT
public static final String RULE_BASED_SEGMENT
Indicates this segment/customer relationship was created via rule evaluation.- See Also:
- Constant Field Values
-
-