|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOHistoryStructure
@Entity public class CmsDAOHistoryStructure
This data access object represents a historical structure entry inside the table "cms_history_structure".
| Nested Class Summary | |
|---|---|
static class |
CmsDAOHistoryStructure.CmsDAOHistoryStructurePK
This class implements the primary key for a historical structure entry in the table "cms_history_structure". |
| Constructor Summary | |
|---|---|
CmsDAOHistoryStructure()
The default constructor. |
|
CmsDAOHistoryStructure(int publishTag,
java.lang.String structureId,
int version)
A public constructor for generating a new historical structure object with an unique id. |
|
| Method Summary | |
|---|---|
long |
getDateExpired()
Returns the dateExpired. |
long |
getDateReleased()
Returns the dateReleased. |
java.lang.String |
getParentId()
Returns the parentId. |
int |
getPublishTag()
Returns the publishTag. |
java.lang.String |
getResourceId()
Returns the resourceId. |
java.lang.String |
getResourcePath()
Returns the resourcePath. |
java.lang.String |
getStructureId()
Returns the structureId. |
int |
getStructureState()
Returns the structureState. |
int |
getStructureVersion()
Returns the structureVersion. |
int |
getVersion()
Returns the version. |
void |
setDateExpired(long dateExpired)
Sets the dateExpired. |
void |
setDateReleased(long dateReleased)
Sets the dateReleased. |
void |
setParentId(java.lang.String parentId)
Sets the parentId. |
void |
setPublishTag(int publishTag)
Sets the publishTag. |
void |
setResourceId(java.lang.String resourceId)
Sets the resourceId. |
void |
setResourcePath(java.lang.String resourcePath)
Sets the resourcePath. |
void |
setStructureId(java.lang.String structureId)
Sets the structureId. |
void |
setStructureState(int structureState)
Sets the structureState. |
void |
setStructureVersion(int structureVersion)
Sets the structureVersion. |
void |
setVersion(int version)
Sets the version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOHistoryStructure()
public CmsDAOHistoryStructure(int publishTag,
java.lang.String structureId,
int version)
publishTag - the publish tagstructureId - the structure idversion - the version| Method Detail |
|---|
public long getDateExpired()
public long getDateReleased()
public java.lang.String getParentId()
public int getPublishTag()
public java.lang.String getResourceId()
public java.lang.String getResourcePath()
public java.lang.String getStructureId()
public int getStructureState()
public int getStructureVersion()
public int getVersion()
public void setDateExpired(long dateExpired)
dateExpired - the dateExpired to setpublic void setDateReleased(long dateReleased)
dateReleased - the dateReleased to setpublic void setParentId(java.lang.String parentId)
parentId - the parentId to setpublic void setPublishTag(int publishTag)
publishTag - the publishTag to setpublic void setResourceId(java.lang.String resourceId)
resourceId - the resourceId to setpublic void setResourcePath(java.lang.String resourcePath)
resourcePath - the resourcePath to setpublic void setStructureId(java.lang.String structureId)
structureId - the structureId to setpublic void setStructureState(int structureState)
structureState - the structureState to setpublic void setStructureVersion(int structureVersion)
structureVersion - the structureVersion to setpublic void setVersion(int version)
version - the version to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||