public class Service extends Object implements Serializable
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getType() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
public String getId()
public String getType()
public void setType(String type)
type - the type to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 2019 JBoss by Red Hat. All rights reserved.