public interface Dmcampaign
The following features are supported:
MarketingEntityPackage.getDmcampaign()
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreated()
Returns the value of the 'Created' attribute.
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.util.List |
getDmactivityForDmcampaign()
Returns the value of the 'Dmactivity For Dmcampaign' reference list.
|
int |
getDmcampaign_id()
Returns the value of the 'Dmcampaign id' attribute.
|
java.util.Date |
getEnddate()
Returns the value of the 'Enddate' 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.
|
java.util.Date |
getLastupdate()
Returns the value of the 'Lastupdate' attribute.
|
java.lang.String |
getLastupdatedby()
Returns the value of the 'Lastupdatedby' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getObjective()
Returns the value of the 'Objective' attribute.
|
short |
getOptcounter()
Returns the value of the 'Optcounter' attribute.
|
java.lang.String |
getOwner()
Returns the value of the 'Owner' attribute.
|
java.lang.String |
getSeason()
Returns the value of the 'Season' attribute.
|
java.util.Date |
getStartdate()
Returns the value of the 'Startdate' attribute.
|
short |
getState()
Returns the value of the 'State' attribute.
|
int |
getStoreent_id()
Returns the value of the 'Storeent id' attribute.
|
java.lang.Integer |
getType_()
Returns the value of the 'Type' attribute.
|
void |
setCreated(java.util.Date value)
Sets the value of the '
Created ' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setDmcampaign_id(int value)
Sets the value of the '
Dmcampaign id ' attribute. |
void |
setEnddate(java.util.Date value)
Sets the value of the '
Enddate ' 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 |
setLastupdate(java.util.Date value)
Sets the value of the '
Lastupdate ' attribute. |
void |
setLastupdatedby(java.lang.String value)
Sets the value of the '
Lastupdatedby ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setObjective(java.lang.String value)
Sets the value of the '
Objective ' attribute. |
void |
setOptcounter(short value)
Sets the value of the '
Optcounter ' attribute. |
void |
setOwner(java.lang.String value)
Sets the value of the '
Owner ' attribute. |
void |
setSeason(java.lang.String value)
Sets the value of the '
Season ' attribute. |
void |
setStartdate(java.util.Date value)
Sets the value of the '
Startdate ' attribute. |
void |
setState(short value)
Sets the value of the '
State ' attribute. |
void |
setStoreent_id(int value)
Sets the value of the '
Storeent id ' attribute. |
void |
setType(java.lang.Integer value)
Sets the value of the '
Type ' attribute. |
int getDmcampaign_id()
If the meaning of the 'Dmcampaign id' attribute isn't clear, there really should be more of a description here...
setDmcampaign_id(int)
,
MarketingEntityPackage.getDmcampaign_Dmcampaign_id()
void setDmcampaign_id(int value)
Dmcampaign id
' attribute.
value
- the new value of the 'Dmcampaign id' attribute.getDmcampaign_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.getDmcampaign_Storeent_id()
void setStoreent_id(int value)
Storeent id
' attribute.
value
- the new value of the 'Storeent id' attribute.getStoreent_id()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MarketingEntityPackage.getDmcampaign_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
MarketingEntityPackage.getDmcampaign_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
short getState()
If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...
setState(short)
,
MarketingEntityPackage.getDmcampaign_State()
void setState(short value)
State
' attribute.
value
- the new value of the 'State' attribute.getState()
java.lang.String getSeason()
If the meaning of the 'Season' attribute isn't clear, there really should be more of a description here...
setSeason(String)
,
MarketingEntityPackage.getDmcampaign_Season()
void setSeason(java.lang.String value)
Season
' attribute.
value
- the new value of the 'Season' attribute.getSeason()
java.lang.Integer getType_()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(Integer)
,
MarketingEntityPackage.getDmcampaign_Type()
void setType(java.lang.Integer value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType_()
java.util.Date getStartdate()
If the meaning of the 'Startdate' attribute isn't clear, there really should be more of a description here...
setStartdate(Date)
,
MarketingEntityPackage.getDmcampaign_Startdate()
void setStartdate(java.util.Date value)
Startdate
' attribute.
value
- the new value of the 'Startdate' attribute.getStartdate()
java.util.Date getEnddate()
If the meaning of the 'Enddate' attribute isn't clear, there really should be more of a description here...
setEnddate(Date)
,
MarketingEntityPackage.getDmcampaign_Enddate()
void setEnddate(java.util.Date value)
Enddate
' attribute.
value
- the new value of the 'Enddate' attribute.getEnddate()
java.util.Date getCreated()
If the meaning of the 'Created' attribute isn't clear, there really should be more of a description here...
setCreated(Date)
,
MarketingEntityPackage.getDmcampaign_Created()
void setCreated(java.util.Date value)
Created
' attribute.
value
- the new value of the 'Created' attribute.getCreated()
java.util.Date getLastupdate()
If the meaning of the 'Lastupdate' attribute isn't clear, there really should be more of a description here...
setLastupdate(Date)
,
MarketingEntityPackage.getDmcampaign_Lastupdate()
void setLastupdate(java.util.Date value)
Lastupdate
' attribute.
value
- the new value of the 'Lastupdate' attribute.getLastupdate()
java.lang.String getLastupdatedby()
If the meaning of the 'Lastupdatedby' attribute isn't clear, there really should be more of a description here...
setLastupdatedby(String)
,
MarketingEntityPackage.getDmcampaign_Lastupdatedby()
void setLastupdatedby(java.lang.String value)
Lastupdatedby
' attribute.
value
- the new value of the 'Lastupdatedby' attribute.getLastupdatedby()
java.lang.String getOwner()
If the meaning of the 'Owner' attribute isn't clear, there really should be more of a description here...
setOwner(String)
,
MarketingEntityPackage.getDmcampaign_Owner()
void setOwner(java.lang.String value)
Owner
' attribute.
value
- the new value of the 'Owner' attribute.getOwner()
java.lang.String getObjective()
If the meaning of the 'Objective' attribute isn't clear, there really should be more of a description here...
setObjective(String)
,
MarketingEntityPackage.getDmcampaign_Objective()
void setObjective(java.lang.String value)
Objective
' attribute.
value
- the new value of the 'Objective' attribute.getObjective()
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.getDmcampaign_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.getDmcampaign_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.getDmcampaign_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.getDmcampaign_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.getDmcampaign_Optcounter()
void setOptcounter(short value)
Optcounter
' attribute.
value
- the new value of the 'Optcounter' attribute.getOptcounter()
java.util.List getDmactivityForDmcampaign()
Dmactivity
.
It is bidirectional and its opposite is 'Dmcampaign For Dmactivity
'.
If the meaning of the 'Dmactivity For Dmcampaign' reference list isn't clear, there really should be more of a description here...
MarketingEntityPackage.getDmcampaign_DmactivityForDmcampaign()
,
Dmactivity.getDmcampaignForDmactivity()