Class GeneratedAbstractMerchProperty

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
AbstractMerchProperty

public abstract class GeneratedAbstractMerchProperty extends GenericItem
Generated class for type AbstractMerchProperty.
See Also:
  • Field Details

    • INDEXEDPROPERTY

      public static final String INDEXEDPROPERTY
      Qualifier of the AbstractMerchProperty.indexedProperty attribute
      See Also:
    • MERCHMAPPEDNAME

      public static final String MERCHMAPPEDNAME
      Qualifier of the AbstractMerchProperty.merchMappedName attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedAbstractMerchProperty

      public GeneratedAbstractMerchProperty()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getIndexedProperty

      public SolrIndexedProperty getIndexedProperty(SessionContext ctx)
      Generated method - Getter of the AbstractMerchProperty.indexedProperty attribute.
      Returns:
      the indexedProperty - Unique identifier
    • getIndexedProperty

      public SolrIndexedProperty getIndexedProperty()
      Generated method - Getter of the AbstractMerchProperty.indexedProperty attribute.
      Returns:
      the indexedProperty - Unique identifier
    • setIndexedProperty

      public void setIndexedProperty(SessionContext ctx, SolrIndexedProperty value)
      Generated method - Setter of the AbstractMerchProperty.indexedProperty attribute.
      Parameters:
      value - the indexedProperty - Unique identifier
    • setIndexedProperty

      public void setIndexedProperty(SolrIndexedProperty value)
      Generated method - Setter of the AbstractMerchProperty.indexedProperty attribute.
      Parameters:
      value - the indexedProperty - Unique identifier
    • getMerchMappedName

      public String getMerchMappedName(SessionContext ctx)
      Generated method - Getter of the AbstractMerchProperty.merchMappedName attribute.
      Returns:
      the merchMappedName - Indexed type
    • getMerchMappedName

      public String getMerchMappedName()
      Generated method - Getter of the AbstractMerchProperty.merchMappedName attribute.
      Returns:
      the merchMappedName - Indexed type
    • setMerchMappedName

      public void setMerchMappedName(SessionContext ctx, String value)
      Generated method - Setter of the AbstractMerchProperty.merchMappedName attribute.
      Parameters:
      value - the merchMappedName - Indexed type
    • setMerchMappedName

      public void setMerchMappedName(String value)
      Generated method - Setter of the AbstractMerchProperty.merchMappedName attribute.
      Parameters:
      value - the merchMappedName - Indexed type