public interface CustomerEventIf
Modifier and Type | Method and Description |
---|---|
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
|
int getId()
void setId(int id)
id
- the id to setint getCustomerId()
void setCustomerId(int customerId)
customerId
- the customerId to setint getAction()
void setAction(int action)
action
- the action to setjava.lang.String getData1Str()
void setData1Str(java.lang.String data1Str)
data1Str
- the data1Str to setjava.lang.String getData2Str()
void setData2Str(java.lang.String data2Str)
data2Str
- the data2Str to setint getData1Int()
void setData1Int(int data1Int)
data1Int
- the data1Int to setint getData2Int()
void setData2Int(int data2Int)
data2Int
- the data2Int to setjava.math.BigDecimal getData1Dec()
void setData1Dec(java.math.BigDecimal data1Dec)
data1Dec
- the data1Dec to setjava.math.BigDecimal getData2Dec()
void setData2Dec(java.math.BigDecimal data2Dec)
data2Dec
- the data2Dec to setjava.lang.String getStoreId()
void setStoreId(java.lang.String storeId)
storeId
- the storeId to setjava.util.Calendar getDateAdded()
void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- the dateAdded to setCopyright © 2018 DS Data Systems UK Ltd.