public class ManagedService extends Object
ManagedService class.
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected int |
serviceId |
protected String |
status |
Constructor and Description |
---|
ManagedService()
Constructor for ManagedService.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
getId
|
String |
getName()
Getter for the field
name . |
String |
getStatus()
Getter for the field
status . |
void |
setId(int id)
setId
|
void |
setName(String newName)
Setter for the field
name . |
void |
setStatus(String newStatus)
Setter for the field
status . |
protected String name
protected String status
protected int serviceId
public void setId(int id)
setId
id
- a int.public int getId()
getId
public void setName(String newName)
Setter for the field name
.
newName
- a String
object.public void setStatus(String newStatus)
Setter for the field status
.
newStatus
- a String
object.Copyright © 2021. All rights reserved.