Class Vendor
java.lang.Object
org.hibernate.testing.orm.domain.retail.Vendor
- Direct Known Subclasses:
DomesticVendor
,ForeignVendor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
void
setBillingEntity
(String billingEntity) void
void
void
setSupplementalDetail
(String supplementalDetail)
-
Constructor Details
-
Vendor
public Vendor() -
Vendor
-
Vendor
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getBillingEntity
-
setBillingEntity
-
getSupplementalDetail
-
setSupplementalDetail
-