|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.erm.VpmObject
public abstract class VpmObject
Vpm object abstracts the common features of the vpm entities like conditions and hidden columns.
| Constructor Summary | |
|---|---|
VpmObject()
Constructor. |
|
| Method Summary | |
|---|---|
Object |
clone()
Clone the object. |
int |
compareTo(Object obj)
Compare to another object. |
static VpmObject |
createVpmObject(Element elem)
Create a VpmObject from an xml element. |
boolean |
equals(Object obj)
Check if equals to another object. |
String |
getName()
Get the name of the virtual private model. |
String |
getScript()
Get the script. |
int |
hashCode()
Get the hash code value of the vpm object. |
protected void |
parseAttributes(Element elem)
Parse contents. |
protected void |
parseContents(Element elem)
Parse contents. |
void |
parseXML(Element elem)
Method to parse an xml segment. |
void |
setName(String name)
Set the name of the virtual private model. |
void |
setScript(String script)
Set the script. |
String |
toString()
Get the string representation. |
protected void |
writeAttributes(PrintWriter writer)
Write attributes. |
protected void |
writeContents(PrintWriter writer)
Write contents. |
void |
writeEnd(PrintWriter writer)
|
void |
writeStart(PrintWriter writer)
|
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 VpmObject()
| Method Detail |
|---|
public static VpmObject createVpmObject(Element elem)
throws Exception
elem - the specified xml element.
Exceptionpublic String getName()
public void setName(String name)
name - the name of the virtual private model.public String getScript()
public void setScript(String script)
script - the script to check if should apply the vpm object.public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - the specified object.
public int compareTo(Object obj)
compareTo in interface Comparableobj - the specified object to compare to.public final void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializablewriter - the destination print writer.public void writeStart(PrintWriter writer)
writeStart in interface inetsoft.util.xml.XMLStorage.XMLFragmentpublic void writeEnd(PrintWriter writer)
writeEnd in interface inetsoft.util.xml.XMLStorage.XMLFragmentprotected void writeAttributes(PrintWriter writer)
writer - the specified writer.protected void parseAttributes(Element elem)
elem - the specified xml element.protected void writeContents(PrintWriter writer)
writer - the specified writer.
protected void parseContents(Element elem)
throws Exception
elem - the specified xml element.
Exception
public final void parseXML(Element elem)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableelem - the specified xml element.
Exceptionpublic String toString()
toString in class Objectpublic Object clone()
clone 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 | ||||||||