public class CustomerGroup
extends java.lang.Object
Customer
can be a member of a customer group (e.g. reseller, gold member).
A customer group can be used in price calculations with special prices being assigned to certain customer groups.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
The unique id.
|
VersionedId |
getIdAndVersion()
The
id plus version. |
java.lang.String |
getName()
The name of the customer group.
|
java.lang.String |
toString() |
@Nonnull public java.lang.String getId()
@Nonnull public VersionedId getIdAndVersion()
id
plus version.public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object