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

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

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

A class that represents a row in the VAWS_BEHAELTERART table. You can customize the behavior of this class by editing the class, VawsBehaelterart(). 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
AbstractVawsBehaelterart()
          Simple constructor of AbstractVawsBehaelterart instances.
 
Method Summary
 java.lang.String getBehaelterart()
          Return the value of the BEHAELTERART column.
 java.lang.Integer getId()
          Return the value of the ID column.
 void setBehaelterart(java.lang.String behaelterart)
          Set the value of the BEHAELTERART column.
 void setId(java.lang.Integer id)
          Set the value of the ID column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractVawsBehaelterart

public AbstractVawsBehaelterart()
Simple constructor of AbstractVawsBehaelterart instances.

Method Detail

getBehaelterart

public java.lang.String getBehaelterart()
Return the value of the BEHAELTERART column.

Returns:
java.lang.String

setBehaelterart

public void setBehaelterart(java.lang.String behaelterart)
Set the value of the BEHAELTERART column.

Parameters:
behaelterart -

getId

public java.lang.Integer getId()
Return the value of the ID column.

Returns:
java.lang.Integer

setId

public void setId(java.lang.Integer id)
Set the value of the ID column.

Parameters:
id -