Add method which was removed but make it deprocated

This commit is contained in:
jamesagnew 2014-06-25 17:22:47 -04:00
parent acbffecd15
commit 3bc1d35698

View File

@ -400,4 +400,12 @@ public class IdDt extends BasePrimitive<String> {
return new IdDt(value + '/' + Constants.PARAM_HISTORY + '/' + theVersion);
}
/**
* @deprecated Use {@link #getIdPartAsBigDecimal()} instead
*/
public BigDecimal asBigDecimal() {
// TODO Auto-generated method stub
return null;
}
}