@Entity public class JpaApplication extends Object implements Serializable, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
Constructor and Description |
---|
JpaApplication() |
JpaApplication(String id,
String identifierType,
String identifierValue,
boolean deactivated,
String customerContextId,
String tenantId,
Instant lastUpdated,
boolean isMarketplace) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
org.modelmapper.ModelMapper |
fromMe() |
Class<?> |
getBusinessDomainType() |
String |
getCustomerContextId() |
String |
getId() |
String |
getIdentifierType() |
String |
getIdentifierValue() |
Instant |
getLastUpdated()
We don't use
LastModifiedDate here because we want to enable manually setting this
value (ex: for setting the lastUpdated to a value received in a persistence message). |
String |
getTenantId() |
int |
hashCode() |
boolean |
isDeactivated() |
boolean |
isMarketplace() |
void |
setCustomerContextId(String customerContextId) |
void |
setDeactivated(boolean deactivated) |
void |
setId(String id) |
void |
setIdentifierType(String identifierType) |
void |
setIdentifierValue(String identifierValue) |
void |
setLastUpdated(Instant lastUpdated)
We don't use
LastModifiedDate here because we want to enable manually setting this
value (ex: for setting the lastUpdated to a value received in a persistence message). |
void |
setMarketplace(boolean isMarketplace) |
void |
setTenantId(String tenantId) |
org.modelmapper.ModelMapper |
toMe() |
String |
toString() |
public org.modelmapper.ModelMapper fromMe()
fromMe
in interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
public org.modelmapper.ModelMapper toMe()
toMe
in interface com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable
public Class<?> getBusinessDomainType()
getBusinessDomainType
in interface com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
public String getId()
Application.getId()
public String getIdentifierType()
Application.getIdentifierType()
public String getIdentifierValue()
Application.getIdentifierValue()
public boolean isDeactivated()
Application.isDeactivated()
public String getCustomerContextId()
Application.getCustomerContextId()
public String getTenantId()
Application@getTen
public Instant getLastUpdated()
LastModifiedDate
here because we want to enable manually setting this
value (ex: for setting the lastUpdated to a value received in a persistence message).Application.lastUpdated
public boolean isMarketplace()
Application.isMarketplace()
public void setId(String id)
Application.getId()
public void setIdentifierType(String identifierType)
Application.getIdentifierType()
public void setIdentifierValue(String identifierValue)
Application.getIdentifierValue()
public void setDeactivated(boolean deactivated)
Application.isDeactivated()
public void setCustomerContextId(String customerContextId)
Application.getCustomerContextId()
public void setTenantId(String tenantId)
Application@getTen
public void setLastUpdated(Instant lastUpdated)
LastModifiedDate
here because we want to enable manually setting this
value (ex: for setting the lastUpdated to a value received in a persistence message).Application.lastUpdated
public void setMarketplace(boolean isMarketplace)
Application.isMarketplace()
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.