public interface Dmelestats
The following features are supported:
MarketingEntityPackage.getDmelestats()
Modifier and Type | Method and Description |
---|---|
int |
getCounter()
Returns the value of the 'Counter' attribute.
|
int |
getDmelement_id()
Returns the value of the 'Dmelement id' attribute.
|
java.lang.Integer |
getField1()
Returns the value of the 'Field1' attribute.
|
java.lang.Long |
getField2()
Returns the value of the 'Field2' attribute.
|
java.math.BigDecimal |
getField3()
Returns the value of the 'Field3' attribute.
|
java.lang.String |
getField4()
Returns the value of the 'Field4' attribute.
|
short |
getOptcounter()
Returns the value of the 'Optcounter' attribute.
|
int |
getStoreent_id()
Returns the value of the 'Storeent id' attribute.
|
void |
setCounter(int value)
Sets the value of the '
Counter ' attribute. |
void |
setDmelement_id(int value)
Sets the value of the '
Dmelement id ' attribute. |
void |
setField1(java.lang.Integer value)
Sets the value of the '
Field1 ' attribute. |
void |
setField2(java.lang.Long value)
Sets the value of the '
Field2 ' attribute. |
void |
setField3(java.math.BigDecimal value)
Sets the value of the '
Field3 ' attribute. |
void |
setField4(java.lang.String value)
Sets the value of the '
Field4 ' attribute. |
void |
setOptcounter(short value)
Sets the value of the '
Optcounter ' attribute. |
void |
setStoreent_id(int value)
Sets the value of the '
Storeent id ' attribute. |
int getDmelement_id()
If the meaning of the 'Dmelement id' attribute isn't clear, there really should be more of a description here...
setDmelement_id(int)
,
MarketingEntityPackage.getDmelestats_Dmelement_id()
void setDmelement_id(int value)
Dmelement id
' attribute.
value
- the new value of the 'Dmelement id' attribute.getDmelement_id()
int getStoreent_id()
If the meaning of the 'Storeent id' attribute isn't clear, there really should be more of a description here...
setStoreent_id(int)
,
MarketingEntityPackage.getDmelestats_Storeent_id()
void setStoreent_id(int value)
Storeent id
' attribute.
value
- the new value of the 'Storeent id' attribute.getStoreent_id()
int getCounter()
If the meaning of the 'Counter' attribute isn't clear, there really should be more of a description here...
setCounter(int)
,
MarketingEntityPackage.getDmelestats_Counter()
void setCounter(int value)
Counter
' attribute.
value
- the new value of the 'Counter' attribute.getCounter()
java.lang.Integer getField1()
If the meaning of the 'Field1' attribute isn't clear, there really should be more of a description here...
setField1(Integer)
,
MarketingEntityPackage.getDmelestats_Field1()
void setField1(java.lang.Integer value)
Field1
' attribute.
value
- the new value of the 'Field1' attribute.getField1()
java.lang.Long getField2()
If the meaning of the 'Field2' attribute isn't clear, there really should be more of a description here...
setField2(Long)
,
MarketingEntityPackage.getDmelestats_Field2()
void setField2(java.lang.Long value)
Field2
' attribute.
value
- the new value of the 'Field2' attribute.getField2()
java.math.BigDecimal getField3()
If the meaning of the 'Field3' attribute isn't clear, there really should be more of a description here...
setField3(BigDecimal)
,
MarketingEntityPackage.getDmelestats_Field3()
void setField3(java.math.BigDecimal value)
Field3
' attribute.
value
- the new value of the 'Field3' attribute.getField3()
java.lang.String getField4()
If the meaning of the 'Field4' attribute isn't clear, there really should be more of a description here...
setField4(String)
,
MarketingEntityPackage.getDmelestats_Field4()
void setField4(java.lang.String value)
Field4
' attribute.
value
- the new value of the 'Field4' attribute.getField4()
short getOptcounter()
If the meaning of the 'Optcounter' attribute isn't clear, there really should be more of a description here...
setOptcounter(short)
,
MarketingEntityPackage.getDmelestats_Optcounter()
void setOptcounter(short value)
Optcounter
' attribute.
value
- the new value of the 'Optcounter' attribute.getOptcounter()