|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.model.AbstractModel
net.officefloor.eclipse.office.models.AbstractTaskAdministrationJoinPointModel
public abstract class AbstractTaskAdministrationJoinPointModel
Links the DutyModel to the OfficeTaskModel administration
join point.
| Constructor Summary | |
|---|---|
AbstractTaskAdministrationJoinPointModel(OfficeTaskModel task,
boolean isPreRatherThanPost)
Initiate. |
|
| Method Summary | |
|---|---|
OfficeTaskModel |
getTask()
Obtains the OfficeTaskModel. |
boolean |
isPreRatherThanPost()
Indicates if pre Duty rather than post Duty. |
void |
triggerDutyChangeEvent()
Triggers a TaskAdministrationJoinPointEvent.CHANGE_DUTIES event. |
| Methods inherited from class net.officefloor.model.AbstractModel |
|---|
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setY |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractTaskAdministrationJoinPointModel(OfficeTaskModel task,
boolean isPreRatherThanPost)
task - OfficeTaskModel.isPreRatherThanPost - Flag indicating if pre Duty rather than post
Duty.| Method Detail |
|---|
public OfficeTaskModel getTask()
OfficeTaskModel.
OfficeTaskModel.public boolean isPreRatherThanPost()
Duty rather than post Duty.
true if pre Duty, otherwise
false if post Duty.public void triggerDutyChangeEvent()
TaskAdministrationJoinPointEvent.CHANGE_DUTIES event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||