Style Intelligence v12.0

inetsoft.sree
Class DefaultContext

java.lang.Object
  extended by inetsoft.sree.DefaultContext
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FolderContext, RepletContext

public class DefaultContext
extends Object
implements Serializable

Default context stores basic information about repository.

See Also:
Serialized Form

Field Summary
protected  String description
           
protected  String name
           
 
Constructor Summary
DefaultContext(String name)
          Create a default context.
DefaultContext(String name, String description)
           
 
Method Summary
 String getDescription()
          Get replet description name.
 String getName()
          Get the replet name.
 void setDescription(String description)
          Set replet description name.
 void setName(String name)
          Set the replet name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

description

protected String description
Constructor Detail

DefaultContext

public DefaultContext(String name)
Create a default context.

Parameters:
name - the name of folder/replet

DefaultContext

public DefaultContext(String name,
                      String description)
Method Detail

getName

public String getName()
Get the replet name.


setName

public void setName(String name)
Set the replet name.


getDescription

public String getDescription()
Get replet description name.


setDescription

public void setDescription(String description)
Set replet description name.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.