org.openprivacy.reptile.xslt
Class SequenceDispatchEntry

java.lang.Object
  |
  +--org.openprivacy.reptile.xslt.SequenceDispatchEntry

public class SequenceDispatchEntry
extends java.lang.Object

Representation of a sequence entry that we would find in sequence-dispatch.xml.

Version:
$Id: SequenceDispatchEntry.java,v 1.3 2002/08/26 06:43:30 burton Exp $
Author:
burtonator

Constructor Summary
SequenceDispatchEntry(java.lang.String name)
          Create a new SequenceDispatchEntry instance.
 
Method Summary
 boolean cacheable()
          Return true if this is cacheable.
 boolean equals(java.lang.Object obj)
           
 java.lang.String getLocation()
          Get the value of location.
 java.lang.String getName()
          Get the value of name.
 java.lang.String getParent()
          Get the value of parent.
 java.lang.String getSkeleton()
          Get the value of skeleton.
 StylesheetStack getStylesheetStack()
          Get the StylesheetStack.
 int hashCode()
           
 void setCacheable(boolean cacheable)
           
 void setLocation(java.lang.String location)
          Set the value of location.
 void setName(java.lang.String name)
          Set the value of name.
 void setParent(java.lang.String parent)
          Set the value of parent.
 void setSkeleton(java.lang.String skeleton)
          Set the value of skeleton.
 void setStylesheetStack(StylesheetStack stylesheetStack)
          Set the StylesheetStack
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceDispatchEntry

public SequenceDispatchEntry(java.lang.String name)
Create a new SequenceDispatchEntry instance.

Method Detail

getParent

public java.lang.String getParent()
Get the value of parent.


setParent

public void setParent(java.lang.String parent)
Set the value of parent.


getSkeleton

public java.lang.String getSkeleton()
Get the value of skeleton.


setSkeleton

public void setSkeleton(java.lang.String skeleton)
Set the value of skeleton.


getName

public java.lang.String getName()
Get the value of name.


setName

public void setName(java.lang.String name)
Set the value of name.


getStylesheetStack

public StylesheetStack getStylesheetStack()
Get the StylesheetStack.


setStylesheetStack

public void setStylesheetStack(StylesheetStack stylesheetStack)
Set the StylesheetStack


cacheable

public boolean cacheable()
Return true if this is cacheable.


setCacheable

public void setCacheable(boolean cacheable)
See Also:
cacheable()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

getLocation

public java.lang.String getLocation()
Get the value of location.


setLocation

public void setLocation(java.lang.String location)
Set the value of location.