public interface DeadlineSummary
Modifier and Type | Method and Description |
---|---|
Date |
getDate() |
long |
getDeadlineId() |
long |
getTaskId() |
void |
setDate(Date date) |
void |
setDeadlineId(long deadlineId) |
void |
setTaskId(long taskId) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.