Interface MarketAttribute

All Known Implementing Classes:
MarketAttributeImpl

public interface MarketAttribute
Contains a market attribute name and description
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the attribute description
    Returns the attribute name
  • Method Details

    • getName

      String getName()
      Returns the attribute name
      Returns:
      - the attribute name
    • getDescription

      String getDescription()
      Returns the attribute description
      Returns:
      - the attribute description