@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() |
Long |
getHostId() |
String |
getHostname() |
int |
hashCode() |
void |
setConfigGroupEntity(ConfigGroupEntity configGroupEntity) |
void |
setConfigGroupId(Long configGroupId) |
void |
setHostEntity(HostEntity hostEntity) |
void |
setHostId(Long hostId) |
public Long getConfigGroupId()
public void setConfigGroupId(Long configGroupId)
public Long getHostId()
public void setHostId(Long hostId)
public String getHostname()
public HostEntity getHostEntity()
public void setHostEntity(HostEntity hostEntity)
public ConfigGroupEntity getConfigGroupEntity()
public void setConfigGroupEntity(ConfigGroupEntity configGroupEntity)
Copyright © 2022 Apache Software Foundation. All rights reserved.