Class JpaApplication
java.lang.Object
com.broadleafcommerce.auth.tenant.provider.jpa.domain.JpaApplication
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable,Serializable
@Entity
public class JpaApplication
extends Object
implements Serializable, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
An entity holding information about an application registered via the tenant service
- Author:
- Jeff Fischer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.modelmapper.ModelMapperfromMe()Class<?>getId()We don't useLastModifiedDatehere because we want to enable manually setting this value (ex: for setting the lastUpdated to a value received in a persistence message).inthashCode()booleanbooleanvoidsetCustomerContextId(String customerContextId) voidsetDeactivated(boolean deactivated) voidvoidsetIdentifierType(String identifierType) voidsetIdentifierValue(String identifierValue) voidsetLastUpdated(Instant lastUpdated) We don't useLastModifiedDatehere because we want to enable manually setting this value (ex: for setting the lastUpdated to a value received in a persistence message).voidsetMarketplace(boolean isMarketplace) voidsetTenantId(String tenantId) org.modelmapper.ModelMappertoMe()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
postFromMe, postToMe, preFromMe, preToMe
-
Constructor Details
-
JpaApplication
public JpaApplication() -
JpaApplication
-
-
Method Details
-
fromMe
public org.modelmapper.ModelMapper fromMe()- Specified by:
fromMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
toMe
public org.modelmapper.ModelMapper toMe()- Specified by:
toMein interfacecom.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
-
getBusinessDomainType
- Specified by:
getBusinessDomainTypein interfacecom.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
-
getId
- See Also:
-
getIdentifierType
- See Also:
-
getIdentifierValue
- See Also:
-
isDeactivated
public boolean isDeactivated()- See Also:
-
getCustomerContextId
- See Also:
-
getTenantId
-
getLastUpdated
We don't useLastModifiedDatehere because we want to enable manually setting this value (ex: for setting the lastUpdated to a value received in a persistence message).- See Also:
-
Application.lastUpdated
-
isMarketplace
public boolean isMarketplace()- See Also:
-
setId
- See Also:
-
setIdentifierType
- See Also:
-
setIdentifierValue
- See Also:
-
setDeactivated
public void setDeactivated(boolean deactivated) - See Also:
-
setCustomerContextId
- See Also:
-
setTenantId
-
setLastUpdated
We don't useLastModifiedDatehere because we want to enable manually setting this value (ex: for setting the lastUpdated to a value received in a persistence message).- See Also:
-
Application.lastUpdated
-
setMarketplace
public void setMarketplace(boolean isMarketplace) - See Also:
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-