|
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.ReportEntry
public class ReportEntry
Report entry locates a report sheet.
| Field Summary | |
|---|---|
static int |
DATA_SPACE_REPORT
Data space report. |
static String |
EDITING
Editing report. |
static int |
FILE_REPORT
File report. |
static int |
RESOURCE_REPORT
Resource report. |
static int |
UNKNOWN_REPORT
Unknown report. |
static int |
URL_REPORT
URL report. |
| Constructor Summary | |
|---|---|
ReportEntry()
Constructor. |
|
ReportEntry(String path,
String user)
Constructor. |
|
ReportEntry(String path,
String user,
String alias)
Constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone this object. |
boolean |
containsAssetEntry(AssetEntry entry)
Check if contains an asset entry pattern. |
boolean |
equals(Object obj)
Check if equals another object. |
String |
getAlias()
Get the alias. |
AssetEntry[] |
getContainedAssetEntries()
Get the contained asset entries. |
String |
getDescription()
Get the description. |
InputStream |
getInputStream()
Get the input stream. |
long |
getLastModified()
Get the last modification time of the entry. |
String |
getName()
Get the name. |
String |
getOriginalPath()
Get the original path. |
String |
getOriginalUser()
Get the original user. |
String |
getPath()
Get the path. |
byte[] |
getReport()
Get the editing report. |
String |
getStoragePath()
Get the storage path. |
String |
getTemplate()
Get the template file name. |
int |
getType()
Get the storage type. |
String |
getUser()
Get the user. |
int |
hashCode()
Get the hash code. |
boolean |
isEditable()
Check if is editable. |
boolean |
isEditing()
Check if is an editing report. |
void |
parseXML(Element elem)
Method to parse an xml segment. |
void |
releaseInputStream(InputStream inp)
Close the input stream opened with getInputStream. |
void |
setOriginalPath(String opath)
Set the original path. |
void |
setOriginalUser(String ouser)
Set the original user. |
void |
setReport(byte[] report)
Set the editing report. |
void |
setTemplate(String template)
Set the template of the entry. |
String |
toString()
Get the string representation. |
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 |
| Field Detail |
|---|
public static final int UNKNOWN_REPORT
public static final int DATA_SPACE_REPORT
public static final int FILE_REPORT
public static final int URL_REPORT
public static final int RESOURCE_REPORT
public static final String EDITING
| Constructor Detail |
|---|
public ReportEntry()
public ReportEntry(String path,
String user)
public ReportEntry(String path,
String user,
String alias)
| Method Detail |
|---|
public byte[] getReport()
public void setReport(byte[] report)
report - the specified editing report.public boolean isEditing()
public String getPath()
public String getOriginalPath()
public void setOriginalPath(String opath)
public String getOriginalUser()
public void setOriginalUser(String ouser)
public String getAlias()
public int getType()
public String getStoragePath()
public String getUser()
public boolean isEditable()
public String getName()
public String getTemplate()
public void setTemplate(String template)
template - template resource name.public String toString()
toString in class Objectpublic String getDescription()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic 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 boolean containsAssetEntry(AssetEntry entry)
entry - the specified asset entry.
public AssetEntry[] getContainedAssetEntries()
public InputStream getInputStream()
public void releaseInputStream(InputStream inp)
public long getLastModified()
public Object clone()
clone in interface AssetObjectclone in class Object
|
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 | ||||||||