pt.digitalis.dif.presentation.views.jsp.taglibs.objects.beans
Class WizardStepItem

java.lang.Object
  extended by pt.digitalis.dif.presentation.views.jsp.taglibs.objects.beans.WizardStepItem

public class WizardStepItem
extends java.lang.Object

Type that defines a Wizard step item.

Author:
Pedro Viegas pviegas@digitalis.pt
Created on:
Jan 21, 2009

Constructor Summary
WizardStepItem(java.lang.String name, java.lang.String description, java.lang.String stageId, boolean enabled, boolean accessible, boolean redirectToStage)
          Default constructor
 
Method Summary
 java.lang.String getDescription()
          Inspector for the 'description' attribute.
 java.lang.String getName()
          Inspector for the 'name' attribute.
 java.lang.String getStageId()
          Inspector for the 'stageId' attribute.
 boolean isAccessible()
          Inspector for the 'accessible' attribute.
 boolean isEnabled()
           
 boolean isRedirectToStage()
          Inspector for the 'redirectToStage' attribute.
 void setAccessible(boolean accessible)
          Modifier for the 'accessible' attribute.
 void setDescription(java.lang.String description)
          Modifier for the 'description' attribute.
 void setEnabled(boolean enabled)
           
 void setName(java.lang.String name)
          Modifier for the 'name' attribute.
 void setRedirectToStage(boolean redirectToStage)
          Modifier for the 'redirectToStage' attribute.
 void setStageId(java.lang.String stageId)
          Modifier for the 'stageId' attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardStepItem

public WizardStepItem(java.lang.String name,
                      java.lang.String description,
                      java.lang.String stageId,
                      boolean enabled,
                      boolean accessible,
                      boolean redirectToStage)
Default constructor

Parameters:
name -
description -
stageId -
enabled -
accessible -
redirectToStage -
Method Detail

getDescription

public java.lang.String getDescription()
Inspector for the 'description' attribute.

Returns:
the description value

getName

public java.lang.String getName()
Inspector for the 'name' attribute.

Returns:
the name value

getStageId

public java.lang.String getStageId()
Inspector for the 'stageId' attribute.

Returns:
the stageId value

isAccessible

public boolean isAccessible()
Inspector for the 'accessible' attribute.

Returns:
the accessible value

isEnabled

public boolean isEnabled()
Returns:
the enabled

isRedirectToStage

public boolean isRedirectToStage()
Inspector for the 'redirectToStage' attribute.

Returns:
the redirectToStage value

setAccessible

public void setAccessible(boolean accessible)
Modifier for the 'accessible' attribute.

Parameters:
accessible - the new accessible value to set

setDescription

public void setDescription(java.lang.String description)
Modifier for the 'description' attribute.

Parameters:
description - the new description value to set

setEnabled

public void setEnabled(boolean enabled)
Parameters:
enabled - the enabled to set

setName

public void setName(java.lang.String name)
Modifier for the 'name' attribute.

Parameters:
name - the new name value to set

setRedirectToStage

public void setRedirectToStage(boolean redirectToStage)
Modifier for the 'redirectToStage' attribute.

Parameters:
redirectToStage - the new redirectToStage value to set

setStageId

public void setStageId(java.lang.String stageId)
Modifier for the 'stageId' attribute.

Parameters:
stageId - the new stageId value to set


Copyright © 2011 Digitalis Informática Lda. All Rights Reserved.