public interface CatalogDerivedCatalogXref extends Serializable
Catalog and other Catalogs from
which it is derived| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.site.domain.Catalog |
getCatalog()
Represents the current catalog which may be derived from one or more other catalogs.
|
DeploymentStatus |
getDeploymentStatus()
Gets the current
DeploymentStatus for the given derived catalog. |
org.broadleafcommerce.common.site.domain.Catalog |
getDerivedFromCatalog()
Returns one of the catalogs which the catalog is derived from.
|
Long |
getId()
Primary key of this xref.
|
Long |
getInheritedFromCatalog()
If this item was automatically set by the system, note the catalog that drove it.
|
DerivedFromType |
getMutabilityType()
Dictates whether the derived items can be edited or not within the
catalog.
|
Boolean |
getVisible()
Whether or not this record is visible in the derived catalog UI.
|
void |
setCatalog(org.broadleafcommerce.common.site.domain.Catalog catalog)
Sets the catalog which may be derived from one or more other catalogs.
|
void |
setDeloymentStatus(DeploymentStatus deploymentStatus)
Sets the
DeploymentStatus |
void |
setDerivedFromCatalog(org.broadleafcommerce.common.site.domain.Catalog derivedFromCatalog)
Sets one of the catalogs from which this catalog is derived.
|
void |
setId(Long id)
Sets the primary key for this xref.
|
void |
setInheritedFromCatalog(Long inheritedFromCatalog) |
void |
setMutabilityType(DerivedFromType mutabilityType)
Sets whether the derived items can be edited or not within the
catalog.
|
void |
setVisible(Character visible) |
Long getId()
void setId(Long id)
id - org.broadleafcommerce.common.site.domain.Catalog getCatalog()
void setCatalog(org.broadleafcommerce.common.site.domain.Catalog catalog)
catalog - org.broadleafcommerce.common.site.domain.Catalog getDerivedFromCatalog()
void setDerivedFromCatalog(org.broadleafcommerce.common.site.domain.Catalog derivedFromCatalog)
derivedFromCatalog - DerivedFromType getMutabilityType()
void setMutabilityType(DerivedFromType mutabilityType)
mutabilityType - the mutability of the catalogDeploymentStatus getDeploymentStatus()
DeploymentStatus for the given derived catalog. Note that this status
is only relevant for catalogs that require propagation.DeploymentStatus, if anyvoid setDeloymentStatus(DeploymentStatus deploymentStatus)
DeploymentStatusdeploymentStatus - Boolean getVisible()
void setVisible(Character visible)
Long getInheritedFromCatalog()
void setInheritedFromCatalog(Long inheritedFromCatalog)
Copyright © 2020. All rights reserved.