|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ezcontent.impl.eos.base.BaseSimpleDocument
This is an object that contains data related to the `SimpleDocument` table. Do not modify this class because it will be overwritten if the configuration file related to this class is modified. For more information visit The Hibernate Synchronizer page, or contact Joe Hudson
Field Summary | |
private Map |
attachments
|
private int |
docID
|
private Status |
docStatus
|
private int |
hashCode
|
private Map |
images
|
private Map |
links
|
private Date |
publishDate
|
private Map |
references
|
private DocumentSubject |
tema
|
private TextoDoc |
texto
|
private String |
title
|
private Date |
unpublishDate
|
Constructor Summary | |
BaseSimpleDocument()
|
|
BaseSimpleDocument(int docID)
Constructor for primary key |
|
BaseSimpleDocument(int docID,
String title)
Constructor for required fields |
Method Summary | |
boolean |
equals(Object obj)
|
Map |
getAttachments()
|
int |
getDocID()
Return the unique identifier of this class |
Status |
getDocStatus()
|
Map |
getImages()
|
Map |
getLinks()
|
Date |
getPublishDate()
|
Map |
getReferences()
|
DocumentSubject |
getTema()
|
TextoDoc |
getTexto()
|
String |
getTitle()
|
Date |
getUnpublishDate()
|
int |
hashCode()
|
void |
setAttachments(Map attachments)
|
void |
setDocID(int docID)
Set the unique identifier of this class |
void |
setDocStatus(Status docStatus)
Set the value related to the column: stat_id |
void |
setImages(Map images)
|
void |
setLinks(Map links)
|
void |
setPublishDate(Date publishDate)
Set the value related to the column: pub_date |
void |
setReferences(Map references)
|
void |
setTema(DocumentSubject tema)
Set the value related to the column: subject_id |
void |
setTexto(TextoDoc texto)
Set the value related to the column: text_id |
void |
setTitle(String title)
Set the value related to the column: title |
void |
setUnpublishDate(Date unpublishDate)
Set the value related to the column: unpub_date |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int hashCode
private int docID
private String title
private Date publishDate
private Date unpublishDate
private TextoDoc texto
private Status docStatus
private DocumentSubject tema
private Map attachments
private Map images
private Map links
private Map references
Constructor Detail |
public BaseSimpleDocument()
public BaseSimpleDocument(int docID)
public BaseSimpleDocument(int docID, String title)
Method Detail |
public int getDocID()
public void setDocID(int docID)
docID
- the new IDpublic String getTitle()
public void setTitle(String title)
title
- the title valuepublic Date getPublishDate()
public void setPublishDate(Date publishDate)
publishDate
- the pub_date valuepublic Date getUnpublishDate()
public void setUnpublishDate(Date unpublishDate)
unpublishDate
- the unpub_date valuepublic TextoDoc getTexto()
public void setTexto(TextoDoc texto)
texto
- the text_id valuepublic Status getDocStatus()
public void setDocStatus(Status docStatus)
docStatus
- the stat_id valuepublic DocumentSubject getTema()
public void setTema(DocumentSubject tema)
tema
- the subject_id valuepublic Map getAttachments()
public void setAttachments(Map attachments)
public Map getImages()
public void setImages(Map images)
public Map getLinks()
public void setLinks(Map links)
public Map getReferences()
public void setReferences(Map references)
public boolean equals(Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |