public class ModuleInfoImpl extends Object implements Module.Info, Comparable<ModuleInfoImpl>
| Constructor and Description |
|---|
ModuleInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ModuleInfoImpl o) |
UserAccountImpl |
getAccount() |
Long |
getId()
Get the id of the described module.
|
String |
getName()
Get the name of the described module.
|
void |
setAccount(UserAccountImpl account) |
void |
setId(Long id) |
void |
setName(String name) |
String |
toString() |
public String getName()
Module.InfogetName in interface Module.Infopublic void setName(String name)
public Long getId()
Module.InfogetId in interface Module.Infopublic void setId(Long id)
public UserAccountImpl getAccount()
public void setAccount(UserAccountImpl account)
public int compareTo(ModuleInfoImpl o)
compareTo in interface Comparable<ModuleInfoImpl>Copyright © 2013. All Rights Reserved.