package com.banking.xc.entity; public abstract class SegmentPrice { public abstract void isWholeSegmentPrice(); //public abstract void }