Skip to content

Commit

Permalink
RESKC-1729: changing appointment type to use a decimal type for duration
Browse files Browse the repository at this point in the history
  • Loading branch information
leoherbie committed Dec 15, 2016
1 parent 55022cc commit 96b733b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@

import org.kuali.coeus.sys.api.model.Coded;
import org.kuali.coeus.sys.api.model.Describable;
import org.kuali.coeus.sys.api.model.ScaleTwoDecimal;

public interface AppointmentTypeContract extends Coded, Describable {

Integer getDuration();
ScaleTwoDecimal getDuration();
}

0 comments on commit 96b733b

Please sign in to comment.