Class AbstractZoneCodeQualification<Z extends IZoneCode>
java.lang.Object
com.dna.jopt.member.unit.condition.workinghour.zone.AbstractZoneCodeQualification<Z>
- All Implemented Interfaces:
IQualification
,IZoneCodeQualification<Z>
,Serializable
- Direct Known Subclasses:
UKPostCodeQualification
,ZoneNumberQualification
public abstract class AbstractZoneCodeQualification<Z extends IZoneCode>
extends Object
implements IZoneCodeQualification<Z>
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbstractZoneCodeQualification
public AbstractZoneCodeQualification()
-
-
Method Details
-
getCode
- Specified by:
getCode
in interfaceIZoneCodeQualification<Z extends IZoneCode>
-
setCode
- Specified by:
setCode
in interfaceIZoneCodeQualification<Z extends IZoneCode>
-
addExtraCode
- Specified by:
addExtraCode
in interfaceIZoneCodeQualification<Z extends IZoneCode>
-
getExtaCodes
- Specified by:
getExtaCodes
in interfaceIZoneCodeQualification<Z extends IZoneCode>
-