Class ListData


  • public class ListData
    extends java.lang.Object
    Holds data fetched from p4 list command
    • Constructor Summary

      Constructors 
      Constructor Description
      ListData()  
      ListData​(long totalFileCount, java.lang.String lable)  
    • Constructor Detail

      • ListData

        public ListData()
      • ListData

        public ListData​(long totalFileCount,
                        java.lang.String lable)
    • Method Detail

      • getTotalFileCount

        public long getTotalFileCount()
      • setTotalFileCount

        public void setTotalFileCount​(long totalFileCount)
      • getLable

        public java.lang.String getLable()
      • setLable

        public void setLable​(java.lang.String lable)