org.opencms.db.jpa.persistence
Class CmsDAOStaticExportLinks

java.lang.Object
  extended by org.opencms.db.jpa.persistence.CmsDAOStaticExportLinks

@Entity
public class CmsDAOStaticExportLinks
extends java.lang.Object

This data access object represents a static export link entry inside the table "cms_staticexport_links".

Since:
8.0.0

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

CmsDAOStaticExportLinks

public CmsDAOStaticExportLinks()
The default constructor.


CmsDAOStaticExportLinks

public CmsDAOStaticExportLinks(java.lang.String linkId)
A public constructor for generating a new export link object with an unique id.

Parameters:
linkId - the link id
Method Detail

getLinkId

public java.lang.String getLinkId()
Returns the linkId.

Returns:
the linkId

getLinkParameter

public java.lang.String getLinkParameter()
Returns the linkParameter.

Returns:
the linkParameter

getLinkRfsPath

public java.lang.String getLinkRfsPath()
Returns the linkRfsPath.

Returns:
the linkRfsPath

getLinkTimestamp

public long getLinkTimestamp()
Returns the linkTimestamp.

Returns:
the linkTimestamp

getLinkType

public int getLinkType()
Returns the linkType.

Returns:
the linkType

setLinkId

public void setLinkId(java.lang.String linkId)
Sets the linkId.

Parameters:
linkId - the linkId to set

setLinkParameter

public void setLinkParameter(java.lang.String linkParameter)
Sets the linkParameter.

Parameters:
linkParameter - the linkParameter to set

setLinkRfsPath

public void setLinkRfsPath(java.lang.String linkRfsPath)
Sets the linkRfsPath.

Parameters:
linkRfsPath - the linkRfsPath to set

setLinkTimestamp

public void setLinkTimestamp(long linkTimestamp)
Sets the linkTimestamp.

Parameters:
linkTimestamp - the linkTimestamp to set

setLinkType

public void setLinkType(int linkType)
Sets the linkType.

Parameters:
linkType - the linkType to set