|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.asset.SourceInfo
public class SourceInfo
Source info contains the source information of a BoundTableAssembly.
| Field Summary |
|---|
| Fields inherited from interface inetsoft.uql.util.XSourceInfo |
|---|
ASSET, CATALOG, CUBE, EMBEDDED_DATA, LOCAL_QUERY, MODEL, NONE, PARAMETER, PHYSICAL_TABLE, QUERY, QUERY_FOLDER, REPORT, SCHEMA, TABLE_TYPE, VS_ASSEMBLY |
| Constructor Summary | |
|---|---|
SourceInfo()
Constructor. |
|
SourceInfo(int type,
String prefix,
String source)
Constructor. |
|
| Method Summary | |
|---|---|
void |
checkValidity()
Check if the source info is valid. |
Object |
clone()
Clone the object. |
boolean |
equals(Object obj)
Check if equals another object. |
String |
getPrefix()
Get the prefix. |
String |
getProperty(String key)
Get a property of the source info. |
String |
getSource()
Get the source. |
int |
getType()
Get the type. |
int |
hashCode()
Get the hash code value. |
boolean |
isEmpty()
Check if the source is empty. |
void |
parseXML(Element elem)
Method to parse an xml segment. |
void |
setPrefix(String prefix)
Set the prefix. |
void |
setProperty(String key,
String value)
Set a property of the source info. |
void |
setSource(String source)
Set the source. |
void |
setType(int type)
Set the type. |
String |
toString()
Return a displayable string. |
String |
toView()
Return a displayable string including folder description. |
void |
writeXML(PrintWriter writer)
Write the xml segment to print writer. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SourceInfo()
public SourceInfo(int type,
String prefix,
String source)
| Method Detail |
|---|
public int getType()
getType in interface inetsoft.uql.util.XSourceInfopublic void setType(int type)
setType in interface inetsoft.uql.util.XSourceInfotype - the specified type.public String getPrefix()
getPrefix in interface inetsoft.uql.util.XSourceInfopublic void setPrefix(String prefix)
setPrefix in interface inetsoft.uql.util.XSourceInfoprefix - the specified prefix.public String getSource()
getSource in interface inetsoft.uql.util.XSourceInfopublic void setSource(String source)
setSource in interface inetsoft.uql.util.XSourceInfosource - the specified source.public String getProperty(String key)
getProperty in interface inetsoft.uql.util.XSourceInfokey - the name of the property.
public void setProperty(String key,
String value)
setProperty in interface inetsoft.uql.util.XSourceInfokey - the name of the property.value - the value of the property, null to remove the
property.
public void checkValidity()
throws Exception
Exceptionpublic boolean isEmpty()
isEmpty in interface inetsoft.uql.util.XSourceInfopublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the destination print writer.
public void parseXML(Element elem)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableelem - the specified xml element.
Exceptionpublic String toView()
public String toString()
toString in class Objectpublic Object clone()
clone in interface AssetObjectclone in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - the specified object to compare.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||