com.luntsys.luntbuild.remoting
Class PerforceModuleFacade

java.lang.Object
  extended bycom.luntsys.luntbuild.remoting.ModuleFacade
      extended bycom.luntsys.luntbuild.remoting.PerforceModuleFacade

public class PerforceModuleFacade
extends ModuleFacade


Constructor Summary
PerforceModuleFacade()
           
 
Method Summary
 java.lang.String getClientPath()
          Get client path of this module
 java.lang.String getDepotPath()
          Get depot path of this module
 java.lang.String getLabel()
          Get label of the depot path
 void setClientPath(java.lang.String clientPath)
          Set client path of this module
 void setDepotPath(java.lang.String depotPath)
          Set depot path of this module
 void setLabel(java.lang.String label)
          Set label of the depot path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerforceModuleFacade

public PerforceModuleFacade()
Method Detail

getDepotPath

public java.lang.String getDepotPath()
Get depot path of this module

Returns:
depot path of this module

setDepotPath

public void setDepotPath(java.lang.String depotPath)
Set depot path of this module

Parameters:
depotPath -

getLabel

public java.lang.String getLabel()
Get label of the depot path

Returns:
label of the depot path

setLabel

public void setLabel(java.lang.String label)
Set label of the depot path

Parameters:
label -

getClientPath

public java.lang.String getClientPath()
Get client path of this module

Returns:
client path of this module

setClientPath

public void setClientPath(java.lang.String clientPath)
Set client path of this module

Parameters:
clientPath -


Copyright © 2004 Luntsys Corp. All Rights Reserved.