com.trackstudio.secured
Class SecuredMailImportBean

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

public class SecuredMailImportBean
extends Secured

Bean which represents e-mail import rule


Field Summary
 
Fields inherited from class com.trackstudio.secured.Secured
sc
 
Constructor Summary
SecuredMailImportBean(MailImport m, SessionContext sc)
           
 
Method Summary
 boolean canUpdate()
           
 boolean canView()
           
 int compareTo(java.lang.Object o)
           
 boolean getCanUpdate()
           
 SecuredCategoryBean getCategory()
           
 java.lang.String getCategoryId()
           
 java.lang.String getDomain()
           
 java.lang.String getId()
           
 java.lang.String getKeywords()
           
 java.lang.String getName()
           
 java.lang.Integer getOrder()
           
 SecuredUserBean getOwner()
           
 java.lang.String getOwnerId()
           
 SecuredPrstatusBean getPrstatus()
           
 java.lang.String getPrstatusId()
           
 java.lang.Integer getSearchIn()
           
 MailImportBean getSOAP()
           
 SecuredTaskBean getTask()
           
 java.lang.String getTaskId()
           
 void setDomain(java.lang.String domain)
           
 void setName(java.lang.String name)
           
 void setOwnerId(java.lang.String ownerId)
           
 void setPrstatusId(java.lang.String prstatusId)
           
 
Methods inherited from class com.trackstudio.secured.Secured
compare, equals, getSecure, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredMailImportBean

public SecuredMailImportBean(MailImport m,
                             SessionContext sc)
                      throws GranException
Throws:
GranException
Method Detail

getId

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

getKeywords

public java.lang.String getKeywords()

getSearchIn

public java.lang.Integer getSearchIn()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getDomain

public java.lang.String getDomain()

setDomain

public void setDomain(java.lang.String domain)

getCategory

public SecuredCategoryBean getCategory()
                                throws GranException
Throws:
GranException

getOwner

public SecuredUserBean getOwner()
                         throws GranException
Throws:
GranException

getPrstatus

public SecuredPrstatusBean getPrstatus()
                                throws GranException
Throws:
GranException

getTask

public SecuredTaskBean getTask()
                        throws GranException
Throws:
GranException

compareTo

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

canUpdate

public boolean canUpdate()
                  throws GranException
Specified by:
canUpdate in class Secured
Throws:
GranException

getCanUpdate

public boolean getCanUpdate()
                     throws GranException
Overrides:
getCanUpdate in class Secured
Throws:
GranException

canView

public boolean canView()
                throws GranException
Specified by:
canView in class Secured
Throws:
GranException

getSOAP

public MailImportBean getSOAP()
                       throws GranException
Throws:
GranException

getCategoryId

public java.lang.String getCategoryId()

getTaskId

public java.lang.String getTaskId()

getOrder

public java.lang.Integer getOrder()

getOwnerId

public java.lang.String getOwnerId()

setOwnerId

public void setOwnerId(java.lang.String ownerId)

getPrstatusId

public java.lang.String getPrstatusId()

setPrstatusId

public void setPrstatusId(java.lang.String prstatusId)


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