edu.iastate.metnet.hibernate
Class Interactionparts

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

public class Interactionparts
extends AbstractInteractionparts
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Interactionparts()
          Simple constructor of Interactionparts instances.
Interactionparts(InteractionpartsKey id)
          Constructor of Interactionparts instances given a composite primary key.
 
Method Summary
 java.lang.Integer getBlockid()
           
 java.lang.Integer getPart()
           
 java.lang.String getRole()
          Returns the value of the role property.
 
Methods inherited from class edu.iastate.metnet.hibernate.AbstractInteractionparts
equals, getCoefficient, getId, hashCode, setCoefficient, setId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interactionparts

public Interactionparts()
Simple constructor of Interactionparts instances.


Interactionparts

public Interactionparts(InteractionpartsKey id)
Constructor of Interactionparts instances given a composite primary key.

Parameters:
id -
Method Detail

getBlockid

public java.lang.Integer getBlockid()
Returns:
blockid

getPart

public java.lang.Integer getPart()
Returns:
part

getRole

public java.lang.String getRole()
Returns the value of the role property.

Returns:
java.lang.String