public class Service extends Object implements Serializable
Constructor and Description |
---|
Service() |
Service(String name,
String className,
List<Attribute> attributes,
List<Invoke> invokes) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(Attribute attribute) |
void |
addInvoke(Invoke invoke) |
boolean |
equals(Object obj) |
List<Attribute> |
getAttributes() |
String |
getClassName() |
List<Invoke> |
getInvokes() |
String |
getName() |
int |
hashCode() |
Boolean |
isEnabled() |
boolean |
removeAttribute(Attribute attribute) |
boolean |
removeInvoke(Invoke invoke) |
void |
setAttributes(List<Attribute> attributes) |
void |
setClassName(String className) |
void |
setEnabled(Boolean enabled) |
void |
setInvokes(List<Invoke> invokes) |
void |
setName(String name) |
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public String getName()
public void setName(String name)
public String getClassName()
public void setClassName(String className)
public void addAttribute(Attribute attribute)
public boolean removeAttribute(Attribute attribute)
public void addInvoke(Invoke invoke)
public boolean removeInvoke(Invoke invoke)
Copyright © 2021. All rights reserved.