atg.epub.pws.taglib
Class GetUnsuppliedAssetsTag.Results

java.lang.Object
  extended by atg.epub.pws.taglib.GetUnsuppliedAssetsTag.Results
Enclosing class:
GetUnsuppliedAssetsTag

public class GetUnsuppliedAssetsTag.Results
extends java.lang.Object

Results class for returning output from this tag.


Method Summary
 int getAllUnsuppliedAssetCount()
           
 java.util.Set getAllUnsuppliedAssetNames()
           
 java.util.Map getEncodedTypes()
           
 int getRequiredUnsuppliedAssetCount()
           
 java.util.Set getRequiredUnsuppliedAssetNames()
           
 java.util.Map getUnsuppliedAssetDescriptors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUnsuppliedAssetDescriptors

public java.util.Map getUnsuppliedAssetDescriptors()

getEncodedTypes

public java.util.Map getEncodedTypes()

getAllUnsuppliedAssetNames

public java.util.Set getAllUnsuppliedAssetNames()
Returns:
the set of all unsupplied asset names

getAllUnsuppliedAssetCount

public int getAllUnsuppliedAssetCount()
Returns:
the count of all unsupplied asset names

getRequiredUnsuppliedAssetNames

public java.util.Set getRequiredUnsuppliedAssetNames()
Returns:
the set of required unsupplied asset names

getRequiredUnsuppliedAssetCount

public int getRequiredUnsuppliedAssetCount()
Returns:
the count of required unsupplied asset names