Class DataAccessConstants

java.lang.Object
com.mg105.utils.DataAccessConstants

public class DataAccessConstants extends Object
Constants used for data persistence.
  • Field Details

    • BASE_PATH

      public static final String BASE_PATH
      The folder where data is stored.
    • MOVE_DATA_PATH

      public static final String MOVE_DATA_PATH
      The file where move data is stored
    • PARTY_DATA_PATH

      public static final String PARTY_DATA_PATH
      the file where party data is stored
    • IS_TRUE

      public static final String IS_TRUE
      The string representation of true
      See Also:
    • IS_FALSE

      public static final String IS_FALSE
      The string representation of false
      See Also:
  • Constructor Details

    • DataAccessConstants

      public DataAccessConstants()