|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.CustomerGroup
public class CustomerGroup
Object defining a customer group which is used to aggregate a number of customers normally to apply promotions or to send communications.
| Constructor Summary | |
|---|---|
CustomerGroup()
Constructor |
|
CustomerGroup(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CustomerGroup()
public CustomerGroup(com.workingdogs.village.Record vr,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
vr - c -
com.workingdogs.village.DataSetException| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic int getId()
getId in interface CustomerGroupIfpublic void setId(int id)
setId in interface CustomerGroupIfid - The id to set.public java.lang.String getName()
getName in interface CustomerGroupIfpublic void setName(java.lang.String name)
setName in interface CustomerGroupIfname - The name to set.public java.lang.String getDescription()
getDescription in interface CustomerGroupIfpublic void setDescription(java.lang.String description)
setDescription in interface CustomerGroupIfdescription - The description to set.public int getPriceId()
CustomerGroupIf
getPriceId in interface CustomerGroupIfpublic void setPriceId(int priceId)
CustomerGroupIf
setPriceId in interface CustomerGroupIfpriceId - The priceId to set.public java.lang.String getCustom1()
getCustom1 in interface CustomerGroupIfpublic void setCustom1(java.lang.String custom1)
setCustom1 in interface CustomerGroupIfcustom1 - The custom1 to set.public java.lang.String getCustom2()
getCustom2 in interface CustomerGroupIfpublic void setCustom2(java.lang.String custom2)
setCustom2 in interface CustomerGroupIfcustom2 - The custom2 to set.public java.lang.String getCustom3()
getCustom3 in interface CustomerGroupIfpublic void setCustom3(java.lang.String custom3)
setCustom3 in interface CustomerGroupIfcustom3 - The custom3 to set.public java.lang.String getCustom4()
getCustom4 in interface CustomerGroupIfpublic void setCustom4(java.lang.String custom4)
setCustom4 in interface CustomerGroupIfcustom4 - The custom4 to set.public java.lang.String getCustom5()
getCustom5 in interface CustomerGroupIfpublic void setCustom5(java.lang.String custom5)
setCustom5 in interface CustomerGroupIfcustom5 - The custom5 to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||