public class ServiceSummaryBean extends Object
Constructor and Description |
---|
ServiceSummaryBean()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplication() |
Set<BindingBean> |
getBindings() |
String |
getIface() |
String |
getName() |
String |
getServiceId() |
int |
hashCode() |
ServiceSummaryBean |
setApplication(String category) |
ServiceSummaryBean |
setBindings(Set<BindingBean> bindings) |
ServiceSummaryBean |
setIface(String iface) |
ServiceSummaryBean |
setName(String name) |
void |
setServiceId(String serviceId) |
public String getName()
public String getApplication()
public String getIface()
public Set<BindingBean> getBindings()
public ServiceSummaryBean setName(String name)
name
- the name to setpublic ServiceSummaryBean setApplication(String category)
category
- the category to setpublic ServiceSummaryBean setIface(String iface)
iface
- the iface to setpublic ServiceSummaryBean setBindings(Set<BindingBean> bindings)
bindings
- the address to setpublic String getServiceId()
public void setServiceId(String serviceId)
serviceId
- the serviceId to setpublic int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.