Interface ValueAssignable<T extends Serializable>

All Superinterfaces:
Serializable
All Known Subinterfaces:
AdminUserAttribute, CategoryAttribute, CustomerAttribute, OrderItemAttribute, PageAttribute, ProductAttribute, SkuAttribute
All Known Implementing Classes:
AdminUserAttributeImpl, CategoryAttributeImpl, CustomerAttributeImpl, OrderItemAttributeImpl, PageAttributeImpl, ProductAttributeImpl, SkuAttributeImpl

public interface ValueAssignable<T extends Serializable> extends Serializable
Describes simple classes that can be assigned a name and value
Author:
Jeff Fischer
  • Method Details

    • getValue

      T getValue()
      The value
      Returns:
      The value
    • setValue

      void setValue(T value)
      The value
      Parameters:
      value - The value
    • getName

      String getName()
      The name
      Returns:
      The name
    • setName

      void setName(String name)
      The name
      Parameters:
      name - The name