GovernmentBodyGridConstants.java

  1. package com.hack23.cia.web.impl.ui.application.views.user.govermentbody.pagemode;

  2. /**
  3.  * The Interface GovernmentBodyGridConstants.
  4.  */
  5. public interface GovernmentBodyGridConstants {

  6.     /** The government bodies. */
  7.     String GOVERNMENT_BODIES = "Government bodies";

  8.     /** The column order. */
  9.     String[] COLUMN_ORDER = {
  10.         "name", "ministry", "orgNumber",
  11.         "headCount", "annualWorkHeadCount"
  12.     };

  13.     /** The hide columns. */
  14.     String[] HIDE_COLUMNS = {
  15.         "vat", "consecutiveNumber", "comment",
  16.         "mCode", "govermentBodyId"
  17.     };
  18. }