Class DomesticVendor
- java.lang.Object
-
- org.hibernate.testing.orm.domain.retail.Vendor
-
- org.hibernate.testing.orm.domain.retail.DomesticVendor
-
-
Constructor Summary
Constructors Constructor Description DomesticVendor()
DomesticVendor(Integer id, String name, String billingEntity)
DomesticVendor(Integer id, String name, String billingEntity, String supplementalDetail)
-
Method Summary
-
Methods inherited from class org.hibernate.testing.orm.domain.retail.Vendor
getBillingEntity, getId, getName, getSupplementalDetail, setBillingEntity, setId, setName, setSupplementalDetail
-
-