Class CometCoreRemote.Row

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    CometCoreRemote

    public static class CometCoreRemote.Row
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Row()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getItem()  
      void setItem​(java.util.List<java.lang.String> item)  
      • Methods inherited from class java.lang.Object

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

      • Row

        public Row()
    • Method Detail

      • getItem

        public java.util.List<java.lang.String> getItem()
      • setItem

        public void setItem​(java.util.List<java.lang.String> item)