Class JpaApplicationCatalogRef
java.lang.Object
com.broadleafcommerce.tenant.provider.jpa.domain.JpaApplicationCatalogRef
- All Implemented Interfaces:
Serializable
Reference structure for a
JpaTenantApplication to its individually assigned
JpaTenantCatalog instances. This includes information related to the mutability and mode
of propagation of the records inherited from the catalog.- Author:
- Jeff Fischer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThestatusof thecatalog'svisibility for this assignment.getName()getType()inthashCode()booleanbooleanvoidsetCatalogStatus(String catalogStatus) Thestatusof thecatalog'svisibility for this assignment.voidsetContextId(String contextId) voidsetExcludeFromAdd(boolean excludeFromAdd) voidsetImplicit(String implicit) voidsetMutabilityType(String mutabilityType) voidvoidvoidsetVisibleAsAssigned(boolean visibleAsAssigned) toString()
-
Constructor Details
-
JpaApplicationCatalogRef
public JpaApplicationCatalogRef()
-
-
Method Details
-
getContextId
- See Also:
-
getImplicit
-
getName
-
getMutabilityType
-
isVisibleAsAssigned
public boolean isVisibleAsAssigned() -
isExcludeFromAdd
public boolean isExcludeFromAdd()- See Also:
-
getCatalogStatus
Thestatusof thecatalog'svisibility for this assignment.- Returns:
- The
statusof thecatalog'svisibility for this assignment.
-
getType
- See Also:
-
setContextId
- See Also:
-
setImplicit
-
setName
-
setMutabilityType
-
setVisibleAsAssigned
public void setVisibleAsAssigned(boolean visibleAsAssigned) -
setExcludeFromAdd
public void setExcludeFromAdd(boolean excludeFromAdd) - See Also:
-
setCatalogStatus
Thestatusof thecatalog'svisibility for this assignment.- Parameters:
catalogStatus- Thestatusof thecatalog'svisibility for this assignment.
-
setType
- See Also:
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-