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()
DescribableIFgetDescription in interface DescribableIFpublic void setDescription(String description)
DescribableIFsetDescription in interface DescribableIFdescription - the description to setpublic EditType_EN getType()
public void setType(EditType_EN type)
public Level getServerityLevel()
getServerityLevel in interface EditIFpublic void setServerityLevel(Level serverityLevel)
setServerityLevel in interface EditIFserverityLevel - the severityLevel to setCopyright © 2024. All rights reserved.