|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.om.BaseObject
org.openscience.nmrshiftdb.om.BaseDBLiterature
public abstract class BaseDBLiterature
This class was autogenerated by Torque on: [Tue Nov 21 16:23:43 CET 2006] You should not use this class directly. It should not even be extended all references should be to DBLiterature
Field Summary | |
---|---|
private boolean |
alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction. |
protected java.util.List |
collDBArticlesRelatedByLiteratureId
Collection to store aggregation of collDBArticlesRelatedByLiteratureId |
protected java.util.List |
collDBArticlesRelatedByPublishedInBook
Collection to store aggregation of collDBArticlesRelatedByPublishedInBook |
protected java.util.List |
collDBBookDBPublishers
Collection to store aggregation of collDBBookDBPublishers |
protected java.util.List |
collDBBooks
Collection to store aggregation of collDBBooks |
protected java.util.List |
collDBIdentifiers
Collection to store aggregation of collDBIdentifiers |
protected java.util.List |
collDBSpectrumDBLiteratures
Collection to store aggregation of collDBSpectrumDBLiteratures |
protected java.util.List |
collIsAuthors
Collection to store aggregation of collIsAuthors |
protected java.util.List |
collIsEditors
Collection to store aggregation of collIsEditors |
private java.lang.String |
doi
The value for the doi field |
private java.lang.String |
etAl
The value for the etAl field |
private static java.util.List |
fieldNames
|
private org.apache.torque.util.Criteria |
lastDBArticlesRelatedByLiteratureIdCriteria
The criteria used to select the current contents of collDBArticlesRelatedByLiteratureId |
private org.apache.torque.util.Criteria |
lastDBArticlesRelatedByPublishedInBookCriteria
The criteria used to select the current contents of collDBArticlesRelatedByPublishedInBook |
private org.apache.torque.util.Criteria |
lastDBBookDBPublishersCriteria
The criteria used to select the current contents of collDBBookDBPublishers |
private org.apache.torque.util.Criteria |
lastDBBooksCriteria
The criteria used to select the current contents of collDBBooks |
private org.apache.torque.util.Criteria |
lastDBIdentifiersCriteria
The criteria used to select the current contents of collDBIdentifiers |
private org.apache.torque.util.Criteria |
lastDBSpectrumDBLiteraturesCriteria
The criteria used to select the current contents of collDBSpectrumDBLiteratures |
private org.apache.torque.util.Criteria |
lastIsAuthorsCriteria
The criteria used to select the current contents of collIsAuthors |
private org.apache.torque.util.Criteria |
lastIsEditorsCriteria
The criteria used to select the current contents of collIsEditors |
private int |
literatureId
The value for the literatureId field |
private static DBLiteraturePeer |
peer
The Peer class |
private java.lang.String |
subtitle
The value for the subtitle field |
private java.lang.String |
title
The value for the title field |
private java.lang.String |
titleTotal
The value for the titleTotal field |
private java.lang.String |
titleTotalSoundex
The value for the titleTotalSoundex field |
private java.lang.String |
url
The value for the url field |
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
BaseDBLiterature()
|
Method Summary | |
---|---|
void |
addDBArticleRelatedByLiteratureId(DBArticle l)
Method called to associate a DBArticle object to this object through the DBArticle foreign key attribute |
void |
addDBArticleRelatedByPublishedInBook(DBArticle l)
Method called to associate a DBArticle object to this object through the DBArticle foreign key attribute |
void |
addDBBook(DBBook l)
Method called to associate a DBBook object to this object through the DBBook foreign key attribute |
void |
addDBBookDBPublisher(DBBookDBPublisher l)
Method called to associate a DBBookDBPublisher object to this object through the DBBookDBPublisher foreign key attribute |
void |
addDBIdentifier(DBIdentifier l)
Method called to associate a DBIdentifier object to this object through the DBIdentifier foreign key attribute |
void |
addDBSpectrumDBLiterature(DBSpectrumDBLiterature l)
Method called to associate a DBSpectrumDBLiterature object to this object through the DBSpectrumDBLiterature foreign key attribute |
void |
addIsAuthor(IsAuthor l)
Method called to associate a IsAuthor object to this object through the IsAuthor foreign key attribute |
void |
addIsEditor(IsEditor l)
Method called to associate a IsEditor object to this object through the IsEditor foreign key attribute |
DBLiterature |
copy()
Makes a copy of this object. |
protected DBLiterature |
copyInto(DBLiterature copyObj)
|
java.lang.Object |
getByName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. |
java.lang.Object |
getByPeerName(java.lang.String name)
Retrieves a field from the object by name passed in as a String. |
java.lang.Object |
getByPosition(int pos)
Retrieves a field from the object by Position as specified in the xml schema. |
java.util.List |
getDBArticlesRelatedByLiteratureId()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBArticlesRelatedByLiteratureId(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBArticlesRelatedByLiteratureId(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBArticlesRelatedByLiteratureId(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBArticlesRelatedByLiteratureIdJoinDBJournalVolume(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBArticlesRelatedByLiteratureIdJoinDBLiteratureRelatedByPublishedInBook(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBArticlesRelatedByPublishedInBook()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBArticlesRelatedByPublishedInBook(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBArticlesRelatedByPublishedInBook(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBArticlesRelatedByPublishedInBook(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBArticlesRelatedByPublishedInBookJoinDBJournalVolume(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBArticlesRelatedByPublishedInBookJoinDBLiteratureRelatedByLiteratureId(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBBookDBPublishers()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBBookDBPublishers(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBBookDBPublishers(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBBookDBPublishers(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBBookDBPublishersJoinDBLiterature(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBBookDBPublishersJoinDBPublisher(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBBooks()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBBooks(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBBooks(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBBooks(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBBooksJoinDBLiterature(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBIdentifiers()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBIdentifiers(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBIdentifiers(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBIdentifiers(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBIdentifiersJoinDBAtom(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBIdentifiersJoinDBLiterature(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBSpectrumDBLiteratures()
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSpectrumDBLiteratures(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getDBSpectrumDBLiteratures(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getDBSpectrumDBLiteratures(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBSpectrumDBLiteraturesJoinDBLiterature(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getDBSpectrumDBLiteraturesJoinDBSpectrum(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.lang.String |
getDoi()
Get the Doi |
java.lang.String |
getEtAl()
Get the EtAl |
static java.util.List |
getFieldNames()
Generate a list of field names. |
java.util.List |
getIsAuthors()
If this collection has already been initialized, returns the collection. |
java.util.List |
getIsAuthors(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getIsAuthors(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getIsAuthors(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getIsAuthorsJoinDBAuthor(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getIsAuthorsJoinDBLiterature(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getIsEditors()
If this collection has already been initialized, returns the collection. |
java.util.List |
getIsEditors(java.sql.Connection con)
If this collection has already been initialized, returns the collection. |
java.util.List |
getIsEditors(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.List |
getIsEditors(org.apache.torque.util.Criteria criteria,
java.sql.Connection con)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getIsEditorsJoinDBAuthor(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.List |
getIsEditorsJoinDBLiterature(org.apache.torque.util.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
int |
getLiteratureId()
Get the LiteratureId |
DBLiteraturePeer |
getPeer()
returns a peer instance associated with this om. |
org.apache.torque.om.ObjectKey |
getPrimaryKey()
returns an id that differentiates this object from others of its class. |
java.lang.String |
getSubtitle()
Get the Subtitle |
java.lang.String |
getTitle()
Get the Title |
java.lang.String |
getTitleTotal()
Get the TitleTotal |
java.lang.String |
getTitleTotalSoundex()
Get the TitleTotalSoundex |
java.lang.String |
getUrl()
Get the Url |
protected void |
initDBArticlesRelatedByLiteratureId()
Temporary storage of collDBArticlesRelatedByLiteratureId to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBArticlesRelatedByPublishedInBook()
Temporary storage of collDBArticlesRelatedByPublishedInBook to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBBookDBPublishers()
Temporary storage of collDBBookDBPublishers to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBBooks()
Temporary storage of collDBBooks to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBIdentifiers()
Temporary storage of collDBIdentifiers to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDBSpectrumDBLiteratures()
Temporary storage of collDBSpectrumDBLiteratures to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initIsAuthors()
Temporary storage of collIsAuthors to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initIsEditors()
Temporary storage of collIsEditors to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
void |
save()
Stores the object in the database. |
void |
save(java.sql.Connection con)
Stores the object in the database. |
void |
save(java.lang.String dbName)
Stores the object in the database. |
void |
setDoi(java.lang.String v)
Set the value of Doi |
void |
setEtAl(java.lang.String v)
Set the value of EtAl |
void |
setLiteratureId(int v)
Set the value of LiteratureId |
void |
setPrimaryKey(org.apache.torque.om.ObjectKey key)
Set the PrimaryKey using ObjectKey. |
void |
setPrimaryKey(java.lang.String key)
Set the PrimaryKey using a String. |
void |
setSubtitle(java.lang.String v)
Set the value of Subtitle |
void |
setTitle(java.lang.String v)
Set the value of Title |
void |
setTitleTotal(java.lang.String v)
Set the value of TitleTotal |
void |
setTitleTotalSoundex(java.lang.String v)
Set the value of TitleTotalSoundex |
void |
setUrl(java.lang.String v)
Set the value of Url |
java.lang.String |
toString()
|
Methods inherited from class org.apache.torque.om.BaseObject |
---|
equals, equals, getLog, hashCode, isModified, isNew, log, resetModified, setModified, setNew, setPrimaryKey |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final DBLiteraturePeer peer
private int literatureId
private java.lang.String title
private java.lang.String subtitle
private java.lang.String titleTotalSoundex
private java.lang.String titleTotal
private java.lang.String etAl
private java.lang.String url
private java.lang.String doi
protected java.util.List collDBSpectrumDBLiteratures
private org.apache.torque.util.Criteria lastDBSpectrumDBLiteraturesCriteria
protected java.util.List collDBIdentifiers
private org.apache.torque.util.Criteria lastDBIdentifiersCriteria
protected java.util.List collDBArticlesRelatedByLiteratureId
private org.apache.torque.util.Criteria lastDBArticlesRelatedByLiteratureIdCriteria
protected java.util.List collDBArticlesRelatedByPublishedInBook
private org.apache.torque.util.Criteria lastDBArticlesRelatedByPublishedInBookCriteria
protected java.util.List collDBBooks
private org.apache.torque.util.Criteria lastDBBooksCriteria
protected java.util.List collIsEditors
private org.apache.torque.util.Criteria lastIsEditorsCriteria
protected java.util.List collIsAuthors
private org.apache.torque.util.Criteria lastIsAuthorsCriteria
protected java.util.List collDBBookDBPublishers
private org.apache.torque.util.Criteria lastDBBookDBPublishersCriteria
private static java.util.List fieldNames
private boolean alreadyInSave
Constructor Detail |
---|
public BaseDBLiterature()
Method Detail |
---|
public int getLiteratureId()
public void setLiteratureId(int v) throws org.apache.torque.TorqueException
v
- new value
org.apache.torque.TorqueException
public java.lang.String getTitle()
public void setTitle(java.lang.String v)
v
- new valuepublic java.lang.String getSubtitle()
public void setSubtitle(java.lang.String v)
v
- new valuepublic java.lang.String getTitleTotalSoundex()
public void setTitleTotalSoundex(java.lang.String v)
v
- new valuepublic java.lang.String getTitleTotal()
public void setTitleTotal(java.lang.String v)
v
- new valuepublic java.lang.String getEtAl()
public void setEtAl(java.lang.String v)
v
- new valuepublic java.lang.String getUrl()
public void setUrl(java.lang.String v)
v
- new valuepublic java.lang.String getDoi()
public void setDoi(java.lang.String v)
v
- new valueprotected void initDBSpectrumDBLiteratures()
public void addDBSpectrumDBLiterature(DBSpectrumDBLiterature l) throws org.apache.torque.TorqueException
l
- DBSpectrumDBLiterature
org.apache.torque.TorqueException
public java.util.List getDBSpectrumDBLiteratures() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSpectrumDBLiteratures(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSpectrumDBLiteratures(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBSpectrumDBLiteratures(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSpectrumDBLiteraturesJoinDBSpectrum(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBSpectrumDBLiteraturesJoinDBLiterature(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBIdentifiers()
public void addDBIdentifier(DBIdentifier l) throws org.apache.torque.TorqueException
l
- DBIdentifier
org.apache.torque.TorqueException
public java.util.List getDBIdentifiers() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBIdentifiers(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBIdentifiers(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBIdentifiers(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBIdentifiersJoinDBAtom(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBIdentifiersJoinDBLiterature(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBArticlesRelatedByLiteratureId()
public void addDBArticleRelatedByLiteratureId(DBArticle l) throws org.apache.torque.TorqueException
l
- DBArticle
org.apache.torque.TorqueException
public java.util.List getDBArticlesRelatedByLiteratureId() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBArticlesRelatedByLiteratureId(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBArticlesRelatedByLiteratureId(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBArticlesRelatedByLiteratureId(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBArticlesRelatedByLiteratureIdJoinDBLiteratureRelatedByPublishedInBook(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBArticlesRelatedByLiteratureIdJoinDBJournalVolume(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBArticlesRelatedByPublishedInBook()
public void addDBArticleRelatedByPublishedInBook(DBArticle l) throws org.apache.torque.TorqueException
l
- DBArticle
org.apache.torque.TorqueException
public java.util.List getDBArticlesRelatedByPublishedInBook() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBArticlesRelatedByPublishedInBook(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBArticlesRelatedByPublishedInBook(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBArticlesRelatedByPublishedInBook(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBArticlesRelatedByPublishedInBookJoinDBLiteratureRelatedByLiteratureId(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBArticlesRelatedByPublishedInBookJoinDBJournalVolume(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBBooks()
public void addDBBook(DBBook l) throws org.apache.torque.TorqueException
l
- DBBook
org.apache.torque.TorqueException
public java.util.List getDBBooks() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBooks(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBooks(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBooks(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBBooksJoinDBLiterature(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initIsEditors()
public void addIsEditor(IsEditor l) throws org.apache.torque.TorqueException
l
- IsEditor
org.apache.torque.TorqueException
public java.util.List getIsEditors() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIsEditors(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIsEditors(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIsEditors(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIsEditorsJoinDBAuthor(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIsEditorsJoinDBLiterature(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initIsAuthors()
public void addIsAuthor(IsAuthor l) throws org.apache.torque.TorqueException
l
- IsAuthor
org.apache.torque.TorqueException
public java.util.List getIsAuthors() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIsAuthors(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIsAuthors(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getIsAuthors(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIsAuthorsJoinDBAuthor(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getIsAuthorsJoinDBLiterature(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected void initDBBookDBPublishers()
public void addDBBookDBPublisher(DBBookDBPublisher l) throws org.apache.torque.TorqueException
l
- DBBookDBPublisher
org.apache.torque.TorqueException
public java.util.List getDBBookDBPublishers() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBookDBPublishers(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBookDBPublishers(java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public java.util.List getDBBookDBPublishers(org.apache.torque.util.Criteria criteria, java.sql.Connection con) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBBookDBPublishersJoinDBPublisher(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected java.util.List getDBBookDBPublishersJoinDBLiterature(org.apache.torque.util.Criteria criteria) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public static java.util.List getFieldNames()
public java.lang.Object getByName(java.lang.String name)
getByName
in class org.apache.torque.om.BaseObject
name
- field name
public java.lang.Object getByPeerName(java.lang.String name)
getByPeerName
in class org.apache.torque.om.BaseObject
name
- peer name
public java.lang.Object getByPosition(int pos)
getByPosition
in class org.apache.torque.om.BaseObject
pos
- position in xml schema
public void save() throws java.lang.Exception
save
in interface org.apache.torque.om.Persistent
save
in class org.apache.torque.om.BaseObject
java.lang.Exception
public void save(java.lang.String dbName) throws org.apache.torque.TorqueException
save
in interface org.apache.torque.om.Persistent
save
in class org.apache.torque.om.BaseObject
dbName
-
org.apache.torque.TorqueException
public void save(java.sql.Connection con) throws org.apache.torque.TorqueException
save
in interface org.apache.torque.om.Persistent
save
in class org.apache.torque.om.BaseObject
con
-
org.apache.torque.TorqueException
public void setPrimaryKey(org.apache.torque.om.ObjectKey key) throws org.apache.torque.TorqueException
setPrimaryKey
in interface org.apache.torque.om.Persistent
setPrimaryKey
in class org.apache.torque.om.BaseObject
literatureId
- ObjectKey
org.apache.torque.TorqueException
public void setPrimaryKey(java.lang.String key) throws org.apache.torque.TorqueException
setPrimaryKey
in interface org.apache.torque.om.Persistent
setPrimaryKey
in class org.apache.torque.om.BaseObject
key
-
org.apache.torque.TorqueException
public org.apache.torque.om.ObjectKey getPrimaryKey()
getPrimaryKey
in interface org.apache.torque.om.Persistent
getPrimaryKey
in class org.apache.torque.om.BaseObject
public DBLiterature copy() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
protected DBLiterature copyInto(DBLiterature copyObj) throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
public DBLiteraturePeer getPeer()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |