Class Shipper
- java.lang.Object
-
- cronapp.framework.tests.northwind.entity.Shipper
-
@Entity public class Shipper extends Object
-
-
Constructor Summary
Constructors Constructor Description Shipper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCompanyName()StringgetPhone()ShortgetShipperId()voidsetCompanyName(String companyName)voidsetPhone(String phone)voidsetShipperId(Short shipperId)
-