edu.iastate.metnet.hibernate
Class Entitywithcontext

java.lang.Object
  extended by edu.iastate.metnet.hibernate.AbstractEntitywithcontext
      extended by edu.iastate.metnet.hibernate.Entitywithcontext
All Implemented Interfaces:
java.io.Serializable

public class Entitywithcontext
extends AbstractEntitywithcontext
implements java.io.Serializable

A class that represents a row in the 'entitywithcontext' table. This class may be customized as it is never re-generated after being created.

See Also:
Serialized Form

Constructor Summary
Entitywithcontext()
          Simple constructor of Entitywithcontext instances.
Entitywithcontext(EntitywithcontextKey id)
          Constructor of Entitywithcontext instances given a composite primary key.
 
Method Summary
 java.lang.Integer getBlockid()
          Returns the value of the blockid property.
 java.lang.Integer getEntityid()
          Returns the value of the blockid property.
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractEntitywithcontext
equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Entitywithcontext

public Entitywithcontext()
Simple constructor of Entitywithcontext instances.


Entitywithcontext

public Entitywithcontext(EntitywithcontextKey id)
Constructor of Entitywithcontext instances given a composite primary key.

Parameters:
id -
Method Detail

getBlockid

public java.lang.Integer getBlockid()
Returns the value of the blockid property.

Returns:
java.lang.Integer

getEntityid

public java.lang.Integer getEntityid()
Returns the value of the blockid property.

Returns:
java.lang.Integer