public class CustomerGroup extends java.lang.Object implements CustomerGroupIf
Constructor and Description |
---|
CustomerGroup()
Constructor
|
CustomerGroup(com.workingdogs.village.Record vr,
KKCriteria c) |
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.
|
java.lang.String |
toString() |
public CustomerGroup()
public CustomerGroup(com.workingdogs.village.Record vr, KKCriteria c) throws com.workingdogs.village.DataSetException
vr
- the vrc
- the ccom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public int getId()
getId
in interface CustomerGroupIf
public void setId(int id)
setId
in interface CustomerGroupIf
id
- The id to set.public java.lang.String getName()
getName
in interface CustomerGroupIf
public void setName(java.lang.String name)
setName
in interface CustomerGroupIf
name
- The name to set.public java.lang.String getDescription()
getDescription
in interface CustomerGroupIf
public void setDescription(java.lang.String description)
setDescription
in interface CustomerGroupIf
description
- The description to set.public int getPriceId()
CustomerGroupIf
getPriceId
in interface CustomerGroupIf
public void setPriceId(int priceId)
CustomerGroupIf
setPriceId
in interface CustomerGroupIf
priceId
- The priceId to set.public java.lang.String getCustom1()
getCustom1
in interface CustomerGroupIf
public void setCustom1(java.lang.String custom1)
setCustom1
in interface CustomerGroupIf
custom1
- The custom1 to set.public java.lang.String getCustom2()
getCustom2
in interface CustomerGroupIf
public void setCustom2(java.lang.String custom2)
setCustom2
in interface CustomerGroupIf
custom2
- The custom2 to set.public java.lang.String getCustom3()
getCustom3
in interface CustomerGroupIf
public void setCustom3(java.lang.String custom3)
setCustom3
in interface CustomerGroupIf
custom3
- The custom3 to set.public java.lang.String getCustom4()
getCustom4
in interface CustomerGroupIf
public void setCustom4(java.lang.String custom4)
setCustom4
in interface CustomerGroupIf
custom4
- The custom4 to set.public java.lang.String getCustom5()
getCustom5
in interface CustomerGroupIf
public void setCustom5(java.lang.String custom5)
setCustom5
in interface CustomerGroupIf
custom5
- The custom5 to set.Copyright © 2018 DS Data Systems UK Ltd.