@Entity public class EHost extends Object implements de.taimos.dao.IEntity<Long>, de.cinovo.cloudconductor.api.model.INamed
| Constructor and Description |
|---|
EHost() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Long |
getId() |
Long |
getLastSeen() |
String |
getName() |
List<EPackageState> |
getPackages() |
List<EServiceState> |
getServices() |
Long |
getStartedUpdate() |
ETemplate |
getTemplate() |
void |
setDescription(String description) |
void |
setId(long id) |
void |
setLastSeen(Long lastSeen) |
void |
setName(String name) |
void |
setPackages(List<EPackageState> packages) |
void |
setServices(List<EServiceState> services) |
void |
setStartedUpdate(Long onUpdate) |
void |
setTemplate(ETemplate template) |
public void setId(long id)
id - the id to setpublic String getName()
getName in interface de.cinovo.cloudconductor.api.model.INamedpublic void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic List<EServiceState> getServices()
public void setServices(List<EServiceState> services)
services - the services to setpublic List<EPackageState> getPackages()
public void setPackages(List<EPackageState> packages)
packages - the packages to setpublic ETemplate getTemplate()
public void setTemplate(ETemplate template)
template - the template to setpublic Long getLastSeen()
public void setLastSeen(Long lastSeen)
lastSeen - the lastSeen to setpublic Long getStartedUpdate()
public void setStartedUpdate(Long onUpdate)
onUpdate - the onUpdate to setCopyright © 2014 Cinovo AG. All Rights Reserved.