com.metamatrix.common.config.model
Class BasicExtensionModule
java.lang.Object
com.metamatrix.common.namedobject.BasicObject
com.metamatrix.common.config.model.BasicComponentObject
com.metamatrix.common.config.model.BasicComponentDefn
com.metamatrix.common.config.model.BasicExtensionModule
- All Implemented Interfaces:
- ComponentDefn, ComponentObject, ExtensionModule, BaseObject, PropertiedObject, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable
public class BasicExtensionModule
- extends BasicComponentDefn
- implements ExtensionModule
- Since:
- 4.3
- See Also:
- Serialized Form
Methods inherited from class com.metamatrix.common.config.model.BasicComponentObject |
accept, addProperties, addProperty, getComponentTypeID, getCreatedBy, getCreatedDate, getCreatedDateString, getDescription, getEditableProperties, getLastChangedBy, getLastChangedDate, getLastChangedDateString, getProperties, getProperty, removeProperties, removeProperty, setCreatedBy, setCreatedDate, setDescription, setLastChangedBy, setLastChangedDate, setProperties, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
BasicExtensionModule
public BasicExtensionModule(java.lang.String name,
java.lang.String type,
java.lang.String description,
byte[] contents)
BasicExtensionModule
public BasicExtensionModule(java.lang.String name,
java.lang.String description,
byte[] contents)
BasicExtensionModule
protected BasicExtensionModule(BasicExtensionModule component)
getFileContents
public byte[] getFileContents()
- Specified by:
getFileContents
in interface ExtensionModule
- Returns:
- byte array of file contents
- Since:
- 4.3
- See Also:
ExtensionModule.getFileContents()
getModuleType
public java.lang.String getModuleType()
- Specified by:
getModuleType
in interface ExtensionModule
- Returns:
- String of the Module Type for this Extension Module
- Since:
- 4.3
- See Also:
ExtensionModule.getModuleType()
Copyright © 2009. All Rights Reserved.