|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.rmi.app.S_CustomerEvent
public class S_CustomerEvent
A customer event is used to save customer related event information used mainly for statistical purposes.
Constructor Summary | |
---|---|
S_CustomerEvent()
|
Method Summary | |
---|---|
int |
getAction()
The action may be any integer that uniquely defines the type of event |
int |
getCustomerId()
The id of the customer generating the event. |
java.math.BigDecimal |
getData1Dec()
Event data in the form of a decimal |
int |
getData1Int()
Event data in the form of an int |
java.lang.String |
getData1Str()
Event data in the form of a string |
java.math.BigDecimal |
getData2Dec()
Event data in the form of a decimal |
int |
getData2Int()
Event data in the form of an int |
java.lang.String |
getData2Str()
Event data in the form of a string |
java.util.Calendar |
getDateAdded()
The date of the event |
int |
getId()
The object unique id |
java.lang.String |
getStoreId()
The store id of the customer generating the event |
void |
setAction(int _action)
The action may be any integer that uniquely defines the type of event |
void |
setCustomerId(int _customerId)
The id of the customer generating the event. |
void |
setData1Dec(java.math.BigDecimal _data1Dec)
Event data in the form of a decimal |
void |
setData1Int(int _data1Int)
Event data in the form of an int |
void |
setData1Str(java.lang.String _data1Str)
Event data in the form of a string |
void |
setData2Dec(java.math.BigDecimal _data2Dec)
Event data in the form of a decimal |
void |
setData2Int(int _data2Int)
Event data in the form of an int |
void |
setData2Str(java.lang.String _data2Str)
Event data in the form of a string |
void |
setDateAdded(java.util.Calendar _dateAdded)
The date of the event |
void |
setId(int _id)
The object unique id |
void |
setStoreId(java.lang.String _storeId)
The store id of the customer generating the event |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public S_CustomerEvent()
Method Detail |
---|
public int getId()
public void setId(int _id)
_id
- the id to setpublic int getCustomerId()
public void setCustomerId(int _customerId)
_customerId
- the customerId to setpublic int getAction()
public void setAction(int _action)
_action
- the action to setpublic java.lang.String getData1Str()
public void setData1Str(java.lang.String _data1Str)
_data1Str
- the data1Str to setpublic java.lang.String getData2Str()
public void setData2Str(java.lang.String _data2Str)
_data2Str
- the data2Str to setpublic int getData1Int()
public void setData1Int(int _data1Int)
_data1Int
- the data1Int to setpublic int getData2Int()
public void setData2Int(int _data2Int)
_data2Int
- the data2Int to setpublic java.math.BigDecimal getData1Dec()
public void setData1Dec(java.math.BigDecimal _data1Dec)
_data1Dec
- the data1Dec to setpublic java.math.BigDecimal getData2Dec()
public void setData2Dec(java.math.BigDecimal _data2Dec)
_data2Dec
- the data2Dec to setpublic java.lang.String getStoreId()
public void setStoreId(java.lang.String _storeId)
_storeId
- the storeId to setpublic java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded
- the dateAdded to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |