|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOOfflineContents
@Entity public class CmsDAOOfflineContents
This data access object represents a offline contents entry inside the table "cms_offline_contents".
| Constructor Summary | |
|---|---|
CmsDAOOfflineContents()
The default constructor. |
|
CmsDAOOfflineContents(java.lang.String resourceId)
A public constructor for generating a new contents object with an unique id. |
|
| Method Summary | |
|---|---|
byte[] |
getFileContent()
Returns the fileContent. |
java.lang.String |
getResourceId()
Returns the resourceId. |
void |
setFileContent(byte[] fileContent)
Sets the fileContent. |
void |
setResourceId(java.lang.String resourceId)
Sets the resourceId. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOOfflineContents()
public CmsDAOOfflineContents(java.lang.String resourceId)
resourceId - the resource id| Method Detail |
|---|
public byte[] getFileContent()
public java.lang.String getResourceId()
public void setFileContent(byte[] fileContent)
fileContent - the fileContent to setpublic void setResourceId(java.lang.String resourceId)
resourceId - the resourceId to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||