org.opencms.db.jpa.persistence
Class CmsDAOHistoryProjectResources

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

@Entity
public class CmsDAOHistoryProjectResources
extends java.lang.Object

This data access object represents a history project resource entry inside the table "cms_history_projectresources".

Since:
8.0.0

Nested Class Summary
static class CmsDAOHistoryProjectResources.CmsDAOHistoryProjectResourcesPK
          This class implements the primary key for a history project resource entry in the table "cms_history_projectresources".
 
Constructor Summary
CmsDAOHistoryProjectResources()
          The default constructor.
CmsDAOHistoryProjectResources(java.lang.String projectId, int publishTag, java.lang.String resourcePath)
          A public constructor for generating a new history project resource object with an unique id.
 
Method Summary
 java.lang.String getProjectId()
          Returns the projectId.
 int getPublishTag()
          Returns the publishTag.
 java.lang.String getResourcePath()
          Returns the resourcePath.
 void setProjectId(java.lang.String projectId)
          Sets the projectId.
 void setPublishTag(int publishTag)
          Sets the publishTag.
 void setResourcePath(java.lang.String resourcePath)
          Sets the resourcePath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsDAOHistoryProjectResources

public CmsDAOHistoryProjectResources()
The default constructor.


CmsDAOHistoryProjectResources

public CmsDAOHistoryProjectResources(java.lang.String projectId,
                                     int publishTag,
                                     java.lang.String resourcePath)
A public constructor for generating a new history project resource object with an unique id.

Parameters:
projectId - the project id
publishTag - the publish tag
resourcePath - the resource path
Method Detail

getProjectId

public java.lang.String getProjectId()
Returns the projectId.

Returns:
the projectId

getPublishTag

public int getPublishTag()
Returns the publishTag.

Returns:
the publishTag

getResourcePath

public java.lang.String getResourcePath()
Returns the resourcePath.

Returns:
the resourcePath

setProjectId

public void setProjectId(java.lang.String projectId)
Sets the projectId.

Parameters:
projectId - the projectId to set

setPublishTag

public void setPublishTag(int publishTag)
Sets the publishTag.

Parameters:
publishTag - the publishTag to set

setResourcePath

public void setResourcePath(java.lang.String resourcePath)
Sets the resourcePath.

Parameters:
resourcePath - the resourcePath to set