Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.application.timewarp.source
Class ScopeSourceItem  view ScopeSourceItem download ScopeSourceItem.java

java.lang.Object
  extended byorg.scopemvc.application.timewarp.source.ScopeSource
      extended byorg.scopemvc.application.timewarp.source.ScopeSourceItem
All Implemented Interfaces:
FileProducer

public class ScopeSourceItem
extends ScopeSource

TODO: document the class

Version:
$Revision: 1.4 $

Field Summary
private  java.lang.String baseClassName
           
 
Fields inherited from class org.scopemvc.application.timewarp.source.ScopeSource
 
Constructor Summary
ScopeSourceItem(org.scopemvc.application.timewarp.CodeGeneratorModel model, java.lang.String baseClassName, java.lang.String suffix, java.lang.String template)
          Constructor for the ScopeSourceItem object
 
Method Summary
 java.lang.String getBaseClassName()
          Gets the base class name
 
Methods inherited from class org.scopemvc.application.timewarp.source.ScopeSource
createVelocityContext, getDestinationClassName, getDestinationDir, getDestinationFileName, getDestinationFileName, getModel, getPackage, getSuffix, getTemplate, isEnabled, setEnabled, setSuffix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseClassName

private java.lang.String baseClassName
Constructor Detail

ScopeSourceItem

public ScopeSourceItem(org.scopemvc.application.timewarp.CodeGeneratorModel model,
                       java.lang.String baseClassName,
                       java.lang.String suffix,
                       java.lang.String template)
Constructor for the ScopeSourceItem object

Method Detail

getBaseClassName

public java.lang.String getBaseClassName()
Gets the base class name

Overrides:
getBaseClassName in class ScopeSource