public class NotifPackageFile
extends BasePOJO
Constructor and Description |
---|
NotifPackageFile(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 |
---|---|
java.lang.String |
getObjectPath()
Returns the path of the package file.
|
java.lang.String |
getObjectTypeDisplayName()
Returns the object type display name.
|
java.lang.Integer |
getSequenece()
Returns the sequence number of the package file.
|
public NotifPackageFile(java.lang.String pObjectPath, java.lang.Integer pSequenceNumber, java.lang.String pObjectTypeDisplayName)
pFilePath
- The path of the file.pSequenece
- The sequence the file.public java.lang.String getObjectPath()
public java.lang.Integer getSequenece()
public java.lang.String getObjectTypeDisplayName()