@Entity public class ConfigGroupHostMappingEntity extends Object
Constructor and Description |
---|
ConfigGroupHostMappingEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ConfigGroupEntity |
getConfigGroupEntity() |
Long |
getConfigGroupId() |
HostEntity |
getHostEntity() |
String |
getHostname() |
int |
hashCode() |
void |
setConfigGroupEntity(ConfigGroupEntity configGroupEntity) |
void |
setConfigGroupId(Long configGroupId) |
void |
setHostEntity(HostEntity hostEntity) |
void |
setHostname(String hostname) |
public Long getConfigGroupId()
public void setConfigGroupId(Long configGroupId)
public String getHostname()
public void setHostname(String hostname)
public HostEntity getHostEntity()
public void setHostEntity(HostEntity hostEntity)
public ConfigGroupEntity getConfigGroupEntity()
public void setConfigGroupEntity(ConfigGroupEntity configGroupEntity)
Copyright © 2015. All rights reserved.