public class Company extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_SIREN |
static String |
PROPERTY_SIRET |
static String |
PROPERTY_VAT_NUMBER |
protected String |
siren |
protected String |
siret |
protected String |
vat |
| Constructor and Description |
|---|
Company() |
public static final String PROPERTY_VAT_NUMBER
public static final String PROPERTY_SIRET
public static final String PROPERTY_SIREN
protected String vat
protected String siret
protected String siren
Copyright © 2013–2017 CodeLutin. All rights reserved.