Class LabelSummary

    • Field Detail

      • AUTORELOAD_VALUE

        protected static final java.lang.String AUTORELOAD_VALUE
        See Also:
        Constant Field Values
      • NOAUTORELOAD_VALUE

        protected static final java.lang.String NOAUTORELOAD_VALUE
        See Also:
        Constant Field Values
      • name

        protected java.lang.String name
      • ownerName

        protected java.lang.String ownerName
      • lastAccess

        protected java.util.Date lastAccess
      • lastUpdate

        protected java.util.Date lastUpdate
      • description

        protected java.lang.String description
      • revisionSpec

        protected java.lang.String revisionSpec
      • locked

        protected boolean locked
      • unloaded

        protected boolean unloaded
      • autoreload

        protected boolean autoreload
    • Constructor Detail

      • LabelSummary

        public LabelSummary()
        Default constructor -- set all fields to null or false.
      • LabelSummary

        public LabelSummary​(boolean summaryOnly)
        Construct an empty LabelSummary and appropriately initialize the ServerResource superclass fields according to whether this summary a summary only or part of the full Label class.
        Parameters:
        summaryOnly - summary only
      • LabelSummary

        public LabelSummary​(java.util.Map<java.lang.String,​java.lang.Object> map)
        Construct a LabelSummary from a map returned from the Perforce server's getLabelSummaryList.

        If the map is null, this is equivalent to calling the default constructor.

        Parameters:
        map - spec map