com.informatica.powercenter.sdk.mapfwk.core
Class InitProp

java.lang.Object
  extended by com.informatica.powercenter.sdk.mapfwk.core.InitProp
All Implemented Interfaces:
java.lang.Cloneable

public class InitProp
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
InitProp()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description of the Initprop
 java.lang.String getName()
          Returns the name of the Initprop
 java.lang.String getUserDefined()
          Returns the userdefined value of the Initprop
 java.lang.String getValue()
          Returns the value of the Initprop
 void setDescription(java.lang.String description)
          This method sets the description of the Initprop
 void setName(java.lang.String name)
          This method sets the name of the Initprop
 void setUserDefined(java.lang.String userDefined)
          This method sets the userdefined value of the Initprop
 void setValue(java.lang.String value)
          This method sets the name of the Initprop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitProp

public InitProp()
Method Detail

setName

public void setName(java.lang.String name)
This method sets the name of the Initprop

Parameters:
name -

setValue

public void setValue(java.lang.String value)
This method sets the name of the Initprop

Parameters:
value -

setDescription

public void setDescription(java.lang.String description)
This method sets the description of the Initprop

Parameters:
description -

setUserDefined

public void setUserDefined(java.lang.String userDefined)
This method sets the userdefined value of the Initprop

Parameters:
userDefined -

getName

public java.lang.String getName()
Returns the name of the Initprop

Returns:
name

getValue

public java.lang.String getValue()
Returns the value of the Initprop

Returns:
value

getDescription

public java.lang.String getDescription()
Returns the description of the Initprop

Returns:
description

getUserDefined

public java.lang.String getUserDefined()
Returns the userdefined value of the Initprop

Returns:
userDefined