Class RelationShipCostItem

java.lang.Object
com.dna.jopt.member.bucket.entity.controller.relationship.RelationShipCostItem

public final class RelationShipCostItem extends Object
  • Constructor Details

    • RelationShipCostItem

      public RelationShipCostItem(double relationShipHardItemCost, double relationShipSoftItemCost)
  • Method Details

    • getTotalRelationCost

      public double getTotalRelationCost()
    • getHardRelationShipCost

      public double getHardRelationShipCost()
    • createZeroItem

      public static RelationShipCostItem createZeroItem()
    • createHardItem

      public static RelationShipCostItem createHardItem(double hardCost)