com.trackstudio.action.task
Class SubtaskAction.SortedLink

java.lang.Object
  extended by com.trackstudio.action.task.SubtaskAction.SortedLink
Enclosing class:
SubtaskAction

public class SubtaskAction.SortedLink
extends java.lang.Object


Constructor Summary
SubtaskAction.SortedLink(java.lang.String sortBy, java.lang.Boolean canView, int parts)
           
 
Method Summary
 java.lang.Boolean getCanView()
           
 int getParts()
           
 java.lang.String getSortBy()
           
 java.lang.Boolean isCanView()
           
 void setCanView(java.lang.Boolean canView)
           
 void setParts(int parts)
           
 void setSortBy(java.lang.String sortBy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubtaskAction.SortedLink

public SubtaskAction.SortedLink(java.lang.String sortBy,
                                java.lang.Boolean canView,
                                int parts)
Method Detail

getSortBy

public java.lang.String getSortBy()

setSortBy

public void setSortBy(java.lang.String sortBy)

getCanView

public java.lang.Boolean getCanView()

isCanView

public java.lang.Boolean isCanView()

setCanView

public void setCanView(java.lang.Boolean canView)

getParts

public int getParts()

setParts

public void setParts(int parts)


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.