|
|||||||||
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
org.openscience.nmrshiftdb.om.DBLiterature
public class DBLiterature
You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.
Field Summary | |
---|---|
private java.lang.String |
author
The authors like s. |
private java.lang.String |
authorbook
In case it's an article in a book: The author like a. |
int |
choosenJournal
In case it's a journal article: The id of a journal already in DB |
int |
choosenPublisher
In case it's a book: The id of publisher already in DB |
boolean |
etalbook
In case it's an article in a book more authors than stated |
boolean |
etalprov
More authors than stated |
int |
from
In case it's an article the page it starts at |
int |
issue
In case it's a journal article: The issue |
java.lang.String |
ita
In case it's a journal article: The title abbreviation |
java.lang.String |
journalsubtitle
In case it's a journal article: The subtitle of the journal |
java.lang.String |
journaltitle
In case it's a journal article: The title of the journal |
java.lang.String |
place
In case it's a book: The publishing place |
java.lang.String |
publisher
In case it's a book: The publisher name |
private java.lang.String |
subtitlebook
In case it's an article in a book: The subtitle |
private java.lang.String |
titlebook
In case it's an article in a book: The title |
int |
to
In case it's an article the page it end at |
java.lang.String |
type
Type of literature as in NmrshiftdbConstants |
int |
volume
In case it's a journal article: The volume |
int |
year
In case it's a journal article: The year |
Fields inherited from class org.openscience.nmrshiftdb.om.BaseDBLiterature |
---|
collDBArticlesRelatedByLiteratureId, collDBArticlesRelatedByPublishedInBook, collDBBookDBPublishers, collDBBooks, collDBIdentifiers, collDBSpectrumDBLiteratures, collIsAuthors, collIsEditors |
Fields inherited from class org.apache.torque.om.BaseObject |
---|
NEW_ID |
Constructor Summary | |
---|---|
DBLiterature()
Constructor for the DBLiterature object |
|
DBLiterature(java.lang.String type)
Constructor for the DBLiterature object. |
Method Summary | |
---|---|
static java.util.List |
analyzeAuthor(java.lang.String author)
Analyses an author string like a. |
DBArticle |
getArticle()
Returns this literature item as an article, in case it is one. |
java.lang.String |
getAuthor()
Gets the author attribute of the DBLiterature object |
java.lang.String |
getAuthorbook()
Gets the authorbook attribute of the DBLiterature object |
java.util.List |
getAuthorsAndEditors()
Gets the authors and editors of thise DBLiterature object. |
java.lang.String |
getAuthorsFromDB()
Gets all authors of the DBLiterature object. |
boolean |
getEtalbook()
Gets the etalbook attribute of the DBLiterature object |
boolean |
getEtalprov()
Gets the etalprov attribute of the DBLiterature object |
int |
getFrom()
Gets the from attribute of the DBLiterature object |
int |
getIssue()
Gets the issue attribute of the DBLiterature object |
java.lang.String |
getIta()
Gets the ita attribute of the DBLiterature object |
java.lang.String |
getJournalsubtitle()
Gets the journalsubtitle attribute of the DBLiterature object |
java.lang.String |
getJournaltitle()
Gets the journaltitle attribute of the DBLiterature object |
java.lang.String |
getPlace()
Gets the place attribute of the DBLiterature object |
java.lang.String |
getPlaceFromDB()
Gets the place the DBLiterature object has been published. |
DBLiterature |
getPublishedInBook()
Tells which book this item is published in. |
java.lang.String |
getPublisher()
Gets the publisher attribute of the DBLiterature object |
DBPublisher |
getPublisherFromDB()
Gets the name of the publisher the DBLiterature has been published by. |
java.lang.String |
getPublisherNameFromDB()
Gets the name of the publisher the DBLiterature has been published by. |
java.lang.String |
getSubtitlebook()
Gets the subtitlebook attribute of the DBLiterature object |
java.lang.String |
getSubtitlebookForHtml()
Gets the subtitlebook with " escaped for html. |
java.lang.String |
getSubtitleForHtml()
Gets the subtitle with " escaped for html. |
java.lang.String |
getTitlebook()
Gets the titlebook attribute of the DBLiterature object |
java.lang.String |
getTitlebookForHtml()
Gets the titlebook with " escaped for html. |
java.lang.String |
getTitleForHtml()
Gets the title with " esacped for html |
int |
getTo()
Gets the to attribute of the DBLiterature object |
java.lang.String |
getType()
Gets the type attribute of the DBLiterature object. |
int |
getVolume()
Gets the volume attribute of the DBLiterature object |
int |
getYear()
Gets the year attribute of the DBLiterature object |
int |
getYearFromDB()
Gets the publishing year the DBLiterature has been published in. |
boolean |
isMonograph()
Tells if this a monograph or not. |
boolean |
isPublishedInJournal()
Tells if this literature item is published in a journal. |
DBLiterature |
literatureAlreadyExists(java.sql.Connection dbconn)
Looks if a literature item alreay exists in db. |
DBLiterature |
read()
Reads the attributes from db. |
void |
save(int spectrumid,
java.sql.Connection dbconn)
Saves this literature object to the db. |
void |
setAuthor(java.lang.String author)
|
void |
setAuthorbook(java.lang.String authorbook)
|
void |
setSubtitle(java.lang.String v)
Set the value of Title |
void |
setSubtitleBook(java.lang.String v)
Set the value of Title |
void |
setTitle(java.lang.String v)
Set the value of Title |
void |
setTitleBook(java.lang.String v)
Set the value of Title |
java.lang.String |
toString()
Gives a nicly formatted string. |
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 |
Methods inherited from interface org.apache.torque.om.Persistent |
---|
getPrimaryKey, isModified, isNew, save, save, save, setModified, setNew, setPrimaryKey, setPrimaryKey |
Field Detail |
---|
public java.lang.String type
private java.lang.String author
public boolean etalprov
public boolean etalbook
public int from
public int to
public java.lang.String journaltitle
public java.lang.String journalsubtitle
public int choosenJournal
public java.lang.String ita
public int volume
public int year
public int issue
public java.lang.String place
public java.lang.String publisher
public int choosenPublisher
private java.lang.String authorbook
private java.lang.String titlebook
private java.lang.String subtitlebook
Constructor Detail |
---|
public DBLiterature()
public DBLiterature(java.lang.String type)
type
- The type of Literature.Method Detail |
---|
public java.lang.String getType()
public java.lang.String getAuthor()
public boolean getEtalprov()
public boolean getEtalbook()
public java.lang.String getJournalsubtitle()
public java.lang.String getJournaltitle()
public java.lang.String getSubtitlebook()
public java.lang.String getIta()
public java.lang.String getTitlebook()
public java.lang.String getTitleForHtml()
public java.lang.String getSubtitleForHtml()
public java.lang.String getTitlebookForHtml()
public java.lang.String getSubtitlebookForHtml()
public java.lang.String getPlace()
public java.lang.String getPublisher()
public int getYear()
public int getVolume()
public int getIssue()
public int getFrom()
public int getTo()
public java.lang.String getAuthorbook()
public java.util.List getAuthorsAndEditors() throws NmrshiftdbException, java.lang.Exception
NmrshiftdbException
- Unique problems.
java.lang.Exception
- Database problems.public DBLiterature getPublishedInBook() throws NmrshiftdbException, java.lang.Exception
NmrshiftdbException
- Unique problems
java.lang.Exception
- Database problems.public DBArticle getArticle() throws java.lang.Exception
java.lang.Exception
- Database problems.public boolean isMonograph() throws NmrshiftdbException, java.lang.Exception
NmrshiftdbException
- Problems with unique columns.
java.lang.Exception
- Database problems.public boolean isPublishedInJournal() throws java.lang.Exception
java.lang.Exception
- Database problems.public java.lang.String getAuthorsFromDB() throws java.lang.Exception
java.lang.Exception
- Database problems.public java.lang.String getPlaceFromDB() throws org.apache.torque.TorqueException
java.lang.Exception
- Database problems.
org.apache.torque.TorqueException
public DBPublisher getPublisherFromDB() throws org.apache.torque.TorqueException
java.lang.Exception
- Database problems.
org.apache.torque.TorqueException
public java.lang.String getPublisherNameFromDB() throws org.apache.torque.TorqueException
java.lang.Exception
- Database problems.
org.apache.torque.TorqueException
public int getYearFromDB() throws org.apache.torque.TorqueException
java.lang.Exception
- Database problems.
org.apache.torque.TorqueException
public void save(int spectrumid, java.sql.Connection dbconn) throws java.lang.Exception
spectrum
- The spectrum this literature is of.dbconn
- Description of Parameter
java.lang.Exception
- Database problems.public DBLiterature read() throws NmrshiftdbException, java.lang.Exception
NmrshiftdbException
- Problems with unique columns.
java.lang.Exception
- Database problems.public java.lang.String toString()
toString
in class BaseDBLiterature
public DBLiterature literatureAlreadyExists(java.sql.Connection dbconn) throws org.apache.torque.TorqueException, com.workingdogs.village.DataSetException
java.lang.Exception
- Database problems.
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
public static java.util.List analyzeAuthor(java.lang.String author)
author
- The string to analyze.
public void setTitle(java.lang.String v)
setTitle
in class BaseDBLiterature
v
- new valuepublic void setSubtitle(java.lang.String v)
setSubtitle
in class BaseDBLiterature
v
- new valuepublic void setTitleBook(java.lang.String v)
public void setSubtitleBook(java.lang.String v)
public void setAuthor(java.lang.String author)
public void setAuthorbook(java.lang.String authorbook)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |