|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsDAOResourceRelations
This interface declares the getters and setters for the relation data access objects.
CmsRelation| 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. |
| Method Detail |
|---|
java.lang.String getRelationSourceId()
void setRelationSourceId(java.lang.String relationSourceId)
relationSourceId - the id to setjava.lang.String getRelationSourcePath()
void setRelationSourcePath(java.lang.String relationSourcePath)
relationSourcePath - the source path to setjava.lang.String getRelationTargetId()
void setRelationTargetId(java.lang.String relationTargetId)
relationTargetId - the id to setjava.lang.String getRelationTargetPath()
void setRelationTargetPath(java.lang.String relationTargetPath)
relationTargetPath - the target path to setint getRelationType()
void setRelationType(int relationType)
relationType - the type to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||