Class NFECatalogValue


  • public class NFECatalogValue
    extends java.lang.Object
    It is a tuple of an ID and a value
    • Constructor Summary

      Constructors 
      Constructor Description
      NFECatalogValue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NFECatalogValue createCopy()
      Returns object copy.
      long getId()
      Gets the value ID
      java.lang.Object getValue()
      Gets the actual value
      void setId​(long id)
      Sets the value ID
      void setValue​(java.lang.Object value)
      Sets the actual value
      • Methods inherited from class java.lang.Object

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

      • NFECatalogValue

        public NFECatalogValue()
    • Method Detail

      • getId

        public long getId()
        Gets the value ID
        Returns:
        the value ID
      • setId

        public void setId​(long id)
        Sets the value ID
        Parameters:
        id - the value ID
      • getValue

        public java.lang.Object getValue()
        Gets the actual value
        Returns:
        an Object subclass instance
      • setValue

        public void setValue​(java.lang.Object value)
        Sets the actual value
        Parameters:
        value - an Object subclass instance
      • createCopy

        public NFECatalogValue createCopy()
        Returns object copy.
        Returns:
        object copy