com.trackstudio.secured
Class SecuredRtypeBean

java.lang.Object
  extended by com.trackstudio.secured.Secured
      extended by com.trackstudio.secured.SecuredRtypeBean
All Implemented Interfaces:
java.lang.Comparable

public class SecuredRtypeBean
extends Secured

Bean which represents report type


Field Summary
 
Fields inherited from class com.trackstudio.secured.Secured
sc
 
Constructor Summary
SecuredRtypeBean(Rtype rtype, SessionContext sc)
           
SecuredRtypeBean(Rtype rtype, java.lang.String sessionId)
           
 
Method Summary
 boolean canUpdate()
           
 boolean canView()
           
 int compareTo(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 java.lang.String getFile()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 
Methods inherited from class com.trackstudio.secured.Secured
compare, equals, getCanUpdate, getSecure, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredRtypeBean

public SecuredRtypeBean(Rtype rtype,
                        SessionContext sc)

SecuredRtypeBean

public SecuredRtypeBean(Rtype rtype,
                        java.lang.String sessionId)
                 throws GranException
Throws:
GranException
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in class Secured

getName

public java.lang.String getName()

getFile

public java.lang.String getFile()

getDescription

public java.lang.String getDescription()

canUpdate

public boolean canUpdate()
Specified by:
canUpdate in class Secured

canView

public boolean canView()
Specified by:
canView in class Secured

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable
Specified by:
compareTo in class Secured


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