com.centrasite.control.ext.imports
Class ImportSchema

java.lang.Object
  extended by com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
      extended by com.centrasite.control.extpt.AbstractImport
          extended by com.centrasite.control.ext.imports.ImportSchema
All Implemented Interfaces:
Import, com.softwareag.cis.plugin.registry.ExtensionImplementation

public class ImportSchema
extends AbstractImport


Field Summary
 
Fields inherited from class com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
rcs_id
 
Fields inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
rcs_id
 
Constructor Summary
ImportSchema()
           
 
Method Summary
 java.lang.String getImageURL()
           
 java.lang.String getLayout()
          Return the path to the HTML page
 java.lang.String getName()
          Return the name
 java.lang.String getPageDescription()
          Return the Description
 
Methods inherited from class com.centrasite.control.extpt.AbstractImport
getLocale, getPageTitle, setLocale
 
Methods inherited from class com.softwareag.cis.plugin.extpt.util.AbstractExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.softwareag.cis.plugin.registry.ExtensionImplementation
getExtension, getPlugIn, popContextClassLoader, pushContextClassLoader, setExtension
 

Constructor Detail

ImportSchema

public ImportSchema()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Import
Return the name

Returns:

getPageDescription

public java.lang.String getPageDescription()
Description copied from interface: Import
Return the Description

Returns:

getLayout

public java.lang.String getLayout()
Description copied from interface: Import
Return the path to the HTML page

Returns:

getImageURL

public java.lang.String getImageURL()