org.mod4j.common.generator.admin
Class GeneratedFile

java.lang.Object
  extended by org.mod4j.common.generator.admin.GeneratedFile

public class GeneratedFile
extends java.lang.Object


Field Summary
protected  boolean changed
           
protected  FileType fileType
           
protected  long modifiedDate
           
protected  java.lang.String moduleName
           
protected  FileTrack owner
           
protected  boolean retained
           
protected  java.lang.String sourcePath
           
 
Constructor Summary
GeneratedFile(java.lang.String sourcePath, FileType type, FileTrack owner, boolean extension)
           
 
Method Summary
 FileType getFileType()
           
 long getModifiedDate()
           
 java.lang.String getModuleName()
           
 FileTrack getOwner()
           
 java.lang.String getSourcePath()
           
 boolean isChanged()
           
 boolean isExtensionPoint()
           
 boolean isRetained()
           
 void setChanged(boolean changed)
           
 void setModifiedDate(long modifiedDate)
           
 void setRetained(boolean retained)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

protected FileTrack owner

changed

protected boolean changed

retained

protected boolean retained

moduleName

protected java.lang.String moduleName

sourcePath

protected java.lang.String sourcePath

modifiedDate

protected long modifiedDate

fileType

protected FileType fileType
Constructor Detail

GeneratedFile

public GeneratedFile(java.lang.String sourcePath,
                     FileType type,
                     FileTrack owner,
                     boolean extension)
Method Detail

getOwner

public FileTrack getOwner()

isChanged

public boolean isChanged()
Returns:
the changed

setChanged

public void setChanged(boolean changed)
Parameters:
changed - the changed to set

isRetained

public boolean isRetained()
Returns:
the retained

setRetained

public void setRetained(boolean retained)
Parameters:
retained - the retained to set

getModifiedDate

public long getModifiedDate()
Returns:
the modifiedDate

setModifiedDate

public void setModifiedDate(long modifiedDate)
Parameters:
modifiedDate - the modifiedDate to set

getFileType

public FileType getFileType()

getModuleName

public java.lang.String getModuleName()

getSourcePath

public java.lang.String getSourcePath()

isExtensionPoint

public boolean isExtensionPoint()


Copyright © 2010 Mod4j. All Rights Reserved.