/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.openbravo.compiere.model; /** * * @author TATIOTI-IDEAPAD */ public class MUser { public static final String COLUMNNAME_Name = "Name"; public static final String COLUMNNAME_EMail = "EMail"; public static final String COLUMNNAME_Phone = "Phone"; public static final String COLUMNNAME_Phone2 = "Phone2"; public static final String COLUMNNAME_Fax = "Fax"; }