Interface Customer
-
- All Known Implementing Classes:
RegularCustomer
,SpecialCustomer
public interface Customer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getContractStartDate()
String
getName()
-
-
-
Method Detail
-
getName
String getName()
-
getContractStartDate
int getContractStartDate()
-
-