com.partnersoft.v3x.apps.Propagate
Class PackageFile

java.lang.Object
  extended by com.partnersoft.v3x.apps.Propagate.PackageFile
All Implemented Interfaces:
java.io.Serializable

public class PackageFile
extends java.lang.Object
implements java.io.Serializable

A file in an InstallPackage.

See Also:
Serialized Form

Constructor Summary
PackageFile()
          Create a new PackageFile.
 
Method Summary
 java.lang.String getDescription()
          Description of file.
 java.lang.String getPath()
          Path of file (relative to install dir).
 java.lang.String getType()
          Type of file.
 void setDescription(java.lang.String newDescription)
          Description of file.
 void setPath(java.lang.String newPath)
          Path of file (relative to install dir).
 void setType(java.lang.String newType)
          Type of file.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageFile

public PackageFile()
Create a new PackageFile.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getPath

public java.lang.String getPath()
Path of file (relative to install dir).


setPath

public void setPath(java.lang.String newPath)
Path of file (relative to install dir).


getType

public java.lang.String getType()
Type of file.


setType

public void setType(java.lang.String newType)
Type of file.


getDescription

public java.lang.String getDescription()
Description of file.


setDescription

public void setDescription(java.lang.String newDescription)
Description of file.