com.konakart.rmi.app
Class S_CustomerGroup

java.lang.Object
  extended by com.konakart.rmi.app.S_CustomerGroup
All Implemented Interfaces:
java.io.Serializable

public class S_CustomerGroup
extends java.lang.Object
implements java.io.Serializable

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.

See Also:
Serialized Form

Constructor Summary
S_CustomerGroup()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

S_CustomerGroup

public S_CustomerGroup()
Method Detail

getId

public int getId()
Returns:
Returns the id.

setId

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

getName

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

setName

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

getDescription

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

setDescription

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

getPriceId

public 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

public 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

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

setCustom1

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

getCustom2

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

setCustom2

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

getCustom3

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

setCustom3

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

getCustom4

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

setCustom4

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

getCustom5

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

setCustom5

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


Copyright © 2011 DS Data Systems UK Ltd.