org.apache.continuum.web.appearance
Class ContinuumAppearance

java.lang.Object
  extended by org.apache.continuum.web.appearance.ContinuumAppearance
All Implemented Interfaces:
Serializable

public class ContinuumAppearance
extends Object
implements Serializable

Class ContinuumAppearance.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
ContinuumAppearance()
           
 
Method Summary
 String getFooter()
          Get the footer field.
 String getModelEncoding()
          Get the modelEncoding field.
 void setFooter(String footer)
          Set the footer field.
 void setModelEncoding(String modelEncoding)
          Set the modelEncoding field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuumAppearance

public ContinuumAppearance()
Method Detail

getFooter

public String getFooter()
Get the footer field.

Returns:
String

getModelEncoding

public String getModelEncoding()
Get the modelEncoding field.

Returns:
String

setFooter

public void setFooter(String footer)
Set the footer field.

Parameters:
footer -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.