Package com.thortech.xl.vo.ddm
Class ITResourceParameterMap
java.lang.Object
com.thortech.xl.vo.ddm.ITResourceParameterMap
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setInstance
(RootObject instance) void
setNewInstance
(boolean isNewInstance) void
setParameters
(Collection parameters)
-
Constructor Details
-
ITResourceParameterMap
public ITResourceParameterMap()
-
-
Method Details
-
getParameters
- Returns:
- Returns the parameters.
-
setParameters
- Parameters:
parameters
- The parameters to set.
-
getInstance
- Returns:
- Returns the instance.
-
setInstance
- 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.
-