|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.marketingcenter.objects.CampaignAccessBean
This bean provides access to the CAMPAIGN table.
The following is a description of this table:
This table holds the information related to a campaign.
Constructor Summary | |
CampaignAccessBean()
Zero argument constructor used to initialize the access bean. |
|
CampaignAccessBean(javax.ejb.EJBObject CampaignEJBObj)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
CampaignAccessBean(java.lang.Integer campaignId,
java.lang.String campaignName,
java.lang.Integer storeId,
java.sql.Timestamp lastUpdate,
java.lang.String lastUpdatedBy)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
CampaignAccessBean(java.lang.String campaignName,
java.lang.Integer storeId,
java.sql.Timestamp lastUpdate,
java.lang.String lastUpdatedBy)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String |
defaultJNDIName()
Obtain the JNDI name for this EJB |
java.util.Enumeration |
findAllByStoreIdAndCampaignName(java.lang.Integer storeId,
java.lang.String campaignName)
This finder returns all the campaigns in an enumeration with the given store reference number and the campaign name. |
java.util.Enumeration |
findAllByStoreIdSortedBy(java.lang.Integer storeId,
java.lang.String orderByColumn)
This finder returns all the campaigns in an enumeration with the given store reference number, sorted by the given column. |
java.util.Enumeration |
findAllByStoreIdSortedByDescription(java.lang.Integer storeId)
This finder returns all the campaigns in an enumeration with the given store reference number, sorted by description. |
java.util.Enumeration |
findAllByStoreIdSortedByLastUpdate(java.lang.Integer storeId)
This finder returns all the campaigns in an enumeration with the given store reference number, sorted by the last updated date. |
java.util.Enumeration |
findAllByStoreIdSortedByLastUpdatedBy(java.lang.Integer storeId)
This finder returns all the campaigns in an enumeration with the given store reference number, sorted by the logon of the individual who last updated the campaign. |
java.util.Enumeration |
findAllByStoreIdSortedByName(java.lang.Integer storeId)
This finder returns all the campaigns in an enumeration with the given store reference number, sorted by name. |
boolean |
fulfills(java.lang.Long arg0,
java.lang.String arg1)
IBM internal use only. |
java.lang.String |
getCampaignId()
This method provides access to the CAMPAIGN.CAMPAIGN_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCampaignIdInEJBType()
This method provides access to the CAMPAIGN.CAMPAIGN_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCampaignOwner()
This method provides access to the CAMPAIGN.OWNER column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getDescription()
This method provides access to the CAMPAIGN.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField1()
This method provides access to the CAMPAIGN.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getLastUpdateDate()
This method provides access to the CAMPAIGN.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getLastUpdateDateInEJBType()
This method provides access to the CAMPAIGN.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getLastUpdatedBy()
This method provides access to the CAMPAIGN.LASTUPDATEDBY column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String |
getName()
This method provides access to the CAMPAIGN.NAME column of DB2 type VARCHAR(64) NOT NULL. |
java.lang.String |
getObjective()
This method provides access to the CAMPAIGN.OBJECTIVE column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getOwner()
IBM internal use only. |
java.lang.String |
getStatus()
This method provides access to the CAMPAIGN.STATUS column of DB2 type CHAR(1) NULL. |
java.lang.String |
getStoreId()
This method provides access to the CAMPAIGN.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType()
This method provides access to the CAMPAIGN.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getType()
This method provides access to the CAMPAIGN.TYPE column of DB2 type INTEGER NULL. |
java.lang.Integer |
getTypeInEJBType()
This method provides access to the CAMPAIGN.TYPE column of DB2 type INTEGER NULL. |
protected void |
instantiateEJB()
IBM internal use only |
protected boolean |
instantiateEJBByPrimaryKey()
IBM internal use only |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCampaignId(java.lang.Integer campaignId)
This method provides access to the CAMPAIGN.CAMPAIGN_ID column of DB2 type INTEGER NOT NULL. |
void |
setCampaignId(java.lang.String campaignId)
This method provides access to the CAMPAIGN.CAMPAIGN_ID column of DB2 type INTEGER NOT NULL. |
void |
setCampaignOwner(java.lang.String campaignOwner)
This method provides access to the CAMPAIGN.OWNER column of DB2 type VARCHAR(64) NULL. |
void |
setDescription(java.lang.String description)
This method provides access to the CAMPAIGN.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setField1(java.lang.String field1)
This method provides access to the CAMPAIGN.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_campaignId(java.lang.String newCampaignId)
Set the primary key for this object. |
void |
setLastUpdateDate(java.lang.String lastUpdateDate)
This method provides access to the CAMPAIGN.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setLastUpdateDate(java.sql.Timestamp lastUpdateDate)
This method provides access to the CAMPAIGN.LASTUPDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setLastUpdatedBy(java.lang.String lastUpdatedBy)
This method provides access to the CAMPAIGN.LASTUPDATEDBY column of DB2 type VARCHAR(254) NOT NULL. |
void |
setName(java.lang.String name)
This method provides access to the CAMPAIGN.NAME column of DB2 type VARCHAR(64) NOT NULL. |
void |
setObjective(java.lang.String objective)
This method provides access to the CAMPAIGN.OBJECTIVE column of DB2 type VARCHAR(254) NULL. |
void |
setStatus(java.lang.String status)
This method provides access to the CAMPAIGN.STATUS column of DB2 type CHAR(1) NULL. |
void |
setStoreId(java.lang.Integer storeId)
This method provides access to the CAMPAIGN.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreId(java.lang.String storeId)
This method provides access to the CAMPAIGN.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setType(java.lang.Integer type)
This method provides access to the CAMPAIGN.TYPE column of DB2 type INTEGER NULL. |
void |
setType(java.lang.String type)
This method provides access to the CAMPAIGN.TYPE column of DB2 type INTEGER NULL. |
Constructor Detail |
public CampaignAccessBean()
public CampaignAccessBean(javax.ejb.EJBObject CampaignEJBObj) throws java.rmi.RemoteException
CampaignEJBObj
- - a Campaign EJBObject referencejava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.public CampaignAccessBean(java.lang.Integer campaignId, java.lang.String campaignName, java.lang.Integer storeId, java.sql.Timestamp lastUpdate, java.lang.String lastUpdatedBy) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
campaignId
- - the internal reference number of the campaigncampaignName
- - the name of the campaignstoreId
- - the internal reference number of the storelastUpdate
- - the last updated date of the campaignlastUpdatedBy
- - the logon of the user who last updated the campaignjavax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.java.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public CampaignAccessBean(java.lang.String campaignName, java.lang.Integer storeId, java.sql.Timestamp lastUpdate, java.lang.String lastUpdatedBy) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
campaignName
- - the name of the campaignstoreId
- - the internal reference number of the storelastUpdate
- - the last updated date of the campaignlastUpdatedBy
- - the logon of the user who last updated the campaignjavax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.java.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.naming.NamingException
- - Thrown when a naming exception is encountered.Method Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.protected java.lang.String defaultJNDIName()
public java.util.Enumeration findAllByStoreIdAndCampaignName(java.lang.Integer storeId, java.lang.String campaignName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM CAMPAIGN T1 WHERE ( T1.storeent_id = storeId and T1.name = campaignName )
storeId
- - the internal reference number of the storecampaignName
- - the name of the campaignjava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.util.Enumeration findAllByStoreIdSortedBy(java.lang.Integer storeId, java.lang.String orderByColumn) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM CAMPAIGN T1 WHERE ( T1.storeent_id = storeId ) order by T1.orderByColumn
storeId
- - the internal reference number of the campaignorderByColumn
- - the name of the column that will be sortedjava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.util.Enumeration findAllByStoreIdSortedByDescription(java.lang.Integer storeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM CAMPAIGN T1 WHERE ( T1.storeent_id = storeId ) order by T1.description
storeId
- - the internal reference number of the storejava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.util.Enumeration findAllByStoreIdSortedByLastUpdate(java.lang.Integer storeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM CAMPAIGN T1 WHERE ( T1.storeent_id = storeId ) order by T1.lastupdate
storeId
- - the internal reference number of the storejava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.util.Enumeration findAllByStoreIdSortedByLastUpdatedBy(java.lang.Integer storeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM CAMPAIGN T1 WHERE ( T1.storeent_id = storeId ) order by T1.lastupdatedby
storeId
- - the internal reference number of the storejava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.util.Enumeration findAllByStoreIdSortedByName(java.lang.Integer storeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM CAMPAIGN T1 WHERE ( T1.storeent_id = storeId ) order by T1.name
storeId
- - the internal reference number of the storejava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public boolean fulfills(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
arg0
- - java.lang.Longarg1
- - java.lang.Stringjava.rmi.RemoteException
- - The java.rmi.RemoteException exceptionjava.lang.Exception
- - The java.lang.Exception exceptionjavax.ejb.FinderException
- - The javax.ejb.FinderException exceptionjavax.naming.NamingException
- - The javax.naming.NamingException exceptionpublic java.lang.String getCampaignId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The internal reference number of this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.Integer getCampaignIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The internal reference number of this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getCampaignOwner() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The name of the owner of this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The description of this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The customizable field of this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getLastUpdateDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The timestamp of the last updated date of this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.sql.Timestamp getLastUpdateDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The timestamp of the last updated date of this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getLastUpdatedBy() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The logon ID of the individual who last updated this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The name of this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getObjective() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The marketing objective and goals of this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.lang.Exception
- - The java.lang.Exception exceptionjava.rmi.RemoteException
- - The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- - The javax.ejb.FinderException exceptionjavax.naming.NamingException
- - The javax.naming.NamingException exceptionpublic java.lang.String getStatus() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The status of this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The internal reference number of the store in which this campaign belongs to. This field is a foreign key to the STOREENT table.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The internal reference number of the store in which this campaign belongs to. This field is a foreign key to the STOREENT table.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The type of this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.Integer getTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The type of this campaign.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public void setCampaignId(java.lang.Integer campaignId)
The following is a description of this column:
The internal reference number of this campaign.
java.lang.Integer
- public void setCampaignId(java.lang.String campaignId)
The following is a description of this column:
The internal reference number of this campaign.
java.lang.String
- public void setCampaignOwner(java.lang.String campaignOwner)
The following is a description of this column:
The name of the owner of this campaign.
java.lang.String
- public void setDescription(java.lang.String description)
The following is a description of this column:
The description of this campaign.
java.lang.String
- public void setField1(java.lang.String field1)
The following is a description of this column:
The customizable field of this campaign.
java.lang.String
- public void setInitKey_campaignId(java.lang.String newCampaignId)
newCampaignId
- - the reference number of the campaignpublic void setLastUpdateDate(java.lang.String lastUpdateDate)
The following is a description of this column:
The timestamp of the last updated date of this campaign.
java.lang.String
- public void setLastUpdateDate(java.sql.Timestamp lastUpdateDate)
The following is a description of this column:
The timestamp of the last updated date of this campaign.
java.sql.Timestamp
- public void setLastUpdatedBy(java.lang.String lastUpdatedBy)
The following is a description of this column:
The logon ID of the individual who last updated this campaign.
java.lang.String
- public void setName(java.lang.String name)
The following is a description of this column:
The name of this campaign.
java.lang.String
- public void setObjective(java.lang.String objective)
The following is a description of this column:
The marketing objective and goals of this campaign.
java.lang.String
- public void setStatus(java.lang.String status)
The following is a description of this column:
The status of this campaign.
java.lang.String
- public void setStoreId(java.lang.Integer storeId)
The following is a description of this column:
The internal reference number of the store in which this campaign belongs to. This field is a foreign key to the STOREENT table.
java.lang.Integer
- public void setStoreId(java.lang.String storeId)
The following is a description of this column:
The internal reference number of the store in which this campaign belongs to. This field is a foreign key to the STOREENT table.
java.lang.String
- public void setType(java.lang.Integer type)
The following is a description of this column:
The type of this campaign.
java.lang.Integer
- public void setType(java.lang.String type)
The following is a description of this column:
The type of this campaign.
java.lang.String
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |