public class NotifPackageFile
extends BasePOJO
| Constructor and Description |
|---|
NotifPackageFile(java.lang.String pObjectPath,
java.lang.Integer pSequenceNumber,
java.lang.String pObjectTypeDisplayName,
java.lang.String pSubComponentType,
java.lang.String pSubComponentName,
java.lang.String pDestructive)
Creates a package file for a revision or for a Release.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDestructive()
Returns the destructive flag if the object is marked for deletion.
|
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.
|
java.lang.String |
getSubComponentName()
Returns the subcomponent name for the object(Only apply for Salesforce).
|
java.lang.String |
getSubComponentType()
Returns the subcomponent type for the object(Only apply for Salesforce).
|
public NotifPackageFile(java.lang.String pObjectPath,
java.lang.Integer pSequenceNumber,
java.lang.String pObjectTypeDisplayName,
java.lang.String pSubComponentType,
java.lang.String pSubComponentName,
java.lang.String pDestructive)
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()
public java.lang.String getSubComponentType()
public java.lang.String getSubComponentName()
public java.lang.String getDestructive()