|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.DefaultContext
public class DefaultContext
Default context stores basic information about repository.
| 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 |
|---|
protected String name
protected String description
| Constructor Detail |
|---|
public DefaultContext(String name)
name - the name of folder/replet
public DefaultContext(String name,
String description)
| Method Detail |
|---|
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||