com.luntsys.luntbuild.remoting
Class StarteamModuleFacade

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

public class StarteamModuleFacade
extends ModuleFacade

Facade of a starteam module

Author:
robin shine

Constructor Summary
StarteamModuleFacade()
           
 
Method Summary
 java.lang.String getDestPath()
          Get destination path of this module
 java.lang.String getLabel()
          Get label of this module
 java.lang.String getSrcPath()
          Get source path of this module
 java.lang.String getStarteamView()
          Get starteam view
 void setDestPath(java.lang.String destPath)
          Set destination path of this module
 void setLabel(java.lang.String label)
          Set label of this module
 void setSrcPath(java.lang.String srcPath)
          Set source path of this module
 void setStarteamView(java.lang.String starteamView)
          Set starteam view of this module
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StarteamModuleFacade

public StarteamModuleFacade()
Method Detail

getStarteamView

public java.lang.String getStarteamView()
Get starteam view

Returns:
starteam view

setStarteamView

public void setStarteamView(java.lang.String starteamView)
Set starteam view of this module

Parameters:
starteamView -

getSrcPath

public java.lang.String getSrcPath()
Get source path of this module

Returns:
source path of this module

setSrcPath

public void setSrcPath(java.lang.String srcPath)
Set source path of this module

Parameters:
srcPath -

getLabel

public java.lang.String getLabel()
Get label of this module

Returns:
label of this module

setLabel

public void setLabel(java.lang.String label)
Set label of this module

Parameters:
label -

getDestPath

public java.lang.String getDestPath()
Get destination path of this module

Returns:
destination path of this module

setDestPath

public void setDestPath(java.lang.String destPath)
Set destination path of this module

Parameters:
destPath -


Copyright © 2004 Luntsys Corp. All Rights Reserved.