public class NotifProjectVersionFile extends NotifPackageFile
| Constructor and Description | 
|---|
NotifProjectVersionFile(java.lang.String pObjectPath,
                       java.lang.Integer pSequenceNumber,
                       java.lang.String pObjectTypeDisplayName)
Creates a package file for a revision or for a Release. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NotifScmLog | 
getScmLog()
Returns the SCM change logs associated to this file. 
 | 
void | 
setScmLog(NotifScmLog pFileScmLog)
Set the Scm details of the file. 
 | 
getObjectPath, getObjectTypeDisplayName, getSequenecepublic NotifProjectVersionFile(java.lang.String pObjectPath,
                               java.lang.Integer pSequenceNumber,
                               java.lang.String pObjectTypeDisplayName)
pObjectPath - The path of the file.pSequenceNumber - The sequence the file.pObjectTypeDisplayName - The type name of the partial deployment file.public void setScmLog(NotifScmLog pFileScmLog)
public NotifScmLog getScmLog()