/* * 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 MLocation { public static final String COLUMNNAME_Address1 = "Address1"; public static final String COLUMNNAME_Address2 = "Address2"; public static final String COLUMNNAME_City = "City"; public static final String COLUMNNAME_Postal = "Postal"; public static final String COLUMNNAME_Name = "Name"; }