org.opencms.db.jpa.persistence
Interface I_CmsDAOStructure

All Known Implementing Classes:
CmsDAOOfflineStructure, CmsDAOOnlineStructure

public interface I_CmsDAOStructure

This interface declares the getters and setters for the structure data access objects.

Since:
8.0.0
See Also:
CmsResource

Method Summary
 long getDateExpired()
          Returns the date expired.
 long getDateReleased()
          Returns the date released.
 java.lang.String getParentId()
          Returns the parent id.
 java.lang.String getResourceId()
          Returns the resource id.
 java.lang.String getResourcePath()
          Returns the resource path.
 java.lang.String getStructureId()
          Returns the structure id.
 int getStructureState()
          Returns the structure state.
 int getStructureVersion()
          Returns the structure version.
 void setDateExpired(long dateExpired)
          Sets the date expired.
 void setDateReleased(long dateReleased)
          Sets the date released.
 void setParentId(java.lang.String parentId)
          Sets the parent id.
 void setResourceId(java.lang.String resourceId)
          Sets the resource id.
 void setResourcePath(java.lang.String resourcePath)
          Sets the resource path.
 void setStructureId(java.lang.String structureId)
          Sets the structure id.
 void setStructureState(int structureState)
          Sets the structure state.
 void setStructureVersion(int structureVersion)
          Sets the structure version.
 

Method Detail

getDateExpired

long getDateExpired()
Returns the date expired.

Returns:
the date expired

getDateReleased

long getDateReleased()
Returns the date released.

Returns:
the date released

getParentId

java.lang.String getParentId()
Returns the parent id.

Returns:
the parent id

getResourceId

java.lang.String getResourceId()
Returns the resource id.

Returns:
the resource id

getResourcePath

java.lang.String getResourcePath()
Returns the resource path.

Returns:
the resource path

getStructureId

java.lang.String getStructureId()
Returns the structure id.

Returns:
the structure id

getStructureState

int getStructureState()
Returns the structure state.

Returns:
the structure state

getStructureVersion

int getStructureVersion()
Returns the structure version.

Returns:
the structure version

setDateExpired

void setDateExpired(long dateExpired)
Sets the date expired.

Parameters:
dateExpired - the date to set

setDateReleased

void setDateReleased(long dateReleased)
Sets the date released.

Parameters:
dateReleased - the date to set

setParentId

void setParentId(java.lang.String parentId)
Sets the parent id.

Parameters:
parentId - the id to set

setResourceId

void setResourceId(java.lang.String resourceId)
Sets the resource id.

Parameters:
resourceId - the id to set

setResourcePath

void setResourcePath(java.lang.String resourcePath)
Sets the resource path.

Parameters:
resourcePath - the path to set

setStructureId

void setStructureId(java.lang.String structureId)
Sets the structure id.

Parameters:
structureId - the id to set

setStructureState

void setStructureState(int structureState)
Sets the structure state.

Parameters:
structureState - the state to set

setStructureVersion

void setStructureVersion(int structureVersion)
Sets the structure version.

Parameters:
structureVersion - the version to set