org.installguru.installer
Class Shortcut

java.lang.Object
  |
  +--org.installguru.installer.Shortcut
All Implemented Interfaces:
java.io.Serializable

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

The instance of this class represents a platform specific shortcut.

See Also:
OSUtil.createShortcut(Shortcut), Serialized Form

Constructor Summary
Shortcut()
          Creates a new instance of Shortcut
 
Method Summary
 java.lang.String getDescription()
          Getter for property description.
 java.lang.String getDestination()
          Getter for property destination.
 java.lang.String getIcon()
          Getter for property icon.
 java.lang.String getName()
          Getter for property name.
 java.lang.String getSource()
          Getter for property source.
 java.lang.String getWorkingDir()
          Getter for property workingDir.
 void setDescription(java.lang.String description)
          Setter for property description.
 void setDestination(java.lang.String destination)
          Setter for property destination.
 void setIcon(java.lang.String icon)
          Setter for property icon.
 void setName(java.lang.String name)
          Setter for property name.
 void setSource(java.lang.String source)
          Setter for property source.
 void setWorkingDir(java.lang.String workingDir)
          Setter for property workingDir.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shortcut

public Shortcut()
Creates a new instance of Shortcut
Method Detail

getName

public java.lang.String getName()
Getter for property name.
Returns:
Value of property name.

setName

public void setName(java.lang.String name)
Setter for property name.
Parameters:
name - New value of property name.

getDescription

public java.lang.String getDescription()
Getter for property description.
Returns:
Value of property description.

setDescription

public void setDescription(java.lang.String description)
Setter for property description.
Parameters:
description - New value of property description.

getSource

public java.lang.String getSource()
Getter for property source.
Returns:
Value of property source.

setSource

public void setSource(java.lang.String source)
Setter for property source.
Parameters:
source - New value of property source.

getDestination

public java.lang.String getDestination()
Getter for property destination.
Returns:
Value of property destination.

setDestination

public void setDestination(java.lang.String destination)
Setter for property destination.
Parameters:
destination - New value of property destination.

getIcon

public java.lang.String getIcon()
Getter for property icon.
Returns:
Value of property icon.

setIcon

public void setIcon(java.lang.String icon)
Setter for property icon.
Parameters:
icon - New value of property icon.

getWorkingDir

public java.lang.String getWorkingDir()
Getter for property workingDir.
Returns:
Value of property workingDir.

setWorkingDir

public void setWorkingDir(java.lang.String workingDir)
Setter for property workingDir.
Parameters:
workingDir - New value of property workingDir.