public class Affiliation extends LfmEntity implements SupplierNameEntity, PriceEntity, BuyLinkEntity, SupplierIconEntity, IsSearchEntity
| Constructor and Description |
|---|
Affiliation(Element element) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getBuyLink() |
Price |
getPrice() |
URL |
getSupplierIcon() |
String |
getSupplierName() |
Boolean |
isSearch() |
void |
setBuyLink(URL buyLink) |
void |
setPrice(Price price) |
void |
setSearch(Boolean search) |
void |
setSupplierIcon(URL supplierIcon) |
void |
setSupplierName(String supplierName) |
public Affiliation(Element element)
public Boolean isSearch()
isSearch in interface IsSearchEntitypublic void setSearch(Boolean search)
setSearch in interface IsSearchEntitypublic URL getSupplierIcon()
getSupplierIcon in interface SupplierIconEntitypublic void setSupplierIcon(URL supplierIcon)
setSupplierIcon in interface SupplierIconEntitypublic URL getBuyLink()
getBuyLink in interface BuyLinkEntitypublic void setBuyLink(URL buyLink)
setBuyLink in interface BuyLinkEntitypublic Price getPrice()
getPrice in interface PriceEntitypublic void setPrice(Price price)
setPrice in interface PriceEntitypublic String getSupplierName()
getSupplierName in interface SupplierNameEntitypublic void setSupplierName(String supplierName)
setSupplierName in interface SupplierNameEntityCopyright © 2012. All Rights Reserved.