java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.marketingcenter.campaign.objects.CollateralAccessBean
com.ibm.commerce.marketing.beans.CollateralDataBean
This data bean represents an Ad copy. It encapsulates the data from the COLLATERAL, COLLDESC, and COLLTYPE tables.
Field Summary | |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
CollateralDataBean() |
Method Summary | |
java.lang.Integer | getCollateralID() Gets the ID of this collateral. |
CommandContext | getCommandContext() Gets the current command context |
java.lang.String | getCustomerField1() Gets the customizable field 1 of this collateral. |
java.lang.String | getCustomerField2() Gets the customizable field 2 of this collateral. |
java.lang.String | getDescriptionCustomerField1() Gets the customizable description field 1 of this collateral. |
java.lang.String | getDescriptionCustomerField2() Gets the customizable description field 2 of this collateral. |
java.lang.Integer | getLanguageId() Gets the ID of the current language that is in use. |
java.lang.String | getLocation() Gets the image or flash file location of this collateral. |
java.lang.String | getMarketingText() Gets the marketing text of this collateral. |
java.lang.String | getName() Gets the name of this collateral. |
TypedProperty | getRequestProperties() Gets the request properties that is currently being used. |
java.lang.Integer | getStoreID() Gets the ID of the store that is currently logged on to. |
java.lang.Integer | getTypeID() Gets the ID of the type that this collateral belongs to. |
java.lang.String | getTypeName() Gets the name of the type that this collateral belongs to. |
java.lang.String | getUrlLink() Gets the URL link of this collateral. |
void | populate() Populates this data bean that represents a single collateral in the database. |
void | setCollateralID(java.lang.Integer newCollateralID) Sets the ID of this collateral. |
void | setCommandContext(CommandContext context) Sets the current command context. |
void | setCustomerField1(java.lang.String newCustomerField1) Sets the customizable field 1 of this collateral. |
void | setCustomerField2(java.lang.String newCustomerField2) Sets the customizable field 2 of this collateral. |
void | setDescriptionCustomerField1(java.lang.String newDescriptionCustomerField1) Sets the customizable description field 1 of this collateral. |
void | setDescriptionCustomerField2(java.lang.String newDescriptionCustomerField2) Sets the customizable description field 2 of this collateral. |
void | setLanguageId(java.lang.Integer newLanguageId) Sets the ID of the current language that is in use. |
void | setLocation(java.lang.String newLocation) Sets the image or flash file location of this collateral. |
void | setMarketingText(java.lang.String newMarketingText) Sets the marketing text of this collateral. |
void | setName(java.lang.String newName) Sets the name of this collateral. |
void | setRequestProperties(TypedProperty requestProperties) Sets the request properties that is currently being used. |
void | setStoreID(java.lang.Integer newStoreID) Sets the ID of the store that is currently logged on to. |
void | setType(java.lang.Integer newTypeID) Sets the ID of the type that this collateral belongs to. |
void | setTypeName(java.lang.String newTypeName) Sets the name of the type that this collateral belongs to. |
void | setUrlLink(java.lang.String newUrlLink) Sets the URL link of this collateral. |
Methods inherited from class com.ibm.commerce.marketingcenter.campaign.objects.CollateralAccessBean |
commitCopyHelper, defaultJNDIName, findByStore, findByStoreAndName, findByStoreAndType, findByStoreAndTypeWithOrder, findByStoreSortedByName, findByStoreSortedByType, findByStoreWithOrder, fulfills, getCollateralId, getCollateralIdInEJBType, getOwner, getStoreId, getStoreIdInEJBType, getType, getTypeInEJBType, instantiateEJB, instantiateEJBByPrimaryKey, refreshCopyHelper, setCollateralId, setCollateralId, setInitKey_collateralId, setStoreId, setStoreId, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public CollateralDataBean()
Method Detail |
public java.lang.Integer getCollateralID()
public CommandContext getCommandContext()
public java.lang.String getCustomerField1()
public java.lang.String getCustomerField2()
public java.lang.String getDescriptionCustomerField1()
public java.lang.String getDescriptionCustomerField2()
public java.lang.Integer getLanguageId()
public java.lang.String getLocation()
public java.lang.String getMarketingText()
public java.lang.String getName()
public TypedProperty getRequestProperties()
public java.lang.Integer getStoreID()
public java.lang.Integer getTypeID()
public java.lang.String getTypeName()
public java.lang.String getUrlLink()
public void populate() throws java.lang.Exception
public void setCollateralID(java.lang.Integer newCollateralID)
public void setCommandContext(CommandContext context)
public void setCustomerField1(java.lang.String newCustomerField1)
public void setCustomerField2(java.lang.String newCustomerField2)
public void setDescriptionCustomerField1(java.lang.String newDescriptionCustomerField1)
public void setDescriptionCustomerField2(java.lang.String newDescriptionCustomerField2)
public void setLanguageId(java.lang.Integer newLanguageId)
public void setLocation(java.lang.String newLocation)
public void setMarketingText(java.lang.String newMarketingText)
public void setName(java.lang.String newName)
public void setRequestProperties(TypedProperty requestProperties)
public void setStoreID(java.lang.Integer newStoreID)
public void setType(java.lang.Integer newTypeID)
public void setTypeName(java.lang.String newTypeName)
public void setUrlLink(java.lang.String newUrlLink)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.