|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.relations.CmsRelationValidatorInfoEntry
public final class CmsRelationValidatorInfoEntry
Relation validator entry information bean.
Constructor Summary | |
---|---|
CmsRelationValidatorInfoEntry(String entryName,
String resourceName,
String siteName,
String siteRoot,
List<CmsRelation> relations)
Default constructor. |
Method Summary | |
---|---|
String |
getName()
Returns the entry Name. |
List<CmsRelation> |
getRelations()
Returns all the relations for this entry. |
String |
getResourceName()
Returns the resource name. |
String |
getSiteName()
Returns the site name. |
String |
getSiteRoot()
Returns the site root. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsRelationValidatorInfoEntry(String entryName, String resourceName, String siteName, String siteRoot, List<CmsRelation> relations)
entryName
- the entry nameresourceName
- the resource namesiteName
- the site titlesiteRoot
- the site rootrelations
- the broken relation source listMethod Detail |
---|
public String getName()
public List<CmsRelation> getRelations()
CmsRelation
objectspublic String getResourceName()
public String getSiteName()
public String getSiteRoot()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |