org.wso2.wsas.persistence.dataobject
Class SecurityScenarioDO

java.lang.Object
  extended byorg.wso2.wsas.persistence.dataobject.AbstractDataObject
      extended byorg.wso2.wsas.persistence.dataobject.SecurityScenarioDO

public class SecurityScenarioDO
extends AbstractDataObject


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.util.Set getModules()
           
 java.lang.String getScenarioId()
          Getter for property 'scenarioId'.
 java.util.Set getServices()
          Getter for property 'services'.
 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 setModules(java.util.Set modules)
           
 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, setId, setLastUpdatedTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityScenarioDO

public SecurityScenarioDO()
Constructs a new SecurityScenarioDO.

Method Detail

getSummary

public java.lang.String getSummary()
Getter for property 'summary'.

Returns:
Value for property 'summary'.
See Also:
setSummary(java.lang.String)

setSummary

public void setSummary(java.lang.String summary)
Setter for property 'summary'.

Parameters:
summary - Value to set for property 'summary'.
See Also:
getSummary()

getDescription

public java.lang.String getDescription()
Getter for property 'description'.

Returns:
Value for property 'description'.
See Also:
setDescription(java.lang.String)

setDescription

public void setDescription(java.lang.String description)
Setter for property 'description'.

Parameters:
description - Value to set for property 'description'.
See Also:
getDescription()

getScenarioId

public java.lang.String getScenarioId()
Getter for property 'scenarioId'.

Returns:
Value for property 'scenarioId'.
See Also:
setScenarioId(java.lang.String)

setScenarioId

public void setScenarioId(java.lang.String scenarioId)
Setter for property 'scenarioId'.

Parameters:
scenarioId - Value to set for property 'scenarioId'.
See Also:
getScenarioId()

getServices

public java.util.Set getServices()
Getter for property 'services'.

Returns:
Value for property 'services'.
See Also:
#setServices

getModules

public java.util.Set getModules()

setModules

public void setModules(java.util.Set modules)

addService

public void addService(ServiceDO service)

removeService

public void removeService(ServiceDO service)

addModule

public void addModule(ModuleDO module)

getIsCurrentScenario

public boolean getIsCurrentScenario()
Getter for property 'currentScenario'.

Returns:
Value for property 'currentScenario'.
See Also:
setIsCurrentScenario(boolean)

setIsCurrentScenario

public void setIsCurrentScenario(boolean currentScenario)
Setter for property 'currentScenario'.

Parameters:
currentScenario - Value to set for property 'currentScenario'.
See Also:
#isCurrentScenario

getCategory

public java.lang.String getCategory()

setCategory

public void setCategory(java.lang.String category)