public interface I_CmsDAOResourceRelations
CmsRelation
限定符和类型 | 方法和说明 |
---|---|
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.
|
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