org.sourcejammer.client.gui.process.info
Class MoveCopyProcessInfo

java.lang.Object
  |
  +--org.sourcejammer.client.gui.process.ProcessInfo
        |
        +--org.sourcejammer.client.gui.process.info.MoveCopyProcessInfo

public class MoveCopyProcessInfo
extends ProcessInfo

Title: $FileName: MoveCopyProcessInfo.java$

Version:
$VerNum: 4$
Author:
$AuthorName: Rob MacGrogan$

$Description: ProcessInfo object for moves, copies, and shares.$
$KeyWordsOff: $

Field Summary
private  java.lang.String comment
           
private  java.lang.String[] fileNames
           
private  boolean move
           
private  java.lang.String newName
           
private  long nodeID
           
private  org.sourcejammer.project.view.SJRequest request
           
private  long targetProjectID
           
private  ProjectTreeNode updateTreeNode
           
 
Fields inherited from class org.sourcejammer.client.gui.process.ProcessInfo
 
Constructor Summary
MoveCopyProcessInfo()
           
 
Method Summary
 java.lang.String getComment()
          Returns the comment.
 java.lang.String[] getFileNames()
          Returns the fileNames.
 java.lang.String getNewName()
          Returns the newName.
 long getNodeID()
          Returns the nodeID.
 org.sourcejammer.project.view.SJRequest getRequest()
          Returns the request.
 long getTargetProjectID()
          Returns the targetProjectID.
 ProjectTreeNode getUpdateTreeNode()
          Returns the updateTreeNode.
 boolean isCopy()
           
 boolean isMove()
          Returns the move.
 void setComment(java.lang.String comment)
          Sets the comment.
 void setCopy(boolean b)
           
 void setFileNames(java.lang.String[] fileNames)
          Sets the fileNames.
 void setMove(boolean move)
          Sets the move.
 void setNewName(java.lang.String newName)
          Sets the newName.
 void setNodeID(long nodeID)
          Sets the nodeID.
 void setRequest(org.sourcejammer.project.view.SJRequest request)
          Sets the request.
 void setTargetProjectID(long targetProjectID)
          Sets the targetProjectID.
 void setUpdateTreeNode(ProjectTreeNode updateTreeNode)
          Sets the updateTreeNode.
 
Methods inherited from class org.sourcejammer.client.gui.process.ProcessInfo
getContainer, getIncrement, getInfoObject, getMaximum, getMinimum, setContainer, setIncrement, setInfoObject, setMaximum, setMinimum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeID

private long nodeID

targetProjectID

private long targetProjectID

newName

private java.lang.String newName

fileNames

private java.lang.String[] fileNames

updateTreeNode

private ProjectTreeNode updateTreeNode

move

private boolean move

comment

private java.lang.String comment

request

private org.sourcejammer.project.view.SJRequest request
Constructor Detail

MoveCopyProcessInfo

public MoveCopyProcessInfo()
Method Detail

getNewName

public java.lang.String getNewName()
Returns the newName.

Returns:
String

getNodeID

public long getNodeID()
Returns the nodeID.

Returns:
long

getTargetProjectID

public long getTargetProjectID()
Returns the targetProjectID.

Returns:
long

getUpdateTreeNode

public ProjectTreeNode getUpdateTreeNode()
Returns the updateTreeNode.

Returns:
ProjectTreeNode

setNewName

public void setNewName(java.lang.String newName)
Sets the newName.

Parameters:
newName - The newName to set

setNodeID

public void setNodeID(long nodeID)
Sets the nodeID.

Parameters:
nodeID - The nodeID to set

setTargetProjectID

public void setTargetProjectID(long targetProjectID)
Sets the targetProjectID.

Parameters:
targetProjectID - The targetProjectID to set

setUpdateTreeNode

public void setUpdateTreeNode(ProjectTreeNode updateTreeNode)
Sets the updateTreeNode.

Parameters:
updateTreeNode - The updateTreeNode to set

isMove

public boolean isMove()
Returns the move.

Returns:
boolean

isCopy

public boolean isCopy()

setCopy

public void setCopy(boolean b)

setMove

public void setMove(boolean move)
Sets the move.

Parameters:
move - The move to set

getComment

public java.lang.String getComment()
Returns the comment.

Returns:
String

setComment

public void setComment(java.lang.String comment)
Sets the comment.

Parameters:
comment - The comment to set

getFileNames

public java.lang.String[] getFileNames()
Returns the fileNames.

Returns:
String[]

setFileNames

public void setFileNames(java.lang.String[] fileNames)
Sets the fileNames.

Parameters:
fileNames - The fileNames to set

getRequest

public org.sourcejammer.project.view.SJRequest getRequest()
Returns the request.

Returns:
SJRequest

setRequest

public void setRequest(org.sourcejammer.project.view.SJRequest request)
Sets the request.

Parameters:
request - The request to set


Copyright © 2003 Soucejammer project.