gran.model
Class Rtype

java.lang.Object
  extended bygran.model.Named
      extended bygran.model.Rtype

public class Rtype
extends Named

Describes report type


Field Summary
 
Fields inherited from class gran.model.Named
id, name
 
Constructor Summary
Rtype()
           
Rtype(java.lang.String id)
           
Rtype(java.lang.String name, java.lang.String file, java.lang.String description)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 java.lang.String getFile()
           
 java.util.Set getReportSet()
           
 void setDescription(java.lang.String description)
           
 void setFile(java.lang.String file)
           
 void setReportSet(java.util.Set reportSet)
           
 
Methods inherited from class gran.model.Named
getCode, getId, getName, hashCode, setId, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rtype

public Rtype(java.lang.String id)

Rtype

public Rtype(java.lang.String name,
             java.lang.String file,
             java.lang.String description)

Rtype

public Rtype()
Method Detail

getFile

public java.lang.String getFile()

setFile

public void setFile(java.lang.String file)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getReportSet

public java.util.Set getReportSet()

setReportSet

public void setReportSet(java.util.Set reportSet)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Named


Copyright © 2002-2005 TrackStudio, Ltd. All Rights Reserved.