gov.bnl.gums.db
Class HibernateMapping

java.lang.Object
  extended by gov.bnl.gums.db.HibernateMapping

public class HibernateMapping
extends java.lang.Object

Author:
Gabriele Carcassi, Jay Packard

Constructor Summary
HibernateMapping()
          Creates a new instance of Mapping
 
Method Summary
 java.lang.String getAccount()
          Getter for property account.
 java.lang.String getDn()
          Getter for property dn.
 java.lang.Long getId()
          Getter for property id.
 java.lang.String getMap()
          Getter for property group.
 void setAccount(java.lang.String account)
          Setter for property account.
 void setDn(java.lang.String dn)
          Setter for property dn.
 void setId(java.lang.Long id)
          Setter for property id.
 void setMap(java.lang.String map)
          Setter for property group.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateMapping

public HibernateMapping()
Creates a new instance of Mapping

Method Detail

getAccount

public java.lang.String getAccount()
Getter for property account.

Returns:
Value of property account.

getDn

public java.lang.String getDn()
Getter for property dn.

Returns:
Value of property dn.

getId

public java.lang.Long getId()
Getter for property id.

Returns:
Value of property id.

getMap

public java.lang.String getMap()
Getter for property group.

Returns:
Value of property group.

setAccount

public void setAccount(java.lang.String account)
Setter for property account.

Parameters:
account - New value of property account.

setDn

public void setDn(java.lang.String dn)
Setter for property dn.

Parameters:
dn - New value of property dn.

setId

public void setId(java.lang.Long id)
Setter for property id.

Parameters:
id - New value of property id.

setMap

public void setMap(java.lang.String map)
Setter for property group.

Parameters:
userGroup - New value of property group.


Copyright © 2004-2008. All Rights Reserved.