com.metamatrix.console.ui.views.properties
Class PropertyFilter

java.lang.Object
  extended by com.metamatrix.console.ui.views.properties.PropertyFilter

public class PropertyFilter
extends java.lang.Object


Constructor Summary
PropertyFilter()
           
 
Method Summary
 java.lang.String getGroupName()
           
 boolean isAllProperties()
           
 boolean isBasicProperties()
           
 boolean isBothBEProperties()
           
 boolean isBothMRProperties()
           
 boolean isExpertProperties()
           
 boolean isModifiableProperties()
           
 boolean isMRBEnable()
           
 boolean isReadOnlyProperties()
           
 void setAllProperties(boolean allProperties)
           
 void setBasicProperties(boolean isBasic)
           
 void setBothBEProperties(boolean isBothBE)
           
 void setBothMRProperties(boolean isBothMR)
           
 void setExpertProperties(boolean isExpert)
           
 void setGroupName(java.lang.String groupName)
           
 void setIsMRBEnabled(boolean status)
           
 void setModifiableProperties(boolean isModifiable)
           
 void setReadOnlyProperties(boolean isReadOnly)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyFilter

public PropertyFilter()
Method Detail

setGroupName

public void setGroupName(java.lang.String groupName)

getGroupName

public java.lang.String getGroupName()

setAllProperties

public void setAllProperties(boolean allProperties)

isAllProperties

public boolean isAllProperties()

setBasicProperties

public void setBasicProperties(boolean isBasic)

isBasicProperties

public boolean isBasicProperties()

setExpertProperties

public void setExpertProperties(boolean isExpert)

isExpertProperties

public boolean isExpertProperties()

setBothBEProperties

public void setBothBEProperties(boolean isBothBE)

isBothBEProperties

public boolean isBothBEProperties()

setModifiableProperties

public void setModifiableProperties(boolean isModifiable)

isModifiableProperties

public boolean isModifiableProperties()

setReadOnlyProperties

public void setReadOnlyProperties(boolean isReadOnly)

isReadOnlyProperties

public boolean isReadOnlyProperties()

setBothMRProperties

public void setBothMRProperties(boolean isBothMR)

isBothMRProperties

public boolean isBothMRProperties()

isMRBEnable

public boolean isMRBEnable()

setIsMRBEnabled

public void setIsMRBEnabled(boolean status)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.