|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.bibalex.daf.entities.CollectionEntities org.bibalex.daf.entities.Owner
public class Owner
Field Summary | |
---|---|
private DBConnection |
dbConnection
|
Fields inherited from class org.bibalex.daf.entities.CollectionEntities |
---|
abbreviation, comment, id, name |
Constructor Summary | |
---|---|
Owner(int OwnID)
Class Constructor |
Method Summary | |
---|---|
static OperationInfo |
getByID(int recID)
select Owner |
static OperationInfo |
loadAll()
Load all Owners |
private boolean |
setFieldsFromDataTable(DataTable dataTable)
Sets the Owner 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 Owner(int OwnID) throws java.lang.Exception
OwnID
- The ID of the Owner 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 |