Class Vendor
- java.lang.Object
-
- org.hibernate.testing.orm.domain.retail.Vendor
-
- Direct Known Subclasses:
DomesticVendor
,ForeignVendor
@Entity public class Vendor extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBillingEntity()
Integer
getId()
String
getName()
void
setBillingEntity(String billingEntity)
void
setId(Integer id)
void
setName(String name)
-