Class ITResourceParameter

java.lang.Object
com.thortech.xl.vo.ddm.ITResourceParameter
All Implemented Interfaces:
Serializable, Cloneable

public class ITResourceParameter extends Object implements Cloneable, Serializable
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 Details

    • ITResourceParameter

      public ITResourceParameter()
  • Method Details

    • clone

      public Object clone()
    • isEncrypted

      public boolean isEncrypted()
      Returns:
      Returns the isEncrypted.
    • setEncrypted

      public void setEncrypted(boolean isEncrypted)
      Parameters:
      isEncrypted - The isEncrypted to set.
    • getParameterName

      public String getParameterName()
      Returns:
      Returns the parameterName.
    • setParameterName

      public void setParameterName(String parameterName)
      Parameters:
      parameterName - The parameterName to set.
    • getParameterValue

      public String getParameterValue()
      Returns:
      Returns the parameterValue.
    • setParameterValue

      public void setParameterValue(String parameterValue)
      Parameters:
      parameterValue - The parameterValue to set.