Class DomesticVendor
java.lang.Object
org.hibernate.testing.orm.domain.retail.Vendor
org.hibernate.testing.orm.domain.retail.DomesticVendor
-
Constructor Summary
ConstructorsConstructorDescriptionDomesticVendor(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
-
Constructor Details
-
DomesticVendor
public DomesticVendor() -
DomesticVendor
-
DomesticVendor
-