com.ibm.commerce.rest.javadoc

Class ValueImpl

  • java.lang.Object
    • com.ibm.commerce.rest.javadoc.ValueImpl
  • All Implemented Interfaces:
    Value


    public class ValueImpl
    extends java.lang.Object
    implements Value
    Value structure implementation.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      copyright
    • Constructor Summary

      Constructors 
      Constructor and Description
      ValueImpl(java.lang.String value, java.lang.String description)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDescription() 
      java.lang.String getValue() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValueImpl

        public ValueImpl(java.lang.String value,
                         java.lang.String description)
        Constructor.
        Parameters:
        value - The value.
        description - The description.
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface Value
        Returns:
        The description.
      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface Value
        Returns:
        The value.