org.mod4j.common.generator.admin
Class GeneratedFile
java.lang.Object
org.mod4j.common.generator.admin.GeneratedFile
public class GeneratedFile
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GeneratedFile
public GeneratedFile(java.lang.String sourcePath,
FileType type,
FileTrack owner,
boolean extension)
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.