|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOStaticExportLinks
@Entity public class CmsDAOStaticExportLinks
This data access object represents a static export link entry inside the table "cms_staticexport_links".
| Constructor Summary | |
|---|---|
CmsDAOStaticExportLinks()
The default constructor. |
|
CmsDAOStaticExportLinks(java.lang.String linkId)
A public constructor for generating a new export link object with an unique id. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLinkId()
Returns the linkId. |
java.lang.String |
getLinkParameter()
Returns the linkParameter. |
java.lang.String |
getLinkRfsPath()
Returns the linkRfsPath. |
long |
getLinkTimestamp()
Returns the linkTimestamp. |
int |
getLinkType()
Returns the linkType. |
void |
setLinkId(java.lang.String linkId)
Sets the linkId. |
void |
setLinkParameter(java.lang.String linkParameter)
Sets the linkParameter. |
void |
setLinkRfsPath(java.lang.String linkRfsPath)
Sets the linkRfsPath. |
void |
setLinkTimestamp(long linkTimestamp)
Sets the linkTimestamp. |
void |
setLinkType(int linkType)
Sets the linkType. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOStaticExportLinks()
public CmsDAOStaticExportLinks(java.lang.String linkId)
linkId - the link id| Method Detail |
|---|
public java.lang.String getLinkId()
public java.lang.String getLinkParameter()
public java.lang.String getLinkRfsPath()
public long getLinkTimestamp()
public int getLinkType()
public void setLinkId(java.lang.String linkId)
linkId - the linkId to setpublic void setLinkParameter(java.lang.String linkParameter)
linkParameter - the linkParameter to setpublic void setLinkRfsPath(java.lang.String linkRfsPath)
linkRfsPath - the linkRfsPath to setpublic void setLinkTimestamp(long linkTimestamp)
linkTimestamp - the linkTimestamp to setpublic void setLinkType(int linkType)
linkType - the linkType to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||