public class Entity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Entity.Role |
| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
Inet4Address |
getAddr() |
String |
getDescription() |
Entity.Role |
getRole() |
boolean |
isEnabled() |
void |
setAddr(Inet4Address addr) |
void |
setDescription(String description) |
void |
setEnabled(boolean enabled) |
void |
setRole(Entity.Role role) |
public Inet4Address getAddr()
public void setAddr(Inet4Address addr)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public Entity.Role getRole()
public void setRole(Entity.Role role)
public String getDescription()
public void setDescription(String description)
Copyright © 2016. All rights reserved.