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.


Fields inherited from interface com.ibm.commerce.beans.SmartDataBean
COPYRIGHT
 
Fields inherited from interface com.ibm.commerce.beans.DataBean
emptyString
 
Method Summary
 java.lang.String getCustomerField1()
          Returns customer field 1 from the COLLATERAL table
 java.lang.String getCustomerField2()
          Returns customer field 2 from the COLLATERAL table
 java.lang.String getDescriptionCustomerField1()
          Returns customer field 1 from the COLLDESC table
 java.lang.String getDescriptionCustomerField2()
          Returns customer field 2 from the COLLDESC table
 java.lang.String getLocation()
          Returns the location This is the name of the image or flash file
 java.lang.String getMarketingText()
          Returns the marketing text
 java.lang.String getName()
          Returns the name of the ad copy
 java.lang.Integer getTypeID()
          Returns the type id from the COLLTYPE table
 java.lang.String getTypeName()
          Returns the name of the type of this ad copy
 java.lang.String getUrlLink()
          Returns the url link
 
Methods inherited from interface com.ibm.commerce.beans.SmartDataBean
getCommandContext, populate, setCommandContext
 
Methods inherited from interface com.ibm.commerce.beans.InputDataBean
getRequestProperties, setRequestProperties
 

Method Detail

getCustomerField1

public java.lang.String getCustomerField1()
Returns customer field 1 from the COLLATERAL table
Returns:
java.lang.String

getCustomerField2

public java.lang.String getCustomerField2()
Returns customer field 2 from the COLLATERAL table
Returns:
java.lang.String

getDescriptionCustomerField1

public java.lang.String getDescriptionCustomerField1()
Returns customer field 1 from the COLLDESC table
Returns:
java.lang.String

getDescriptionCustomerField2

public java.lang.String getDescriptionCustomerField2()
Returns customer field 2 from the COLLDESC table
Returns:
java.lang.String

getLocation

public java.lang.String getLocation()
Returns the location This is the name of the image or flash file
Returns:
java.lang.String

getMarketingText

public java.lang.String getMarketingText()
Returns the marketing text
Returns:
java.lang.String

getName

public java.lang.String getName()
Returns the name of the ad copy
Returns:
java.lang.String

getTypeID

public java.lang.Integer getTypeID()
Returns the type id from the COLLTYPE table
Returns:
java.lang.Integer

getTypeName

public java.lang.String getTypeName()
Returns the name of the type of this ad copy
Returns:
java.lang.String

getUrlLink

public java.lang.String getUrlLink()
Returns the url link
Returns:
java.lang.String