com.trackstudio.model
Class Rtype
java.lang.Object
com.trackstudio.model.Named
com.trackstudio.model.Rtype
public class Rtype
- extends Named
Describes report type
Fields inherited from class com.trackstudio.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)
|
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-2008 TrackStudio, Ltd. All Rights Reserved.