public class HostMapper extends Object
Modifier and Type | Field and Description |
---|---|
static Long |
BYTES_IN_MEGABYTE |
Constructor and Description |
---|
HostMapper() |
Modifier and Type | Method and Description |
---|---|
static VdsStatic |
map(Host model,
VdsStatic template) |
static String |
map(Options model,
String template) |
static String |
map(Option model,
String template) |
static VdsStatic |
map(PowerManagement model,
VdsStatic template) |
static Options |
map(ValueObjectMap entity,
Options template) |
static Option |
map(ValueObjectPair entity,
Option template) |
static Host |
map(VDS entity,
Host template) |
static PowerManagement |
map(VDS entity,
PowerManagement template) |
static HostStatus |
map(VDSStatus entityStatus,
HostStatus template) |
static HostType |
map(VDSType type,
HostType template) |
public static Long BYTES_IN_MEGABYTE
public static VdsStatic map(PowerManagement model, VdsStatic template)
public static PowerManagement map(VDS entity, PowerManagement template)
public static Options map(ValueObjectMap entity, Options template)
public static Option map(ValueObjectPair entity, Option template)
public static HostStatus map(VDSStatus entityStatus, HostStatus template)
Copyright © 2012. All Rights Reserved.