com.trackstudio.action.user
Class UserListAction.SortedLink

java.lang.Object
  extended by com.trackstudio.action.user.UserListAction.SortedLink
Enclosing class:
UserListAction

public class UserListAction.SortedLink
extends java.lang.Object


Constructor Summary
UserListAction.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

UserListAction.SortedLink

public UserListAction.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-2006 TrackStudio, Ltd. All Rights Reserved.