Class CostDTO
- java.lang.Object
-
- com.arms.api.analysis.cost.model.dto.CostDTO
-
- Direct Known Subclasses:
CalculationCostDTO
public class CostDTO extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CostDTO(PdServiceAndIsReqDTO pdServiceAndIsReq)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleanisReq()static CostDTOof(PdServiceAndIsReqDTO pdServiceAndIsReq)java.lang.LongpdServiceLink()java.util.List<java.lang.Long>pdServiceVersionLinks()
-
-
-
Constructor Detail
-
CostDTO
public CostDTO(PdServiceAndIsReqDTO pdServiceAndIsReq)
-
-
Method Detail
-
pdServiceLink
public java.lang.Long pdServiceLink()
-
pdServiceVersionLinks
public java.util.List<java.lang.Long> pdServiceVersionLinks()
-
isReq
public java.lang.Boolean isReq()
-
of
public static CostDTO of(PdServiceAndIsReqDTO pdServiceAndIsReq)
-
-