Class AutoNumberFormat

    • Constructor Detail

      • AutoNumberFormat

        public AutoNumberFormat()
    • Method Detail

      • getPrefix

        public java.lang.String getPrefix()
        Gets the prefix.
        Returns:
        the prefix
      • setPrefix

        public AutoNumberFormat setPrefix​(java.lang.String prefix)
        Sets the prefix. The prefix. Can include the date tokens {YY}, {YYYY}, {MM}, {DD}
        Parameters:
        prefix - the new prefix
      • getSuffix

        public java.lang.String getSuffix()
        Gets the suffix.
        Returns:
        the suffix
      • setSuffix

        public AutoNumberFormat setSuffix​(java.lang.String suffix)
        Sets the suffix.
        Parameters:
        suffix - the new suffix
      • getFill

        public java.lang.String getFill()
        Gets the fill.
        Returns:
        the fill
      • setFill

        public AutoNumberFormat setFill​(java.lang.String fill)
        Sets the fill. Must be 0 - 10 "0" characters. Indicates zero-padding
        Parameters:
        fill - the new fill
      • getStartingNumber

        public java.lang.Long getStartingNumber()
        Gets the starting number.
        Returns:
        the starting number
      • setStartingNumber

        public AutoNumberFormat setStartingNumber​(java.lang.Long startingNumber)
        Sets the starting number for the auto-id.
        Parameters:
        startingNumber - the new starting number