jpl.mipl.mdms.FileService.spider.cmp
Class ActionTypeTable

java.lang.Object
  extended by jpl.mipl.mdms.FileService.spider.cmp.ActionTypeTable

public class ActionTypeTable
extends Object

A hibernate ready PiDataSourceTable class mapping onto the SPIDER ProductReceivable table

Version:
$Id: ActionTypeTable.java,v 1.1 2005/06/16 20:07:18 cxr Exp $
Author:
C. Radulescu

Constructor Summary
ActionTypeTable()
           
 
Method Summary
 String getName()
           
 int getType_id()
           
 void setName(String name)
           
 void setType_id(int type_id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionTypeTable

public ActionTypeTable()
Method Detail

getType_id

public int getType_id()

setType_id

public void setType_id(int type_id)

getName

public String getName()

setName

public void setName(String name)