it.eng.spagobi.engines.network.bean
Class XMLNetwork
java.lang.Object
it.eng.spagobi.engines.network.bean.XMLNetwork
- All Implemented Interfaces:
- INetwork
public class XMLNetwork
- extends java.lang.Object
- implements INetwork
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLNetwork
public XMLNetwork(java.lang.String net,
CrossNavigationLink networkCrossNavigation)
- Parameters:
net
-
getNetworkAsString
public java.lang.String getNetworkAsString()
throws SerializationException
- Specified by:
getNetworkAsString
in interface INetwork
- Throws:
SerializationException
getNetworkType
public java.lang.String getNetworkType()
- Specified by:
getNetworkType
in interface INetwork
setNetworkCrossNavigation
public void setNetworkCrossNavigation(CrossNavigationLink networkCrossNavigation)
getNetworkCrossNavigation
public java.lang.String getNetworkCrossNavigation()
throws SerializationException
- Specified by:
getNetworkCrossNavigation
in interface INetwork
- Throws:
SerializationException
getNetworkOptions
public java.lang.String getNetworkOptions()
- Specified by:
getNetworkOptions
in interface INetwork
setNetworkOptions
public void setNetworkOptions(org.json.JSONObject networkOptions)
getNetworkInfo
public java.lang.String getNetworkInfo()
- Specified by:
getNetworkInfo
in interface INetwork