Class JpaExportLob

  • All Implemented Interfaces:
    com.broadleafcommerce.data.tracking.core.Identifiable, Serializable

    @Entity
    public class JpaExportLob
    extends Object
    implements com.broadleafcommerce.data.tracking.core.Identifiable, Serializable
    Author:
    Chad Harchar (charchar)
    See Also:
    Serialized Form
    • Constructor Detail

      • JpaExportLob

        public JpaExportLob()
    • Method Detail

      • getId

        public String getId()
        Specified by:
        getId in interface com.broadleafcommerce.data.tracking.core.Identifiable
      • getPath

        public String getPath()
      • getContent

        public String getContent()
      • setId

        public void setId​(String id)
      • setPath

        public void setPath​(String path)
      • setContent

        public void setContent​(String content)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object