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()
java.lang.String
getName()
-