Package org.nuiton.validator.model
Class Company
- java.lang.Object
-
- org.nuiton.validator.model.Company
-
public class Company extends Object
- Since:
- 2.3
- Author:
- Jean Couteau - couteau@codelutin.com
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_SIREN
static String
PROPERTY_SIRET
static String
PROPERTY_VAT_NUMBER
protected String
siren
protected String
siret
protected String
vat
-
Constructor Summary
Constructors Constructor Description Company()
-
-
-
Field Detail
-
PROPERTY_VAT_NUMBER
public static final String PROPERTY_VAT_NUMBER
- See Also:
- Constant Field Values
-
PROPERTY_SIRET
public static final String PROPERTY_SIRET
- See Also:
- Constant Field Values
-
PROPERTY_SIREN
public static final String PROPERTY_SIREN
- See Also:
- Constant Field Values
-
vat
protected String vat
-
siret
protected String siret
-
siren
protected String siren
-
-