@Entity public class EServiceDefaultState extends Object implements de.taimos.dao.IEntity<Long>
| Constructor and Description |
|---|
EServiceDefaultState() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
EService |
getService() |
de.cinovo.cloudconductor.api.ServiceState |
getState() |
ETemplate |
getTemplate() |
void |
setId(long id) |
void |
setService(EService service) |
void |
setState(de.cinovo.cloudconductor.api.ServiceState state) |
void |
setTemplate(ETemplate template) |
public void setId(long id)
id - the id to setpublic EService getService()
public void setService(EService service)
service - the service to setpublic ETemplate getTemplate()
public void setTemplate(ETemplate template)
template - the template to setpublic de.cinovo.cloudconductor.api.ServiceState getState()
public void setState(de.cinovo.cloudconductor.api.ServiceState state)
state - the state to setCopyright © 2014 Cinovo AG. All Rights Reserved.