info.joseluismartin.reporting
Class ReportType

java.lang.Object
  extended by info.joseluismartin.reporting.ReportType

public class ReportType
extends Object

Author:
Jose A. Corbacho

Constructor Summary
ReportType()
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getId()
          Getters and setters
 String getName()
           
 int hashCode()
           
 void setId(Long id)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportType

public ReportType()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getId

public Long getId()
Getters and setters


setId

public void setId(Long id)

getName

public String getName()

setName

public void setName(String name)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 JDAL. All Rights Reserved.