com.konakart.appif
Interface CustomerGroupIf


public interface CustomerGroupIf

Details of a KonaKart customer group. A customer group can be used to aggregate a number of customers normally to apply promotions or to send communications.


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.
 

Method Detail

getId

int getId()
Returns:
Returns the id.

setId

void setId(int id)
Parameters:
id - The id to set.

getName

java.lang.String getName()
Returns:
Returns the name.

setName

void setName(java.lang.String name)
Parameters:
name - The name to set.

getDescription

java.lang.String getDescription()
Returns:
Returns the description.

setDescription

void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getPriceId

int getPriceId()
The priceId can be in the range 0 - 3. When 0 (default value) the standard product price is used for every customer in this group. When set to 1, we use price1, when set to 2 we use price2 and when set to 3 we use price3.

Returns:
Returns the priceId.

setPriceId

void setPriceId(int priceId)
The priceId can be in the range 0 - 3. When 0 (default value) the standard product price is used for every customer in this group. When set to 1, we use price1, when set to 2 we use price2 and when set to 3 we use price3.

Parameters:
priceId - The priceId to set.

getCustom1

java.lang.String getCustom1()
Returns:
Returns the custom1.

setCustom1

void setCustom1(java.lang.String custom1)
Parameters:
custom1 - The custom1 to set.

getCustom2

java.lang.String getCustom2()
Returns:
Returns the custom2.

setCustom2

void setCustom2(java.lang.String custom2)
Parameters:
custom2 - The custom2 to set.

getCustom3

java.lang.String getCustom3()
Returns:
Returns the custom3.

setCustom3

void setCustom3(java.lang.String custom3)
Parameters:
custom3 - The custom3 to set.

getCustom4

java.lang.String getCustom4()
Returns:
Returns the custom4.

setCustom4

void setCustom4(java.lang.String custom4)
Parameters:
custom4 - The custom4 to set.

getCustom5

java.lang.String getCustom5()
Returns:
Returns the custom5.

setCustom5

void setCustom5(java.lang.String custom5)
Parameters:
custom5 - The custom5 to set.


Copyright © 2006 DS Data Systems UK Ltd.