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

java.lang.Object
  |
  +--org.sourcejammer.client.gui.process.info.CheckOutFileProcessInfo
Direct Known Subclasses:
CheckInFilesProcessInfo, GetFileVersionProcessInfo

public class CheckOutFileProcessInfo
extends java.lang.Object

Title: $FileName: CheckOutFileProcessInfo.java$

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

$Description: $
$KeyWordsOff: $

Field Summary
(package private)  int eolType
           
(package private)  java.lang.String[] fileNames
           
(package private)  boolean makeReadOnly
           
(package private)  ProjectTreeNode parentProjectTreeNode
           
private  org.sourcejammer.project.view.SJRequest request
           
(package private)  java.io.File targetDirectory
           
 
Constructor Summary
CheckOutFileProcessInfo()
           
 
Method Summary
 int getEolType()
           
 java.lang.String[] getFileNames()
           
 ProjectTreeNode getParentProjectTreeNode()
           
 org.sourcejammer.project.view.SJRequest getRequest()
          Returns the request.
 java.io.File getTargetDirectory()
           
 boolean isMakeReadOnly()
           
 void setEolType(int eolType)
           
 void setFileNames(java.lang.String[] fileNames)
           
 void setMakeReadOnly(boolean b)
           
 void setParentProjectTreeNode(ProjectTreeNode parentProjectTreeNode)
           
 void setRequest(org.sourcejammer.project.view.SJRequest request)
          Sets the request.
 void setTargetDirectory(java.io.File targetDirectory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

private org.sourcejammer.project.view.SJRequest request

fileNames

java.lang.String[] fileNames

targetDirectory

java.io.File targetDirectory

eolType

int eolType

parentProjectTreeNode

ProjectTreeNode parentProjectTreeNode

makeReadOnly

boolean makeReadOnly
Constructor Detail

CheckOutFileProcessInfo

public CheckOutFileProcessInfo()
Method Detail

getFileNames

public java.lang.String[] getFileNames()

setFileNames

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

getTargetDirectory

public java.io.File getTargetDirectory()

setTargetDirectory

public void setTargetDirectory(java.io.File targetDirectory)

getEolType

public int getEolType()

setEolType

public void setEolType(int eolType)

getParentProjectTreeNode

public ProjectTreeNode getParentProjectTreeNode()

setParentProjectTreeNode

public void setParentProjectTreeNode(ProjectTreeNode parentProjectTreeNode)

setMakeReadOnly

public void setMakeReadOnly(boolean b)

isMakeReadOnly

public boolean isMakeReadOnly()

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.