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

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

public class ActionListTable
extends Object

A hibernate ready PiDataSourceTable class mapping onto the SPIDER ProductReceivable table

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

Constructor Summary
ActionListTable()
           
 
Method Summary
 long getAction_id()
           
 long getSe_id()
           
 void setAction_id(long action_id)
           
 void setSe_id(long se_id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionListTable

public ActionListTable()
Method Detail

getSe_id

public long getSe_id()

setSe_id

public void setSe_id(long se_id)

getAction_id

public long getAction_id()

setAction_id

public void setAction_id(long action_id)