public class ServiceAssemblyInfoImpl extends Object implements ServiceAssemblyInfo
| Constructor and Description |
|---|
ServiceAssemblyInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Determine if the supplied Object is equal to this one.
|
String |
getDescription() |
String |
getName()
Get the name of the Service Assembly.
|
List<ServiceUnitInfo> |
getServiceUnitList()
Get a List
|
ServiceAssemblyState |
getStatus()
Get the state of the Service Assembly.
|
long |
getTimestamp()
Get the timestamp associated with archive.
|
int |
hashCode()
Get a hash code for this ServiceAssemblyInfo.
|
void |
setDescription(String descr) |
void |
setName(String name) |
void |
setServiceUnitList(List<ServiceUnitInfo> suList) |
void |
setStatus(ServiceAssemblyState state) |
void |
setTimestamp(long timestamp) |
public boolean equals(Object object)
equals in interface ServiceAssemblyInfoequals in class Objectobject - - the Object to be compared with this one.public int hashCode()
hashCode in interface ServiceAssemblyInfohashCode in class Objectpublic String getName()
getName in interface ServiceAssemblyInfopublic void setName(String name)
public long getTimestamp()
public void setTimestamp(long timestamp)
public String getDescription()
public void setDescription(String descr)
public List<ServiceUnitInfo> getServiceUnitList()
getServiceUnitList in interface ServiceAssemblyInfopublic void setServiceUnitList(List<ServiceUnitInfo> suList)
public ServiceAssemblyState getStatus()
getStatus in interface ServiceAssemblyInfopublic void setStatus(ServiceAssemblyState state)
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.