com.guhesan.querycrypt.beans
Class QueryCryptProperties

java.lang.Object
  |
  +--com.guhesan.querycrypt.beans.QueryCryptProperties

public class QueryCryptProperties
extends java.lang.Object

Author:
Venkatt Guhesan (www.AvedaTech.com) This code is part of the QueryCrypt project: All Rights Reserved. THE QUERYCRYPT SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AVEDATECH COMPANY OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THE QUERYCRYPT SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Saturday, September 24, 2005

Constructor Summary
QueryCryptProperties()
           
 
Method Summary
 java.lang.String getQueryName()
           
 boolean isDebugEnabled()
           
 boolean isSessionKeyEnabled()
           
 void setDebug(boolean debug)
           
 void setQueryName(java.lang.String queryName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryCryptProperties

public QueryCryptProperties()
Method Detail

isSessionKeyEnabled

public boolean isSessionKeyEnabled()
Returns:
Returns the sessionKeyEnabled.

getQueryName

public java.lang.String getQueryName()
Returns:
Returns the queryName.

setQueryName

public void setQueryName(java.lang.String queryName)
Parameters:
queryName - The queryName to set.

isDebugEnabled

public boolean isDebugEnabled()
Returns:
Returns the debug.

setDebug

public void setDebug(boolean debug)
Parameters:
debug - The debug to set.


Copyright © 2005 All Rights Reserved.