|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bibalex.daf.entities.CollectionEntities
org.bibalex.daf.entities.Project
public class Project
| Field Summary | |
|---|---|
private DBConnection |
dbConnection
|
| Fields inherited from class org.bibalex.daf.entities.CollectionEntities |
|---|
abbreviation, comment, id, name |
| Constructor Summary | |
|---|---|
Project(int PrjID)
Class Constructor |
|
| Method Summary | |
|---|---|
static OperationInfo |
getByID(int recID)
select Project |
static OperationInfo |
loadAll()
Load all Projects |
private boolean |
setFieldsFromDataTable(DataTable dataTable)
Sets the Project values in the super class. |
| Methods inherited from class org.bibalex.daf.entities.CollectionEntities |
|---|
getAbbreviation, getComment, getID, getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private DBConnection dbConnection
| Constructor Detail |
|---|
public Project(int PrjID)
throws java.lang.Exception
PrjID - The ID of the Project to construct.
java.lang.Exception| Method Detail |
|---|
public static OperationInfo loadAll()
public static OperationInfo getByID(int recID)
recID - is the record to be selected
private boolean setFieldsFromDataTable(DataTable dataTable)
operationInfo - The OperationInfo with the values to Set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||