gran.model
Class Rtype
java.lang.Object
gran.model.Named
gran.model.Rtype
- public class Rtype
- extends Named
Describes report type
Constructor Summary |
Rtype()
|
Rtype(java.lang.String id)
|
Rtype(java.lang.String name,
java.lang.String file,
java.lang.String description)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
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()
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.