|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentObject
A ComponentObject represents a physical piece of the configuration and deployment tree. The basic information contained in it is - id (name), type and properties.
Method Summary | |
---|---|
void |
accept(ConfigurationVisitor visitor)
|
ComponentTypeID |
getComponentTypeID()
Returns the component type |
java.lang.String |
getCreatedBy()
Returns the principal who created this type |
java.util.Date |
getCreatedDate()
Returns the Date this type was created |
java.lang.String |
getDescription()
Returns the description of this component definition |
java.lang.String |
getLastChangedBy()
Returns the principal who last modified this type |
java.util.Date |
getLastChangedDate()
Returns the Date this type was last changed |
java.lang.String |
getName()
Returns the name |
java.util.Properties |
getProperties()
Returns the current unmodifiable properties for the component |
java.lang.String |
getProperty(java.lang.String name)
Returns a property value for the given property name |
boolean |
isDependentUpon(BaseID componentObjectId)
Returns true if this object is dependent upon the specified ComponentObjectID |
Methods inherited from interface com.metamatrix.common.namedobject.BaseObject |
---|
clone, getFullName, getID |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.lang.String getName()
getName
in interface BaseObject
getFullName
java.util.Properties getProperties()
java.lang.String getProperty(java.lang.String name)
name
- of the property value to obtain
ComponentTypeID getComponentTypeID()
java.lang.String getDescription()
java.lang.String getCreatedBy()
java.util.Date getCreatedDate()
java.lang.String getLastChangedBy()
java.util.Date getLastChangedDate()
boolean isDependentUpon(BaseID componentObjectId)
ComponentObjectID
componentObjectId
- is the id to check for dependencies for
void accept(ConfigurationVisitor visitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |