com.ibm.commerce.marketing.beans
Interface CollateralSmartDataBean

All Superinterfaces:
DataBean, InputDataBean, java.io.Serializable, SmartDataBean
All Known Implementing Classes:
CollateralDataBean

public interface CollateralSmartDataBean
extends SmartDataBean

This interface extends SmartDataBean to provide an interface for the CollateralDataBean.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
 
Fields inherited from interface com.ibm.commerce.beans. DataBean
emptyString
 
Method Summary
 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.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.
 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.
 
Methods inherited from interface com.ibm.commerce.beans. SmartDataBean
getCommandContext, populate, setCommandContext
 
Methods inherited from interface com.ibm.commerce.beans. InputDataBean
getRequestProperties, setRequestProperties
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Method Detail

getCustomerField1

public java.lang.String getCustomerField1()
Gets the customizable field 1 of this collateral.
Returns:
the customizable field 1

getCustomerField2

public java.lang.String getCustomerField2()
Gets the customizable field 2 of this collateral.
Returns:
the customizable field 2

getDescriptionCustomerField1

public java.lang.String getDescriptionCustomerField1()
Gets the customizable description field 1 of this collateral.
Returns:
the customizable description field 1

getDescriptionCustomerField2

public java.lang.String getDescriptionCustomerField2()
Gets the customizable description field 2 of this collateral.
Returns:
the customizable description field 2

getLocation

public java.lang.String getLocation()
Gets the image or flash file location of this collateral.
Returns:
the collateral image or flash file location

getMarketingText

public java.lang.String getMarketingText()
Gets the marketing text of this collateral.
Returns:
the collateral marketing text

getName

public java.lang.String getName()
Gets the name of this collateral.
Returns:
the collateral name

getTypeID

public java.lang.Integer getTypeID()
Gets the ID of the type that this collateral belongs to.
Returns:
the collateral type ID

getTypeName

public java.lang.String getTypeName()
Gets the name of the type that this collateral belongs to.
Returns:
the collateral type name

getUrlLink

public java.lang.String getUrlLink()
Gets the URL link of this collateral.
Returns:
the collateral URL link