/* * 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 tatiotir */ public class MBPartner { public static final String Table_Name = "C_BPartner"; public static final String COLUMNNAME_Value = "Value"; public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_TaxID = "TaxID"; }