Class InventoryProperties
- java.lang.Object
-
- com.broadleafcommerce.inventory.provider.jpa.environment.InventoryProperties
-
- All Implemented Interfaces:
com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
@ConfigurationProperties(prefix="broadleaf.inventory") public class InventoryProperties extends Object implements com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
- Author:
- Kelly Tisdell (ktisdell)
-
-
Constructor Summary
Constructors Constructor Description InventoryProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties
getDatasource()
com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties
getDelegating()
com.broadleafcommerce.common.jpa.data.JpaProperties
getJpa()
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties
getLiquibase()
int
hashCode()
void
setDatasource(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties datasource)
void
setDelegating(com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties delegating)
void
setJpa(com.broadleafcommerce.common.jpa.data.JpaProperties jpa)
void
setLiquibase(org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties liquibase)
String
toString()
-
-
-
Method Detail
-
getJpa
public com.broadleafcommerce.common.jpa.data.JpaProperties getJpa()
- Specified by:
getJpa
in interfacecom.broadleafcommerce.common.jpa.data.JpaPropertyRelated
-
getDatasource
public org.springframework.boot.autoconfigure.jdbc.DataSourceProperties getDatasource()
- Specified by:
getDatasource
in interfacecom.broadleafcommerce.common.jpa.data.JpaPropertyRelated
-
getLiquibase
public org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties getLiquibase()
- Specified by:
getLiquibase
in interfacecom.broadleafcommerce.common.jpa.data.JpaPropertyRelated
-
getDelegating
public com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties getDelegating()
- Specified by:
getDelegating
in interfacecom.broadleafcommerce.common.jpa.data.JpaPropertyRelated
-
setJpa
public void setJpa(com.broadleafcommerce.common.jpa.data.JpaProperties jpa)
-
setDatasource
public void setDatasource(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties datasource)
-
setLiquibase
public void setLiquibase(org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties liquibase)
-
setDelegating
public void setDelegating(com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties delegating)
-
canEqual
protected boolean canEqual(Object other)
-
-