public class PageLocationActivity extends AbstractPageLayoutActivity
AbstractPageLayoutActivity
Modifier and Type | Method and Description |
---|---|
PageLocationActivityESpot |
getESpot()
Returns the ESpot set in this Page Location Activity.
|
java.lang.String |
getLayoutId()
Returns the Page layout Id set in this Page Location Activity.
|
PageLocationActivityCategory |
getTargetCategory()
Returns the Target Category set in this Page Location Activity.
|
void |
setESpot(PageLocationActivityESpot espot)
Sets a given ESpot to this Page Location Activity.
|
void |
setLayoutId(java.lang.String layoutId)
Sets the Page Layout Id to this Page Location Activity.
|
void |
setTargetCategory(PageLocationActivityCategory targetCategory)
Sets a given Target Category to this Page Location Activity.
|
getActivityId, getCurrentPageCampaignElement, getDeviceClass, getEnddate, getName, getPriority, getStartDate, getStoreId, setCurrentPageCampaignElementTemplate, setDeviceClass, setEndDate, setName, setPriority, setStartDate, setStoreId
public void setESpot(PageLocationActivityESpot espot)
This method delegates to the super class method AbstractPageLayoutActivity.setSpots(List)
espot
- The given ESpot to set.public PageLocationActivityESpot getESpot()
This method delegates to the super class method AbstractPageLayoutActivity.getSpots()
public void setTargetCategory(PageLocationActivityCategory targetCategory)
targetCategory
- The Target Category to set.public PageLocationActivityCategory getTargetCategory()
public void setLayoutId(java.lang.String layoutId)
layoutId
- The Page Layout Id to set.public java.lang.String getLayoutId()