Class ApplicationCatalog
java.lang.Object
com.broadleafcommerce.tenant.domain.ApplicationCatalogRef
com.broadleafcommerce.tenant.domain.ApplicationCatalog
- All Implemented Interfaces:
Serializable
A DTO specifically intended to hold both the information of a
ApplicationCatalogRef
and a
Catalog
to facilitate performing operations such as creation + assignment of a catalog in
one request.
No part of this object is persisted.
- Author:
- Samarth Dhruva
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.broadleafcommerce.tenant.domain.ApplicationCatalogRef
getCatalogStatus, getId, getImplicit, getMutabilityType, getName, getType, isExcludeFromAdd, isVisibleAsAssigned, setCatalogStatus, setExcludeFromAdd, setId, setImplicit, setMutabilityType, setName, setType, setVisibleAsAssigned
-
Constructor Details
-
ApplicationCatalog
public ApplicationCatalog()
-
-
Method Details
-
getCatalog
-
setCatalog
-
toString
- Overrides:
toString
in classApplicationCatalogRef
-
equals
- Overrides:
equals
in classApplicationCatalogRef
-
canEqual
- Overrides:
canEqual
in classApplicationCatalogRef
-
hashCode
public int hashCode()- Overrides:
hashCode
in classApplicationCatalogRef
-