atg.epub.pws.taglib
Class GetVersionedAssetTypesTag.Result

java.lang.Object
  extended by atg.epub.pws.taglib.GetVersionedAssetTypesTag.Result
Direct Known Subclasses:
GetVersionedAssetTypesTag.FileSystemResult, GetVersionedAssetTypesTag.RepositoryResult
Enclosing class:
GetVersionedAssetTypesTag

public abstract class GetVersionedAssetTypesTag.Result
extends java.lang.Object

A return object which represents a versioned component and its available asset types.


Constructor Summary
GetVersionedAssetTypesTag.Result()
           
 
Method Summary
 java.lang.String getComponentPath()
           
 java.lang.String getRepositoryName()
           
 GetVersionedAssetTypesTag.ResultType[] getTypes()
           
abstract  boolean isFileSystem()
           
abstract  boolean isRepository()
           
protected  void setComponentPath(java.lang.String pComponentPath)
           
protected  void setRepositoryName(java.lang.String pRepositoryName)
           
protected  void setTypes(GetVersionedAssetTypesTag.ResultType[] pTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetVersionedAssetTypesTag.Result

public GetVersionedAssetTypesTag.Result()
Method Detail

getRepositoryName

public java.lang.String getRepositoryName()
Returns:
the name of the repository which this object represents

setRepositoryName

protected void setRepositoryName(java.lang.String pRepositoryName)

getComponentPath

public java.lang.String getComponentPath()
Returns:
the nucleus component path for this component

setComponentPath

protected void setComponentPath(java.lang.String pComponentPath)

getTypes

public GetVersionedAssetTypesTag.ResultType[] getTypes()
Returns:
an array of ResultType objects for this versioned component
See Also:
GetVersionedAssetTypesTag.ResultType

setTypes

protected void setTypes(GetVersionedAssetTypesTag.ResultType[] pTypes)

isRepository

public abstract boolean isRepository()
Returns:
true if the component is a repository, false otherwise

isFileSystem

public abstract boolean isFileSystem()
Returns:
true if the component is a file system, false otherwise