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() |
String |
getName() |
void |
setAccount(UserAccountImpl account) |
void |
setId(Long id) |
void |
setName(String name) |
String |
toString() |
public String getName()
getName in interface Module.Infopublic void setName(String name)
public Long getId()
getId 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 © 2012. All Rights Reserved.