Ignore:
Timestamp:
03/14/12 14:52:29 (12 years ago)
Author:
vmipsl
Message:

backoffice

Location:
tapas/domain/interface/com/ether/user
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • tapas/domain/interface/com/ether/user/UserFilter.java

    r308 r409  
    4141 
    4242    @Nullable 
    43     public UserState getSortState() 
    44     { 
    45         return _sortState; 
    46     } 
    47  
    48     public void setSortState( @Nullable final UserState sortState ) 
    49     { 
    50         _sortState = sortState; 
    51     } 
    52  
    53     @Nullable 
    5443    public String getSearchText() 
    5544    { 
     
    8776    private UserRole _sortRole; 
    8877    @Nullable 
    89     private UserState _sortState; 
    90     @Nullable 
    9178    private String _searchText; 
    9279    private boolean _sortAccessBoFalse; 
Note: See TracChangeset for help on using the changeset viewer.