org.opencms.db.jpa.persistence
Class CmsDAOAlias

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

@Entity
public class CmsDAOAlias
extends java.lang.Object

JPA entity class for the 'CMS_ALIASES' table.


Nested Class Summary
static class CmsDAOAlias.CmsDAOAliasPK
          The primary key for the aliases table.
 
Field Summary
protected  java.lang.String m_aliasPath
          The alias path.
protected  int m_mode
          The alias mode.
protected  java.lang.String m_siteRoot
          The alias site root.
protected  java.lang.String m_structureId
          The alias structure id.
 
Constructor Summary
CmsDAOAlias()
           
 
Method Summary
 java.lang.String getAliasPath()
          Returns the aliasPath.
 int getMode()
          Returns the mode.
 java.lang.String getSiteRoot()
          Returns the siteRoot.
 java.lang.String getStructureId()
          Returns the structureId.
 void setAliasPath(java.lang.String aliasPath)
          Sets the aliasPath.
 void setMode(int mode)
          Sets the mode.
 void setSiteRoot(java.lang.String siteRoot)
          Sets the siteRoot.
 void setStructureId(java.lang.String structureId)
          Sets the structureId.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_aliasPath

protected java.lang.String m_aliasPath
The alias path.


m_mode

protected int m_mode
The alias mode.


m_siteRoot

protected java.lang.String m_siteRoot
The alias site root.


m_structureId

protected java.lang.String m_structureId
The alias structure id.

Constructor Detail

CmsDAOAlias

public CmsDAOAlias()
Method Detail

getAliasPath

public java.lang.String getAliasPath()
Returns the aliasPath.

Returns:
the aliasPath

getMode

public int getMode()
Returns the mode.

Returns:
the mode

getSiteRoot

public java.lang.String getSiteRoot()
Returns the siteRoot.

Returns:
the siteRoot

getStructureId

public java.lang.String getStructureId()
Returns the structureId.

Returns:
the structureId

setAliasPath

public void setAliasPath(java.lang.String aliasPath)
Sets the aliasPath.

Parameters:
aliasPath - the aliasPath to set

setMode

public void setMode(int mode)
Sets the mode.

Parameters:
mode - the mode to set

setSiteRoot

public void setSiteRoot(java.lang.String siteRoot)
Sets the siteRoot.

Parameters:
siteRoot - the siteRoot to set

setStructureId

public void setStructureId(java.lang.String structureId)
Sets the structureId.

Parameters:
structureId - the structureId to set