de.hattrickorganizer.model
Class HRF

java.lang.Object
  extended by de.hattrickorganizer.model.HRF

public final class HRF
extends java.lang.Object

Benutzerdaten


Constructor Summary
HRF()
          Creates a new Hrf object.
HRF(int _hrfId, java.lang.String _name, java.sql.Timestamp _datum)
          Creates a new Hrf object.
HRF(java.sql.ResultSet rs)
          Creates a new Hrf object.
 
Method Summary
 java.sql.Timestamp getDatum()
           
 int getHrfId()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HRF

public HRF()
Creates a new Hrf object.

Parameters:
rs - TODO Missing Constructuor Parameter Documentation

HRF

public HRF(int _hrfId,
           java.lang.String _name,
           java.sql.Timestamp _datum)
Creates a new Hrf object.

Parameters:
_hrfId -
_name -
_datum -

HRF

public HRF(java.sql.ResultSet rs)
    throws java.lang.Exception
Creates a new Hrf object.

Parameters:
rs - TODO Missing Constructuor Parameter Documentation
Throws:
java.lang.Exception - TODO Missing Constructuor Exception Documentation
Method Detail

getDatum

public java.sql.Timestamp getDatum()

getHrfId

public int getHrfId()

getName

public java.lang.String getName()