gov.nasa.pds.report.logs.pushpull.model
Class LogPath

java.lang.Object
  extended by gov.nasa.pds.report.logs.pushpull.model.LogPath

public class LogPath
extends Object


Constructor Summary
LogPath(String logHome, String node, String name, String label)
           
 
Method Summary
 String getLogHome()
           
 String getLogSetLabel()
           
 String getPath()
           
 String getProfileName()
           
 String getProfileNode()
           
 void setLogHome(String logHome)
           
 void setLogSetLabel(String logSetLabel)
           
 void setProfileName(String profileName)
           
 void setProfileNode(String profileNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogPath

public LogPath(String logHome,
               String node,
               String name,
               String label)
Method Detail

getProfileNode

public String getProfileNode()

setProfileNode

public void setProfileNode(String profileNode)

getProfileName

public String getProfileName()

setProfileName

public void setProfileName(String profileName)

getLogSetLabel

public String getLogSetLabel()

setLogSetLabel

public void setLogSetLabel(String logSetLabel)

getLogHome

public String getLogHome()

setLogHome

public void setLogHome(String logHome)

getPath

public String getPath()


Copyright © 2010–2014 Planetary Data System. All rights reserved.