|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.db.jpa.persistence.CmsDAOOnlineResourceRelations
@Entity public class CmsDAOOnlineResourceRelations
This data access object represents a online resource relation entry inside the table "cms_online_resource_relations".
| Nested Class Summary | |
|---|---|
static class |
CmsDAOOnlineResourceRelations.CmsDAOOnlineResourceRelationsPK
This class implements the primary key for a online resource relation entry in the table "cms_online_resource_relations". |
| Constructor Summary | |
|---|---|
CmsDAOOnlineResourceRelations()
The default constructor. |
|
CmsDAOOnlineResourceRelations(java.lang.String relationSourceId,
java.lang.String relationSourcePath,
java.lang.String relationTargetId,
java.lang.String relationTargetPath,
int relationType)
A public constructor for generating a new contents object with an unique id. |
|
| Method Summary | |
|---|---|
java.lang.String |
getRelationSourceId()
Returns the source id of this relation. |
java.lang.String |
getRelationSourcePath()
Returns the source path of this relation. |
java.lang.String |
getRelationTargetId()
Returns the target id of this relation. |
java.lang.String |
getRelationTargetPath()
Returns the target path of this relation. |
int |
getRelationType()
Returns the relation type of this resource relation. |
void |
setRelationSourceId(java.lang.String relationSourceId)
Sets the source id for this relation. |
void |
setRelationSourcePath(java.lang.String relationSourcePath)
Sets the source path for this resource relation. |
void |
setRelationTargetId(java.lang.String relationTargetId)
Sets the target id for this relation. |
void |
setRelationTargetPath(java.lang.String relationTargetPath)
Sets the target path for this resource relation. |
void |
setRelationType(int relationType)
Sets the relation type for this resource relation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsDAOOnlineResourceRelations()
public CmsDAOOnlineResourceRelations(java.lang.String relationSourceId,
java.lang.String relationSourcePath,
java.lang.String relationTargetId,
java.lang.String relationTargetPath,
int relationType)
relationSourceId - the relation source idrelationSourcePath - the relation source pathrelationTargetId - the relation target idrelationTargetPath - the relation target pathrelationType - the relation type| Method Detail |
|---|
public java.lang.String getRelationSourceId()
I_CmsDAOResourceRelations
getRelationSourceId in interface I_CmsDAOResourceRelationsI_CmsDAOResourceRelations.getRelationSourceId()public java.lang.String getRelationSourcePath()
I_CmsDAOResourceRelations
getRelationSourcePath in interface I_CmsDAOResourceRelationsI_CmsDAOResourceRelations.getRelationSourcePath()public java.lang.String getRelationTargetId()
I_CmsDAOResourceRelations
getRelationTargetId in interface I_CmsDAOResourceRelationsI_CmsDAOResourceRelations.getRelationTargetId()public java.lang.String getRelationTargetPath()
I_CmsDAOResourceRelations
getRelationTargetPath in interface I_CmsDAOResourceRelationsI_CmsDAOResourceRelations.getRelationTargetPath()public int getRelationType()
I_CmsDAOResourceRelations
getRelationType in interface I_CmsDAOResourceRelationsI_CmsDAOResourceRelations.getRelationType()public void setRelationSourceId(java.lang.String relationSourceId)
I_CmsDAOResourceRelations
setRelationSourceId in interface I_CmsDAOResourceRelationsrelationSourceId - the id to setI_CmsDAOResourceRelations.setRelationSourceId(java.lang.String)public void setRelationSourcePath(java.lang.String relationSourcePath)
I_CmsDAOResourceRelations
setRelationSourcePath in interface I_CmsDAOResourceRelationsrelationSourcePath - the source path to setI_CmsDAOResourceRelations.setRelationSourcePath(java.lang.String)public void setRelationTargetId(java.lang.String relationTargetId)
I_CmsDAOResourceRelations
setRelationTargetId in interface I_CmsDAOResourceRelationsrelationTargetId - the id to setI_CmsDAOResourceRelations.setRelationTargetId(java.lang.String)public void setRelationTargetPath(java.lang.String relationTargetPath)
I_CmsDAOResourceRelations
setRelationTargetPath in interface I_CmsDAOResourceRelationsrelationTargetPath - the target path to setI_CmsDAOResourceRelations.setRelationTargetPath(java.lang.String)public void setRelationType(int relationType)
I_CmsDAOResourceRelations
setRelationType in interface I_CmsDAOResourceRelationsrelationType - the type to setI_CmsDAOResourceRelations.setRelationType(int)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||