com.informatica.powercenter.sdk.mapfwk.core
Class Mapplet

java.lang.Object
  extended by com.informatica.powercenter.sdk.mapfwk.core.MappBase
      extended by com.informatica.powercenter.sdk.mapfwk.core.Mapplet

public class Mapplet
extends MappBase

This class represents the Mapplet object. This class has been extended from MappBase. The mapplet object has the Source, InputTransforamtion,OutputTransformation, Transformation and InputSets used in the mapplet.

Author:
rjain

Field Summary
 
Fields inherited from class com.informatica.powercenter.sdk.mapfwk.core.MappBase
conflictResolution, isModified, m_objMetaExtensions, m_objShortCuts, m_objSources, m_objTransforms, m_parentFolder, m_strBusinessName, m_strDesc, m_strName, m_vMpngVariables
 
Constructor Summary
Mapplet(java.lang.String name, java.lang.String busName, java.lang.String desc)
          Initialize the object with name, business name and description
 
Method Summary
 
Methods inherited from class com.informatica.powercenter.sdk.mapfwk.core.MappBase
addMappingVariable, addMetaExtension, addShortCut, addSource, addTransformation, getBusinessName, getConflictResolution, getDesc, getMappingVariables, getMetaExtensions, getName, getParentFolder, getShortCuts, getSource, getTransformation, getTransformation, isModified, removeSource, removeTransformation, setBusinessName, setConflictResolution, setDesc, setModified, setName, setParentFolder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapplet

public Mapplet(java.lang.String name,
               java.lang.String busName,
               java.lang.String desc)
Initialize the object with name, business name and description

Parameters:
name - mapplet name
busName - business name for the mapplet
desc - description for the mapplet