Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.view
Class SystemInheritablePropertyData

java.lang.Object
  extended bycom.ibm.etools.systems.core.ui.view.SystemInheritablePropertyData

public class SystemInheritablePropertyData
extends Object

This class captures the data needed to populate a InheritableTextCellEditor.


Field Summary
static String copyright
           
 
Constructor Summary
SystemInheritablePropertyData()
           
 
Method Summary
 boolean equals(Object other)
          The property sheet viewer will decide to call the adapter back when Enter is pressed, only if the result of calling equals() on the previous and current versions of this object returns false.
 String getInheritedValue()
          Gets the inheritedValue
 boolean getIsLocal()
          Gets the isLocal
 String getLocalValue()
          Gets the localValue
 boolean getNotApplicable()
          Get the notApplicable flag.
 void printDetails()
          For debugging
 void setInheritedDisplayString(String s)
          Set the string to append to the inherited value in display-only mode
 void setInheritedValue(String inheritedValue)
          Sets the inheritedValue
 void setIsLocal(boolean isLocal)
          Sets the isLocal
 void setLocalValue(String localValue)
          Sets the localValue
 void setNotApplicable(boolean set)
          Identify this value as "not applicable".
 String toString()
          Convert to string for readonly-property sheet value
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

SystemInheritablePropertyData

public SystemInheritablePropertyData()
Method Detail

setNotApplicable

public void setNotApplicable(boolean set)
Identify this value as "not applicable". This causes this string to be displayed, and prevents users from editing this property.


getNotApplicable

public boolean getNotApplicable()
Get the notApplicable flag. Default is false.


getLocalValue

public String getLocalValue()
Gets the localValue

Returns:
Returns a String

setLocalValue

public void setLocalValue(String localValue)
Sets the localValue

Parameters:
localValue - The localValue to set

getInheritedValue

public String getInheritedValue()
Gets the inheritedValue

Returns:
Returns a String

setInheritedValue

public void setInheritedValue(String inheritedValue)
Sets the inheritedValue

Parameters:
inheritedValue - The inheritedValue to set

getIsLocal

public boolean getIsLocal()
Gets the isLocal

Returns:
Returns a boolean

setIsLocal

public void setIsLocal(boolean isLocal)
Sets the isLocal

Parameters:
isLocal - The isLocal to set

setInheritedDisplayString

public void setInheritedDisplayString(String s)
Set the string to append to the inherited value in display-only mode


toString

public String toString()
Convert to string for readonly-property sheet value


equals

public boolean equals(Object other)
The property sheet viewer will decide to call the adapter back when Enter is pressed, only if the result of calling equals() on the previous and current versions of this object returns false. If we did not have this method, they'd always return true.


printDetails

public void printDetails()
For debugging


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.