java.lang.Object
com.broadleafcommerce.catalog.provider.jpa.domain.JpaAttribute
All Implemented Interfaces:
Serializable

public class JpaAttribute extends Object implements Serializable
Persistent counter-part to an Attribute for use with a JPA datastore.
Author:
Samarth Dhruva (samarthd)
See Also:
  • Constructor Details

    • JpaAttribute

      public JpaAttribute(Object value)
      Constructor for preserving backwards compatibility with JpaAttributes that do not have a nameLabel
      Parameters:
      value - the value represented by this attribute
    • JpaAttribute

      public JpaAttribute(Object value, String nameLabel)
    • JpaAttribute

      public JpaAttribute()
  • Method Details