Class JpaAttribute
java.lang.Object
com.broadleafcommerce.catalog.provider.jpa.domain.JpaAttribute
- All Implemented Interfaces:
Serializable
Persistent counter-part to an
Attribute
for use with a JPA datastore.- Author:
- Samarth Dhruva (samarthd)
- See Also:
-
Constructor Summary
ConstructorDescriptionJpaAttribute
(Object value) Constructor for preserving backwards compatibility with JpaAttributes that do not have a nameLabelJpaAttribute
(Object value, String nameLabel) -
Method Summary
-
Constructor Details
-
JpaAttribute
Constructor for preserving backwards compatibility with JpaAttributes that do not have a nameLabel- Parameters:
value
- the value represented by this attribute
-
JpaAttribute
-
JpaAttribute
public JpaAttribute()
-
-
Method Details
-
getValue
- See Also:
-
getNameLabel
- See Also:
-
setValue
- See Also:
-
setNameLabel
- See Also:
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-