-
- All Implemented Interfaces:
public interface IContractTerm
-
-
Method Summary
Modifier and Type Method Description abstract BooleanisActive()abstract ContractCodegetContract()abstract LocalDategetDateFrom()abstract LocalDategetDateStop()abstract BytegetTermDayFrom()abstract BytegetTermDayStop()-
-
Method Detail
-
getContract
abstract ContractCode getContract()
-
getDateFrom
abstract LocalDate getDateFrom()
-
getDateStop
abstract LocalDate getDateStop()
-
getTermDayFrom
abstract Byte getTermDayFrom()
-
getTermDayStop
abstract Byte getTermDayStop()
-
-
-
-