Package com.thortech.xl.vo.ddm
Class ITResourceParameter
java.lang.Object
com.thortech.xl.vo.ddm.ITResourceParameter
- All Implemented Interfaces:
Serializable
,Cloneable
- Author:
- rkuchi This object holds information of each IT Resource parameter 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 TypeMethodDescriptionclone()
boolean
void
setEncrypted
(boolean isEncrypted) void
setParameterName
(String parameterName) void
setParameterValue
(String parameterValue)
-
Constructor Details
-
ITResourceParameter
public ITResourceParameter()
-
-
Method Details
-
clone
-
isEncrypted
public boolean isEncrypted()- Returns:
- Returns the isEncrypted.
-
setEncrypted
public void setEncrypted(boolean isEncrypted) - Parameters:
isEncrypted
- The isEncrypted to set.
-
getParameterName
- Returns:
- Returns the parameterName.
-
setParameterName
- Parameters:
parameterName
- The parameterName to set.
-
getParameterValue
- Returns:
- Returns the parameterValue.
-
setParameterValue
- Parameters:
parameterValue
- The parameterValue to set.
-