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

java.lang.Object
  extended by com.metamatrix.console.ui.views.properties.ConsolePropertyObjectId
All Implemented Interfaces:
PropertiedObject

public class ConsolePropertyObjectId
extends java.lang.Object
implements PropertiedObject


Field Summary
static java.lang.String ALL_SYS_PROPS
           
 
Constructor Summary
ConsolePropertyObjectId(java.lang.String gn, PropertyFilter pFilter)
           
 
Method Summary
 java.util.HashMap getDescriptionHM()
           
 java.util.HashMap getDotName()
           
 java.util.List getFilteredPropDefn()
           
 java.lang.String getGroupName()
           
 java.lang.String getGroupNameId()
           
 java.util.Properties getGroupProperties()
           
 PropertyFilter getPropertyFilter()
           
 boolean isAllProperties()
           
 boolean isBasicProperties()
           
 boolean isBothBEProperties()
           
 boolean isBothMRProperties()
           
 boolean isExpertProperties()
           
 boolean isModifiableProperties()
           
 boolean isReadOnly()
           
 boolean isReadOnlyProperties()
           
 void setGroupPropDefn(java.util.Collection pd)
           
 void setGroupProperties(java.util.Properties gp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_SYS_PROPS

public static final java.lang.String ALL_SYS_PROPS
See Also:
Constant Field Values
Constructor Detail

ConsolePropertyObjectId

public ConsolePropertyObjectId(java.lang.String gn,
                               PropertyFilter pFilter)
Method Detail

getGroupName

public java.lang.String getGroupName()

getPropertyFilter

public PropertyFilter getPropertyFilter()

setGroupProperties

public void setGroupProperties(java.util.Properties gp)

setGroupPropDefn

public void setGroupPropDefn(java.util.Collection pd)

getGroupProperties

public java.util.Properties getGroupProperties()

getFilteredPropDefn

public java.util.List getFilteredPropDefn()

getDotName

public java.util.HashMap getDotName()

getDescriptionHM

public java.util.HashMap getDescriptionHM()

getGroupNameId

public java.lang.String getGroupNameId()

isAllProperties

public boolean isAllProperties()

isBasicProperties

public boolean isBasicProperties()

isExpertProperties

public boolean isExpertProperties()

isBothBEProperties

public boolean isBothBEProperties()

isModifiableProperties

public boolean isModifiableProperties()

isReadOnlyProperties

public boolean isReadOnlyProperties()

isBothMRProperties

public boolean isBothMRProperties()

isReadOnly

public boolean isReadOnly()


Copyright © 2009. All Rights Reserved.