Class JpaApplicationAsset
java.lang.Object
com.broadleafcommerce.asset.consumer.domain.EntityAsset
com.broadleafcommerce.auth.tenant.provider.jpa.domain.JpaApplicationAsset
- All Implemented Interfaces:
com.broadleafcommerce.asset.consumer.domain.AssetSourceAware,Serializable
public class JpaApplicationAsset
extends com.broadleafcommerce.asset.consumer.domain.EntityAsset
implements Serializable
The persisted counterpart to a
ApplicationAsset for use with a JPA datastore. This is not
a separately managed domain - it is used as a resident field of JpaApplication.- Since:
- Authentication Service 2.3.0, Release Train 2.3.0
- Author:
- Jon Fleschler (jfleschler)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.broadleafcommerce.asset.consumer.domain.EntityAsset
getAltText, getApplicationId, getAttributes, getEmbedCode, getProvider, getTags, getTenantId, getTitle, getType, getUrl, setAltText, setApplicationId, setAttributes, setEmbedCode, setProvider, setTags, setTenantId, setTitle, setType, setUrl, toString
-
Constructor Details
-
JpaApplicationAsset
public JpaApplicationAsset()
-
-
Method Details
-
equals
- Overrides:
equalsin classcom.broadleafcommerce.asset.consumer.domain.EntityAsset
-
canEqual
- Overrides:
canEqualin classcom.broadleafcommerce.asset.consumer.domain.EntityAsset
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.broadleafcommerce.asset.consumer.domain.EntityAsset
-