|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bibalex.daf.entities.AdminModuleBase org.bibalex.daf.entities.Batch
public class Batch
Field Summary | |
---|---|
private java.lang.String |
batchComment
|
private java.util.Date |
batchDate
|
private java.lang.String |
batchName
|
private int |
collID
|
private DBConnection |
conn
|
private int |
id
|
private int |
JTID
|
Constructor Summary | |
---|---|
Batch()
Class Constructor |
Method Summary | |
---|---|
OperationInfo |
add()
Add new Batch |
OperationInfo |
delete()
delete Batch |
int |
getBatchCollID()
get Batch Collection ID |
java.lang.String |
getBatchComment()
get Batch Comment |
java.util.Date |
getBatchDate()
get Batch Date |
int |
getBatchJTID()
get Batch JobType ID |
java.lang.String |
getBatchName()
get Batch Name |
static OperationInfo |
getByID(int recID)
select Batchs |
int |
getID()
Gets the batch ID. |
static OperationInfo |
loadAll()
Load all Batches |
static OperationInfo |
loadAllSpecial()
Load all Batches |
void |
setBatchCollID(int collIDValue)
set Batch Collection ID |
void |
setBatchComment(java.lang.String batchCommentValue)
set Batch Comment |
void |
setBatchDate(java.util.Date batchDateValue)
set Batch Date |
void |
setBatchJTID(int JTIDValue)
set Batch JobType ID |
void |
setBatchName(java.lang.String batchNameValue)
set Batch Name |
void |
setID(int batchID)
Sets the batch ID |
OperationInfo |
update()
update Batch |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private DBConnection conn
private int id
private java.lang.String batchName
private java.lang.String batchComment
private int collID
private int JTID
private java.util.Date batchDate
Constructor Detail |
---|
public Batch()
Method Detail |
---|
public static OperationInfo loadAll()
public static OperationInfo loadAllSpecial()
public static OperationInfo getByID(int recID)
recID
- is the record to be selected
public OperationInfo add()
add
in class AdminModuleBase
public OperationInfo delete()
delete
in class AdminModuleBase
public OperationInfo update()
update
in class AdminModuleBase
public void setID(int batchID)
public void setBatchName(java.lang.String batchNameValue)
batchNameValue
- is the Batch name valuepublic void setBatchComment(java.lang.String batchCommentValue)
batchCommentValue
- is the Batch Comment valuepublic void setBatchCollID(int collIDValue)
collIDValue
- is the Batch collID valuepublic void setBatchJTID(int JTIDValue)
JTIDValue
- is the Batch JobType valuepublic void setBatchDate(java.util.Date batchDateValue)
batchDateValue
- is the Batch Datepublic int getID()
public java.lang.String getBatchName()
public java.lang.String getBatchComment()
public int getBatchCollID()
public int getBatchJTID()
public java.util.Date getBatchDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |