Class InData


  • class InData
    extends java.lang.Object
    Represents the input data.
    Author:
    Holger Eichelberger, SSE
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String id  
      private java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      InData​(java.lang.String name, java.lang.String id)
      Creates an instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Returns the id value.
      java.lang.String getName()
      Returns the name value.
      • Methods inherited from class java.lang.Object

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

      • name

        private java.lang.String name
      • id

        private java.lang.String id
    • Constructor Detail

      • InData

        InData​(java.lang.String name,
               java.lang.String id)
        Creates an instance.
        Parameters:
        name - the name value
        id - the id value
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name value.
        Returns:
        the name
      • getId

        public java.lang.String getId()
        Returns the id value.
        Returns:
        the id