arta.synergy.web.common.client.data.objectives
Class ObjectiveExtended

java.lang.Object
  extended by arta.synergy.web.common.client.data.objectives.Objective
      extended by 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

Field Summary
 
Fields inherited from class arta.synergy.web.common.client.data.objectives.Objective
linksCount
 
Constructor Summary
ObjectiveExtended()
           
 
Method Summary
 java.lang.String getComment()
           
 double getCurrentValue()
           
 GWTDate getFinishDate()
           
 GWTDate getFinishedDate()
           
 Notification getNotification()
           
 int getObjectiveState()
           
 int getParentObjectiveStateID()
           
 java.lang.String getPointerName()
           
 int getPointerStateID()
           
 int getPointerTypeID()
           
 GWTDate getStartDate()
           
 boolean isCanApprove()
           
 boolean isCanCancel()
           
 boolean isCanClose()
           
 boolean isCanEdit()
           
 boolean isCanReject()
           
 boolean isCompanyObjective()
           
 boolean isHasCurrentValue()
           
 void setCanApprove(boolean canApprove)
           
 void setCanCancel(boolean canCancel)
           
 void setCanClose(boolean canClose)
           
 void setCanEdit(boolean canEdit)
           
 void setCanReject(boolean canReject)
           
 void setComment(java.lang.String comment)
           
 void setCompanyObjective(boolean companyObjective)
           
 void setCurrentValue(double currentValue)
           
 void setFinishDate(GWTDate finishDate)
           
 void setFinishedDate(GWTDate finishedDate)
           
 void setHasCurrentValue(boolean hasCurrentValue)
           
 void setNotification(Notification notification)
           
 void setObjectiveState(int objectiveState)
           
 void setParentObjectiveStateID(int parentObjectiveStateID)
           
 void setPointerName(java.lang.String pointerName)
           
 void setPointerStateID(int pointerStateID)
           
 void setPointerTypeID(int pointerTypeID)
           
 void setStartDate(GWTDate startDate)
           
 
Methods inherited from class arta.synergy.web.common.client.data.objectives.Objective
getObjective, getObjectiveID, setObjective, setObjectiveID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectiveExtended

public ObjectiveExtended()
Method Detail

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.