API FinTP REST
 All Classes Namespaces Files Functions Variables
ro.allevo.fintpws.model.QueueEntity Class Reference

The persistent class for the QUEUES database table. More...

Inheritance diagram for ro.allevo.fintpws.model.QueueEntity:

Public Member Functions

 QueueEntity ()
 
BigDecimal getGuid ()
 
void setGuid (BigDecimal guid)
 
String getActions ()
 
void setActions (String actions)
 
BigDecimal getBatchno ()
 
void setBatchno (BigDecimal batchno)
 
BigDecimal getConnector ()
 
void setConnector (BigDecimal connector)
 
String getDescription ()
 
void setDescription (String description)
 
BigDecimal getHoldstatus ()
 
void setHoldstatus (BigDecimal holdstatus)
 
String getMoveto ()
 
void setMoveto (String moveto)
 
String getName ()
 
void setName (String name)
 
BigDecimal getTypeid ()
 
void setTypeid (BigDecimal typeid)
 

Private Attributes

BigDecimal guid
 
String actions
 
BigDecimal batchno
 
BigDecimal connector
 
String description
 
BigDecimal holdstatus
 
String moveto
 
String name
 
BigDecimal typeid
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

The persistent class for the QUEUES database table.

Constructor & Destructor Documentation

ro.allevo.fintpws.model.QueueEntity.QueueEntity ( )
inline

Member Function Documentation

String ro.allevo.fintpws.model.QueueEntity.getActions ( )
inline
BigDecimal ro.allevo.fintpws.model.QueueEntity.getBatchno ( )
inline
BigDecimal ro.allevo.fintpws.model.QueueEntity.getConnector ( )
inline
String ro.allevo.fintpws.model.QueueEntity.getDescription ( )
inline
BigDecimal ro.allevo.fintpws.model.QueueEntity.getGuid ( )
inline
BigDecimal ro.allevo.fintpws.model.QueueEntity.getHoldstatus ( )
inline
String ro.allevo.fintpws.model.QueueEntity.getMoveto ( )
inline
String ro.allevo.fintpws.model.QueueEntity.getName ( )
inline
BigDecimal ro.allevo.fintpws.model.QueueEntity.getTypeid ( )
inline
void ro.allevo.fintpws.model.QueueEntity.setActions ( String  actions)
inline
void ro.allevo.fintpws.model.QueueEntity.setBatchno ( BigDecimal  batchno)
inline
void ro.allevo.fintpws.model.QueueEntity.setConnector ( BigDecimal  connector)
inline
void ro.allevo.fintpws.model.QueueEntity.setDescription ( String  description)
inline
void ro.allevo.fintpws.model.QueueEntity.setGuid ( BigDecimal  guid)
inline
void ro.allevo.fintpws.model.QueueEntity.setHoldstatus ( BigDecimal  holdstatus)
inline
void ro.allevo.fintpws.model.QueueEntity.setMoveto ( String  moveto)
inline
void ro.allevo.fintpws.model.QueueEntity.setName ( String  name)
inline
void ro.allevo.fintpws.model.QueueEntity.setTypeid ( BigDecimal  typeid)
inline

Member Data Documentation

String ro.allevo.fintpws.model.QueueEntity.actions
private
BigDecimal ro.allevo.fintpws.model.QueueEntity.batchno
private
BigDecimal ro.allevo.fintpws.model.QueueEntity.connector
private
String ro.allevo.fintpws.model.QueueEntity.description
private
BigDecimal ro.allevo.fintpws.model.QueueEntity.guid
private
BigDecimal ro.allevo.fintpws.model.QueueEntity.holdstatus
private
String ro.allevo.fintpws.model.QueueEntity.moveto
private
String ro.allevo.fintpws.model.QueueEntity.name
private
final long ro.allevo.fintpws.model.QueueEntity.serialVersionUID = 1L
staticprivate
BigDecimal ro.allevo.fintpws.model.QueueEntity.typeid
private

The documentation for this class was generated from the following file: