public interface SiteProfileXref extends Serializable
SiteType.TEMPLATE.
The Site reference can only be a Site of type SiteType.PROFILE.| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Unique id of this cross reference.
|
org.broadleafcommerce.common.site.domain.Site |
getProfile()
Returns the associated
Site which must be of type SiteType.PROFILE
"Profiles" are a specialized implementation of the Site entity. |
org.broadleafcommerce.common.site.domain.Site |
getSite()
Returns the associated
Site which must be of type SiteType.TEMPLATE |
void |
setId(Long id)
Sets the unique id.
|
void |
setProfile(org.broadleafcommerce.common.site.domain.Site profile)
Sets the associated Site which must be of type
SiteType.PROFILE
"Profiles" are a specialized implementation of the Site entity. |
void |
setSite(org.broadleafcommerce.common.site.domain.Site site)
Sets the associated Site which must be of type
SiteType.TEMPLATE |
Long getId()
void setId(Long id)
id - org.broadleafcommerce.common.site.domain.Site getSite()
Site which must be of type SiteType.TEMPLATEvoid setSite(org.broadleafcommerce.common.site.domain.Site site)
SiteType.TEMPLATEsite - org.broadleafcommerce.common.site.domain.Site getProfile()
Site which must be of type SiteType.PROFILE
"Profiles" are a specialized implementation of the Site entity.void setProfile(org.broadleafcommerce.common.site.domain.Site profile)
SiteType.PROFILE
"Profiles" are a specialized implementation of the Site entity.profile - Copyright © 2020. All rights reserved.