hoplugins.teamAnalyzer.dao
Class DividerDAO

java.lang.Object
  extended byhoplugins.teamAnalyzer.dao.DividerDAO

public class DividerDAO
extends java.lang.Object

DB Access Manager for Divider locations

Author:
Massimiliano Amato

Constructor Summary
DividerDAO()
          Creates a new DividerDAO object.
 
Method Summary
static int getDividerPosition(java.lang.String key)
          Returns a value
static void setDividerPosition(java.lang.String key, int position)
          Set the value in the databse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DividerDAO

public DividerDAO()
Creates a new DividerDAO object.

Method Detail

setDividerPosition

public static void setDividerPosition(java.lang.String key,
                                      int position)
Set the value in the databse

Parameters:
key - The key
position - the value

getDividerPosition

public static int getDividerPosition(java.lang.String key)
Returns a value

Parameters:
key - the key to be returned
Returns:
the value


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.