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

java.lang.Object
  |
  +--org.sourcejammer.client.gui.process.info.CheckOutFileProcessInfo
        |
        +--org.sourcejammer.client.gui.process.info.CheckInFilesProcessInfo

public class CheckInFilesProcessInfo
extends CheckOutFileProcessInfo

Title: $FileName: CheckInFilesProcessInfo.java$

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

$Description: $
$KeyWordsOff: $

Field Summary
(package private)  java.lang.String afterCheckInAction
           
(package private)  boolean branchSharedFiles
           
(package private)  java.lang.String comment
           
(package private)  org.sourcejammer.project.view.NodeInfo[] files
           
private  java.lang.String identifier
           
private  long parentID
           
private  org.sourcejammer.project.view.SJRequest request
           
 
Fields inherited from class org.sourcejammer.client.gui.process.info.CheckOutFileProcessInfo
eolType, fileNames, makeReadOnly, parentProjectTreeNode, targetDirectory
 
Constructor Summary
CheckInFilesProcessInfo()
           
 
Method Summary
 java.lang.String getAfterCheckInAction()
           
 java.lang.String getComment()
           
 org.sourcejammer.project.view.NodeInfo[] getFiles()
          Returns the files.
 java.lang.String getIdentifier()
          Returns the identifier.
 long getParentID()
          Returns the parentID.
 org.sourcejammer.project.view.SJRequest getRequest()
          Returns the request.
 boolean isBranchSharedFiles()
          Returns the branchSharedFiles.
 void setAfterCheckInAction(java.lang.String s)
           
 void setBranchSharedFiles(boolean branchSharedFiles)
          Sets the branchSharedFiles.
 void setComment(java.lang.String comment)
           
 void setFiles(org.sourcejammer.project.view.NodeInfo[] files)
          Sets the files.
 void setIdentifier(java.lang.String identifier)
          Sets the identifier.
 void setParentID(long parentID)
          Sets the parentID.
 void setRequest(org.sourcejammer.project.view.SJRequest request)
          Sets the request.
 
Methods inherited from class org.sourcejammer.client.gui.process.info.CheckOutFileProcessInfo
getEolType, getFileNames, getParentProjectTreeNode, getTargetDirectory, isMakeReadOnly, setEolType, setFileNames, setMakeReadOnly, setParentProjectTreeNode, setTargetDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comment

java.lang.String comment

afterCheckInAction

java.lang.String afterCheckInAction

files

org.sourcejammer.project.view.NodeInfo[] files

branchSharedFiles

boolean branchSharedFiles

identifier

private java.lang.String identifier

parentID

private long parentID

request

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

CheckInFilesProcessInfo

public CheckInFilesProcessInfo()
Method Detail

getComment

public java.lang.String getComment()

setComment

public void setComment(java.lang.String comment)

setAfterCheckInAction

public void setAfterCheckInAction(java.lang.String s)

getAfterCheckInAction

public java.lang.String getAfterCheckInAction()

getFiles

public org.sourcejammer.project.view.NodeInfo[] getFiles()
Returns the files.

Returns:
NodeInfo[]

setFiles

public void setFiles(org.sourcejammer.project.view.NodeInfo[] files)
Sets the files.

Parameters:
files - The files to set

getRequest

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

Overrides:
getRequest in class CheckOutFileProcessInfo
Returns:
SJRequest

setRequest

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

Overrides:
setRequest in class CheckOutFileProcessInfo
Parameters:
request - The request to set

isBranchSharedFiles

public boolean isBranchSharedFiles()
Returns the branchSharedFiles.

Returns:
boolean

setBranchSharedFiles

public void setBranchSharedFiles(boolean branchSharedFiles)
Sets the branchSharedFiles.

Parameters:
branchSharedFiles - The branchSharedFiles to set

getIdentifier

public java.lang.String getIdentifier()
Returns the identifier.

Returns:
String

getParentID

public long getParentID()
Returns the parentID.

Returns:
long

setIdentifier

public void setIdentifier(java.lang.String identifier)
Sets the identifier.

Parameters:
identifier - The identifier to set

setParentID

public void setParentID(long parentID)
Sets the parentID.

Parameters:
parentID - The parentID to set


Copyright © 2003 Soucejammer project.