public class BaseEventData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
BaseEventData() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.hyades.logging.events.cbe.ExtendedDataElement |
composeEventEDE()
This method is to compose this BaseEventData to ExtendedDataElement which
is for the data format Event using.
|
void |
decomposeEventEDE(org.eclipse.hyades.logging.events.cbe.ExtendedDataElement ede)
This method is to decompose this ExtendedDataElement which is the data
format Event using to BaseEventData object.
|
java.util.Locale |
getLocale()
This method gets current locale.
|
java.lang.String |
getOrderChannel()
This method gets the current order channel.
|
java.lang.Integer |
getStoreId()
This method gets the current store id.
|
void |
setLocale(java.util.Locale localLocale)
This method sets the current locale.
|
void |
setOrderChannel(java.lang.String string)
This method sets the current order channel.
|
void |
setStoreId(java.lang.Integer integer)
This method sets the current store id.
|
java.lang.String |
toString()
This method converts the attributes of this class to a human-readable format.
|
public static final java.lang.String COPYRIGHT
public org.eclipse.hyades.logging.events.cbe.ExtendedDataElement composeEventEDE()
public void decomposeEventEDE(org.eclipse.hyades.logging.events.cbe.ExtendedDataElement ede)
throws ECException
ede - the event data formatECException - In case of failurepublic java.util.Locale getLocale()
public java.lang.String getOrderChannel()
public java.lang.Integer getStoreId()
public void setLocale(java.util.Locale localLocale)
localLocale - The current localepublic void setOrderChannel(java.lang.String string)
string - The current order channelpublic void setStoreId(java.lang.Integer integer)
integer - The current store idpublic java.lang.String toString()
toString in class java.lang.Object