Class ListInteger<T>


  • public class ListInteger<T>
    extends java.lang.Object
    ListInteger

    Copyright: Idorsia Pharmaceuticals Ltd., Inc. All Rights Reserved This software is the proprietary information of Idorsia Pharmaceuticals, Ltd. Use is subject to license terms.

    Created by korffmo1 on 22.03.18.
    • Constructor Summary

      Constructors 
      Constructor Description
      ListInteger​(java.util.List<T> li, int id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()  
      java.util.List<T> getLi()  
      void setId​(int id)  
      void setLi​(java.util.List<T> li)  
      • Methods inherited from class java.lang.Object

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

      • ListInteger

        public ListInteger​(java.util.List<T> li,
                           int id)
    • Method Detail

      • getId

        public int getId()
      • setId

        public void setId​(int id)
      • getLi

        public java.util.List<T> getLi()
      • setLi

        public void setLi​(java.util.List<T> li)