de.bielefeld.umweltamt.aui.mappings.vaws
Class AbstractVawsStandortgghwsg

java.lang.Object
  extended by de.bielefeld.umweltamt.aui.mappings.vaws.AbstractVawsStandortgghwsg
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VawsStandortgghwsg

public abstract class AbstractVawsStandortgghwsg
extends java.lang.Object
implements java.io.Serializable

A class that represents a row in the VAWS_STANDORTGGHWSG table. You can customize the behavior of this class by editing the class, VawsStandortgghwsg. WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized by MyEclipse Hibernate tool integration.

See Also:
Serialized Form

Constructor Summary
AbstractVawsStandortgghwsg()
          Simple constructor of AbstractVawsStandortgghwsg instances.
AbstractVawsStandortgghwsg(java.lang.Integer standortggid)
          Constructor of AbstractVawsStandortgghwsg instances given a simple primary key.
 
Method Summary
 boolean equals(java.lang.Object rhs)
          Implementation of the equals comparison on the basis of equality of the primary key values.
 java.lang.String getStandortgg()
          Return the value of the STANDORTGG column.
 java.lang.Integer getStandortggid()
          Return the simple primary key value that identifies this object.
 int hashCode()
          Implementation of the hashCode method conforming to the Bloch pattern with the exception of array properties (these are very unlikely primary key types).
 void setStandortgg(java.lang.String standortgg)
          Set the value of the STANDORTGG column.
 void setStandortggid(java.lang.Integer standortggid)
          Set the simple primary key value that identifies this object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractVawsStandortgghwsg

public AbstractVawsStandortgghwsg()
Simple constructor of AbstractVawsStandortgghwsg instances.


AbstractVawsStandortgghwsg

public AbstractVawsStandortgghwsg(java.lang.Integer standortggid)
Constructor of AbstractVawsStandortgghwsg instances given a simple primary key.

Parameters:
standortggid -
Method Detail

getStandortggid

public java.lang.Integer getStandortggid()
Return the simple primary key value that identifies this object.

Returns:
java.lang.Integer

setStandortggid

public void setStandortggid(java.lang.Integer standortggid)
Set the simple primary key value that identifies this object.

Parameters:
standortggid -

getStandortgg

public java.lang.String getStandortgg()
Return the value of the STANDORTGG column.

Returns:
java.lang.String

setStandortgg

public void setStandortgg(java.lang.String standortgg)
Set the value of the STANDORTGG column.

Parameters:
standortgg -

equals

public boolean equals(java.lang.Object rhs)
Implementation of the equals comparison on the basis of equality of the primary key values.

Overrides:
equals in class java.lang.Object
Parameters:
rhs -
Returns:
boolean

hashCode

public int hashCode()
Implementation of the hashCode method conforming to the Bloch pattern with the exception of array properties (these are very unlikely primary key types).

Overrides:
hashCode in class java.lang.Object
Returns:
int