public interface CustomerGroupIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
java.lang.String |
getCustom2() |
java.lang.String |
getCustom3() |
java.lang.String |
getCustom4() |
java.lang.String |
getCustom5() |
java.lang.String |
getDescription() |
int |
getId() |
java.lang.String |
getName() |
int |
getPriceId()
The priceId can be in the range 0 - 3.
|
void |
setCustom1(java.lang.String custom1) |
void |
setCustom2(java.lang.String custom2) |
void |
setCustom3(java.lang.String custom3) |
void |
setCustom4(java.lang.String custom4) |
void |
setCustom5(java.lang.String custom5) |
void |
setDescription(java.lang.String description) |
void |
setId(int id) |
void |
setName(java.lang.String name) |
void |
setPriceId(int priceId)
The priceId can be in the range 0 - 3.
|
int getId()
void setId(int id)
id
- The id to set.java.lang.String getName()
void setName(java.lang.String name)
name
- The name to set.java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- The description to set.int getPriceId()
void setPriceId(int priceId)
priceId
- The priceId to set.java.lang.String getCustom1()
void setCustom1(java.lang.String custom1)
custom1
- The custom1 to set.java.lang.String getCustom2()
void setCustom2(java.lang.String custom2)
custom2
- The custom2 to set.java.lang.String getCustom3()
void setCustom3(java.lang.String custom3)
custom3
- The custom3 to set.java.lang.String getCustom4()
void setCustom4(java.lang.String custom4)
custom4
- The custom4 to set.java.lang.String getCustom5()
void setCustom5(java.lang.String custom5)
custom5
- The custom5 to set.Copyright © 2018 DS Data Systems UK Ltd.