gran.model
Class Script
java.lang.Object
gran.model.Named
gran.model.Script
- All Implemented Interfaces:
- java.io.Serializable
- public class Script
- extends Named
- implements java.io.Serializable
This class describe common settings of report
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Script
public Script(java.lang.String id,
java.lang.String name,
java.lang.String description,
ScriptType ctype,
User owner)
Script
public Script(java.lang.String id,
java.lang.String name,
java.lang.String description,
ScriptType ctype,
User owner,
Longtext formula)
Script
public Script()
getOwner
public User getOwner()
setOwner
public void setOwner(User owner)
getType
public ScriptType getType()
setType
public void setType(ScriptType scriptType)
getUdfSet
public java.util.Set getUdfSet()
setUdfSet
public void setUdfSet(java.util.Set udfSet)
getLongtext
public Longtext getLongtext()
setLongtext
public void setLongtext(Longtext longtext)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
Copyright © 2002-2004 TrackStudio, Ltd. All Rights Reserved.