|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
org.wso2.wsas.persistence.dataobject.AbstractDataObject
org.wso2.wsas.persistence.dataobject.SecurityScenarioDO
public class SecurityScenarioDO
| Field Summary | |
|---|---|
java.util.Set |
modules
|
java.util.Set |
services
|
| Constructor Summary | |
|---|---|
SecurityScenarioDO()
Constructs a new SecurityScenarioDO. |
|
| Method Summary | |
|---|---|
void |
addModule(ModuleDO module)
|
void |
addService(ServiceDO service)
|
java.lang.String |
getCategory()
|
java.lang.String |
getDescription()
Getter for property 'description'. |
boolean |
getIsCurrentScenario()
Getter for property 'currentScenario'. |
java.lang.String |
getScenarioId()
Getter for property 'scenarioId'. |
java.lang.String |
getSummary()
Getter for property 'summary'. |
void |
removeService(ServiceDO service)
|
void |
setCategory(java.lang.String category)
|
void |
setDescription(java.lang.String description)
Setter for property 'description'. |
void |
setIsCurrentScenario(boolean currentScenario)
Setter for property 'currentScenario'. |
void |
setScenarioId(java.lang.String scenarioId)
Setter for property 'scenarioId'. |
void |
setSummary(java.lang.String summary)
Setter for property 'summary'. |
| Methods inherited from class org.wso2.wsas.persistence.dataobject.AbstractDataObject |
|---|
getId, getLastUpdatedTime, notifyObservers, setId, setLastUpdatedTime |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.Set services
public java.util.Set modules
| Constructor Detail |
|---|
public SecurityScenarioDO()
| Method Detail |
|---|
public java.lang.String getSummary()
setSummary(java.lang.String)public void setSummary(java.lang.String summary)
summary - Value to set for property 'summary'.getSummary()public java.lang.String getDescription()
setDescription(java.lang.String)public void setDescription(java.lang.String description)
description - Value to set for property 'description'.getDescription()public java.lang.String getScenarioId()
setScenarioId(java.lang.String)public void setScenarioId(java.lang.String scenarioId)
scenarioId - Value to set for property 'scenarioId'.getScenarioId()public void addService(ServiceDO service)
public void removeService(ServiceDO service)
public void addModule(ModuleDO module)
public boolean getIsCurrentScenario()
setIsCurrentScenario(boolean)public void setIsCurrentScenario(boolean currentScenario)
currentScenario - Value to set for property 'currentScenario'.isCurrentScenariopublic java.lang.String getCategory()
public void setCategory(java.lang.String category)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||