ch.tatool.app.service.impl
Class ModuleInfoImpl

java.lang.Object
  extended by ch.tatool.app.service.impl.ModuleInfoImpl
All Implemented Interfaces:
Module.Info, Comparable<ModuleInfoImpl>

public class ModuleInfoImpl
extends Object
implements Module.Info, Comparable<ModuleInfoImpl>

Module info object


Constructor Summary
ModuleInfoImpl()
           
 
Method Summary
 int compareTo(ModuleInfoImpl o)
           
 UserAccountImpl getAccount()
           
 Long getId()
           
 String getName()
           
 void setAccount(UserAccountImpl account)
           
 void setId(Long id)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModuleInfoImpl

public ModuleInfoImpl()
Method Detail

getName

public String getName()
Specified by:
getName in interface Module.Info

setName

public void setName(String name)

getId

public Long getId()
Specified by:
getId in interface Module.Info

setId

public void setId(Long id)

getAccount

public UserAccountImpl getAccount()

setAccount

public void setAccount(UserAccountImpl account)

toString

public String toString()
Overrides:
toString in class Object

compareTo

public int compareTo(ModuleInfoImpl o)
Specified by:
compareTo in interface Comparable<ModuleInfoImpl>


Copyright © 2012. All Rights Reserved.