public class Edit extends Object implements EditIF
Constructor and Description |
---|
Edit(EditId_EN id,
String description,
EditType_EN type,
Level serverityLevel) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the object
|
EditId_EN |
getId() |
Level |
getServerityLevel() |
EditType_EN |
getType() |
void |
setDescription(String description)
Sets the objects internal description
|
void |
setId(EditId_EN id) |
void |
setServerityLevel(Level serverityLevel) |
void |
setType(EditType_EN type) |
String |
toString() |
public Edit(EditId_EN id, String description, EditType_EN type, Level serverityLevel)
id
- description
- type
- serverityLevel
- public void setId(EditId_EN id)
public String getDescription()
DescribableIF
getDescription
in interface DescribableIF
public void setDescription(String description)
DescribableIF
setDescription
in interface DescribableIF
description
- the description to setpublic EditType_EN getType()
public void setType(EditType_EN type)
public Level getServerityLevel()
getServerityLevel
in interface EditIF
public void setServerityLevel(Level serverityLevel)
setServerityLevel
in interface EditIF
serverityLevel
- the severityLevel to setCopyright © 2022. All rights reserved.