Class JpaAttribute
- java.lang.Object
-
- com.broadleafcommerce.customer.provider.jpa.domain.JpaAttribute
-
- All Implemented Interfaces:
Serializable
public class JpaAttribute extends Object implements Serializable
Persistent counter-part to anAttribute
for use with a JPA datastore.- Author:
- Samarth Dhruva (samarthd), Chris Kittrell (ckittrell)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaAttribute()
-
-
-
Method Detail
-
getValue
public Object getValue()
- See Also:
Attribute.getValue()
-
setValue
public void setValue(Object value)
- See Also:
Attribute.getValue()
-
canEqual
protected boolean canEqual(Object other)
-
-