Class JpaContentField
java.lang.Object
com.broadleafcommerce.content.provider.jpa.domain.JpaContentField
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware,com.broadleafcommerce.data.tracking.core.CatalogTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.CatalogJpaTracking>,com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware,com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable,com.broadleafcommerce.data.tracking.core.Trackable,com.broadleafcommerce.data.tracking.core.TypedTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.CatalogJpaTracking>,Serializable
@Entity
public class JpaContentField
extends Object
implements com.broadleafcommerce.data.tracking.core.CatalogTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.CatalogJpaTracking>, Serializable, com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable, com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware
- Author:
- Jon Fleschler (jfleschler)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanorg.modelmapper.ModelMapperfromMe()get_id()Class<?>getHint()getLabel()getName()com.broadleafcommerce.data.tracking.jpa.filtering.domain.CatalogJpaTrackinggetType()inthashCode()booleanbooleanbooleanbooleanvoidvoidsetAllowedModels(List<String> allowedModels) voidsetAllowRecommendationConfiguration(boolean allowRecommendationConfiguration) voidsetAttributes(Map<String, Object> attributes) voidsetCollection(boolean collection) voidsetContentModelContextId(String contentModelContextId) voidsetContextId(String contextId) voidsetDisplayOrder(Integer displayOrder) voidsetHelpText(String helpText) voidvoidvoidvoidsetReferenceType(String referenceType) voidsetRequired(boolean required) voidsetTracking(com.broadleafcommerce.data.tracking.jpa.filtering.domain.CatalogJpaTracking tracking) voidsetTranslatable(boolean translatable) voidorg.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, preToMeMethods inherited from interface com.broadleafcommerce.common.messaging.notification.domain.NotificationStateAware
findNotificationStateMethods inherited from interface com.broadleafcommerce.data.tracking.core.Trackable
getDisplay, getNotificationStates, getNotificationStates, setNotificationStatesMethods inherited from interface com.broadleafcommerce.data.tracking.core.TypedTrackable
setTracking
-
Constructor Details
-
JpaContentField
public JpaContentField()
-
-
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
-
get_id
-
getContextId
- Specified by:
getContextIdin interfacecom.broadleafcommerce.data.tracking.core.Trackable
-
getContentModelContextId
-
getLabel
- See Also:
-
getName
- See Also:
-
getType
- See Also:
-
getReferenceType
- See Also:
-
getAllowedModels
- See Also:
-
isAllowRecommendationConfiguration
public boolean isAllowRecommendationConfiguration() -
isCollection
public boolean isCollection()- See Also:
-
isRequired
public boolean isRequired()- See Also:
-
getHelpText
- See Also:
-
getHint
- See Also:
-
getDisplayOrder
- See Also:
-
isTranslatable
public boolean isTranslatable()- See Also:
-
getAttributes
- See Also:
-
getTracking
public com.broadleafcommerce.data.tracking.jpa.filtering.domain.CatalogJpaTracking getTracking()- Specified by:
getTrackingin interfacecom.broadleafcommerce.data.tracking.core.Trackable- Returns:
- The Tracking information for this Field Data.
-
set_id
-
setContextId
- Specified by:
setContextIdin interfacecom.broadleafcommerce.data.tracking.core.Trackable
-
setContentModelContextId
-
setLabel
- See Also:
-
setName
- See Also:
-
setType
- See Also:
-
setReferenceType
- See Also:
-
setAllowedModels
- See Also:
-
setAllowRecommendationConfiguration
public void setAllowRecommendationConfiguration(boolean allowRecommendationConfiguration) -
setCollection
public void setCollection(boolean collection) - See Also:
-
setRequired
public void setRequired(boolean required) - See Also:
-
setHelpText
- See Also:
-
setHint
- See Also:
-
setDisplayOrder
- See Also:
-
setTranslatable
public void setTranslatable(boolean translatable) - See Also:
-
setAttributes
- See Also:
-
setTracking
public void setTracking(com.broadleafcommerce.data.tracking.jpa.filtering.domain.CatalogJpaTracking tracking) - Specified by:
setTrackingin interfacecom.broadleafcommerce.data.tracking.core.TypedTrackable<com.broadleafcommerce.data.tracking.jpa.filtering.domain.CatalogJpaTracking>- Parameters:
tracking- the Tracking information for this Field Data
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-