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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Thestatus
of thecatalog's
visibility for this assignment.getName()
getType()
int
hashCode()
boolean
boolean
void
setCatalogStatus
(String catalogStatus) Thestatus
of thecatalog's
visibility for this assignment.void
setContextId
(String contextId) void
setExcludeFromAdd
(boolean excludeFromAdd) void
setImplicit
(String implicit) void
setMutabilityType
(String mutabilityType) void
void
void
setVisibleAsAssigned
(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
Thestatus
of thecatalog's
visibility for this assignment.- Returns:
- The
status
of thecatalog's
visibility 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
Thestatus
of thecatalog's
visibility for this assignment.- Parameters:
catalogStatus
- Thestatus
of thecatalog's
visibility for this assignment.
-
setType
- See Also:
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-