|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOAlias
@Entity public class CmsDAOAlias
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 |
|---|
protected java.lang.String m_aliasPath
protected int m_mode
protected java.lang.String m_siteRoot
protected java.lang.String m_structureId
| Constructor Detail |
|---|
public CmsDAOAlias()
| Method Detail |
|---|
public java.lang.String getAliasPath()
public int getMode()
public java.lang.String getSiteRoot()
public java.lang.String getStructureId()
public void setAliasPath(java.lang.String aliasPath)
aliasPath - the aliasPath to setpublic void setMode(int mode)
mode - the mode to setpublic void setSiteRoot(java.lang.String siteRoot)
siteRoot - the siteRoot to setpublic void setStructureId(java.lang.String structureId)
structureId - the structureId to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||