Skip navigation links


com.thortech.xl.vo.ddm
Class ITResourceParameterMap

java.lang.Object
  extended by com.thortech.xl.vo.ddm.ITResourceParameterMap

All Implemented Interfaces:
java.io.Serializable

public class ITResourceParameterMap
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
ITResourceParameterMap()
           

 

Method Summary
 RootObject getInstance()
           
 java.util.Collection getParameters()
           
 boolean isNewInstance()
           
 void setInstance(RootObject instance)
           
 void setNewInstance(boolean isNewInstance)
           
 void setParameters(java.util.Collection parameters)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ITResourceParameterMap

public ITResourceParameterMap()

Method Detail

getParameters

public java.util.Collection getParameters()
Returns:
Returns the parameters.

setParameters

public void setParameters(java.util.Collection parameters)
Parameters:
parameters - The parameters to set.

getInstance

public RootObject getInstance()
Returns:
Returns the instance.

setInstance

public void setInstance(RootObject instance)
Parameters:
instance - The instance to set.

isNewInstance

public boolean isNewInstance()
Returns:
Returns the isNewInstance.

setNewInstance

public void setNewInstance(boolean isNewInstance)
Parameters:
isNewInstance - The isNewInstance to set.

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.