Drools Workbench - XML for migration 6.2.0.CR4

org.drools.workbench.jcr2vfsmigration.xml.model
Class Module

java.lang.Object
  extended by org.drools.workbench.jcr2vfsmigration.xml.model.Module

public class Module
extends Object


Constructor Summary
Module(ModuleType type, String uuid, String name, String lastContributor, String checkinComment, Date lastModified, String normalizedPackageName, String packageHeaderInfo, String globalsString, Map<String,String> catRules, String assetExportFileName)
           
 
Method Summary
 String getAssetExportFileName()
           
 Map<String,String> getCatRules()
           
 String getCheckinComment()
           
 String getGlobalsString()
           
 String getLastContributor()
           
 Date getLastModified()
           
 String getName()
           
 String getNormalizedPackageName()
           
 String getPackageHeaderInfo()
           
 ModuleType getType()
           
 String getUuid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Module

public Module(ModuleType type,
              String uuid,
              String name,
              String lastContributor,
              String checkinComment,
              Date lastModified,
              String normalizedPackageName,
              String packageHeaderInfo,
              String globalsString,
              Map<String,String> catRules,
              String assetExportFileName)
Method Detail

getType

public ModuleType getType()

getUuid

public String getUuid()

getName

public String getName()

getLastContributor

public String getLastContributor()

getCheckinComment

public String getCheckinComment()

getLastModified

public Date getLastModified()

getNormalizedPackageName

public String getNormalizedPackageName()

getPackageHeaderInfo

public String getPackageHeaderInfo()

getGlobalsString

public String getGlobalsString()

getCatRules

public Map<String,String> getCatRules()

getAssetExportFileName

public String getAssetExportFileName()

Drools Workbench - XML for migration 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.