Style Intelligence v12.0

inetsoft.uql
Class DataSourceFolder

java.lang.Object
  extended by inetsoft.uql.DataSourceFolder
All Implemented Interfaces:
inetsoft.util.XMLSerializable, Serializable, Cloneable

public class DataSourceFolder
extends Object
implements Serializable, Cloneable, inetsoft.util.XMLSerializable

Data source folder in data source registry to store data source folder and data source.

See Also:
Serialized Form

Field Summary
static String DATAFOLDER
          Data source folder.
 
Constructor Summary
DataSourceFolder(String name)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object obj)
           
static String getDisplayName(String name)
          Get the simple name with the specified full name.
 String getFullName()
          Get the current data source folder absolute name.
 String getName()
          Get current data source folder display name.
static String getParentName(String name)
          Get the specified full name's parent name.
 int hashCode()
           
 void parseXML(Element element)
           
 void setName(String name)
          Set current data source folder name.
 String toString()
           
 void writeXML(PrintWriter writer)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DATAFOLDER

public static String DATAFOLDER
Data source folder.

Constructor Detail

DataSourceFolder

public DataSourceFolder(String name)
Method Detail

setName

public void setName(String name)
Set current data source folder name.

Parameters:
name - the name of current data source folder.

getName

public String getName()
Get current data source folder display name.

Returns:
current data source folder display name.

getFullName

public String getFullName()
Get the current data source folder absolute name.


getParentName

public static String getParentName(String name)
Get the specified full name's parent name.


getDisplayName

public static String getDisplayName(String name)
Get the simple name with the specified full name.


parseXML

public void parseXML(Element element)
Specified by:
parseXML in interface inetsoft.util.XMLSerializable

writeXML

public void writeXML(PrintWriter writer)
Specified by:
writeXML in interface inetsoft.util.XMLSerializable

clone

public Object clone()
Overrides:
clone in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.