com.trackstudio.model
Class ScriptType

java.lang.Object
  extended by com.trackstudio.model.Named
      extended by com.trackstudio.model.ScriptType

public class ScriptType
extends Named

Describes report type


Field Summary
 
Fields inherited from class com.trackstudio.model.Named
id, name
 
Constructor Summary
ScriptType()
           
ScriptType(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static ScriptType get(java.lang.String id)
           
 java.util.Set getScriptSet()
           
 void setScriptSet(java.util.Set scriptSet)
           
 
Methods inherited from class com.trackstudio.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

ScriptType

public ScriptType(java.lang.String name)

ScriptType

public ScriptType()
Method Detail

getScriptSet

public java.util.Set getScriptSet()

setScriptSet

public void setScriptSet(java.util.Set scriptSet)

get

public static ScriptType get(java.lang.String id)

equals

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


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