Class ITResourceParameterMap

java.lang.Object
com.thortech.xl.vo.ddm.ITResourceParameterMap
All Implemented Interfaces:
Serializable

public class ITResourceParameterMap extends Object implements Serializable
Author:
rkuchi This object holds an IT Resource instance information by having the RootObject of the instance and a collection of its parameters To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
See Also:
  • Constructor Details

    • ITResourceParameterMap

      public ITResourceParameterMap()
  • Method Details

    • getParameters

      public Collection getParameters()
      Returns:
      Returns the parameters.
    • setParameters

      public void setParameters(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.