public class LifecycleChoice extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LifecycleChoice.Phase |
Constructor and Description |
---|
LifecycleChoice() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getDescription() |
String |
getName() |
LifecycleChoice.Phase |
getPhase() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setPhase(LifecycleChoice.Phase phase) |
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public LifecycleChoice.Phase getPhase()
public void setPhase(LifecycleChoice.Phase phase)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.