org.opencms.relations
Class CmsRelationValidatorInfoEntry

java.lang.Object
  extended by org.opencms.relations.CmsRelationValidatorInfoEntry

public final class CmsRelationValidatorInfoEntry
extends java.lang.Object

Relation validator entry information bean.

Since:
6.5.5
Version:
$Revision: 1.2 $
Author:
Michael Moossen

Constructor Summary
CmsRelationValidatorInfoEntry(java.lang.String entryName, java.lang.String resourceName, java.lang.String siteName, java.lang.String siteRoot, java.util.List relations)
          Default constructor.
 
Method Summary
 java.lang.String getName()
          Returns the entry Name.
 java.util.List getRelations()
          Returns all the relations for this entry.
 java.lang.String getResourceName()
          Returns the resource name.
 java.lang.String getSiteName()
          Returns the site name.
 java.lang.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

CmsRelationValidatorInfoEntry

public CmsRelationValidatorInfoEntry(java.lang.String entryName,
                                     java.lang.String resourceName,
                                     java.lang.String siteName,
                                     java.lang.String siteRoot,
                                     java.util.List relations)
Default constructor.

Parameters:
entryName - the entry name
resourceName - the resource name
siteName - the site title
siteRoot - the site root
relations - the broken relation source list
Method Detail

getName

public java.lang.String getName()
Returns the entry Name.

Returns:
the entry Name

getRelations

public java.util.List getRelations()
Returns all the relations for this entry.

Returns:
a list of CmsRelation objects

getResourceName

public java.lang.String getResourceName()
Returns the resource name.

Returns:
the resource name

getSiteName

public java.lang.String getSiteName()
Returns the site name.

Returns:
the site name

getSiteRoot

public java.lang.String getSiteRoot()
Returns the site root.

Returns:
the site root