arta.synergy.web.common.client.data.objectives
Class ObjectiveExtended
java.lang.Object
arta.synergy.web.common.client.data.objectives.Objective
arta.synergy.web.common.client.data.objectives.ObjectiveExtended
- All Implemented Interfaces:
- java.io.Serializable
public class ObjectiveExtended
- extends Objective
Created by IntelliJ IDEA.
User: topa
Date: 07.08.2008
Time: 11:15:41
Цель для рсширенного просмотра
- See Also:
- Serialized Form
| Fields inherited from class arta.synergy.web.common.client.data.objectives.Objective |
linksCount |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectiveExtended
public ObjectiveExtended()
getNotification
public Notification getNotification()
setNotification
public void setNotification(Notification notification)
getComment
public java.lang.String getComment()
getObjectiveState
public int getObjectiveState()
getStartDate
public GWTDate getStartDate()
getFinishDate
public GWTDate getFinishDate()
getFinishedDate
public GWTDate getFinishedDate()
getCurrentValue
public double getCurrentValue()
getPointerTypeID
public int getPointerTypeID()
isCompanyObjective
public boolean isCompanyObjective()
getPointerName
public java.lang.String getPointerName()
getPointerStateID
public int getPointerStateID()
getParentObjectiveStateID
public int getParentObjectiveStateID()
setComment
public void setComment(java.lang.String comment)
setCompanyObjective
public void setCompanyObjective(boolean companyObjective)
setObjectiveState
public void setObjectiveState(int objectiveState)
setStartDate
public void setStartDate(GWTDate startDate)
setFinishDate
public void setFinishDate(GWTDate finishDate)
setFinishedDate
public void setFinishedDate(GWTDate finishedDate)
setCurrentValue
public void setCurrentValue(double currentValue)
setPointerName
public void setPointerName(java.lang.String pointerName)
setPointerStateID
public void setPointerStateID(int pointerStateID)
setPointerTypeID
public void setPointerTypeID(int pointerTypeID)
setParentObjectiveStateID
public void setParentObjectiveStateID(int parentObjectiveStateID)
isHasCurrentValue
public boolean isHasCurrentValue()
setHasCurrentValue
public void setHasCurrentValue(boolean hasCurrentValue)
isCanEdit
public boolean isCanEdit()
setCanEdit
public void setCanEdit(boolean canEdit)
isCanClose
public boolean isCanClose()
setCanClose
public void setCanClose(boolean canClose)
isCanCancel
public boolean isCanCancel()
setCanCancel
public void setCanCancel(boolean canCancel)
isCanApprove
public boolean isCanApprove()
setCanApprove
public void setCanApprove(boolean canApprove)
isCanReject
public boolean isCanReject()
setCanReject
public void setCanReject(boolean canReject)
Copyright © 2000 Dummy Corp. All Rights Reserved.