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

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

public class LogSet
extends Object


Constructor Summary
LogSet()
           
 
Method Summary
 String getActiveFlag()
           
 boolean getEncrypted()
           
 String getHostname()
           
 String getLabel()
           
 int getLogSetId()
           
 String getPassword()
           
 String getPathname()
           
 int getProfileId()
           
 int getSetNumber()
           
 String getUsername()
           
 String getXferType()
           
 boolean isNewSet()
           
 void setActiveFlag(String activeFlag)
           
 void setEncrypted(boolean encrypted)
           
 void setHostname(String hostname)
           
 void setLabel(String label)
           
 void setLogSetId(int infoId)
           
 void setPassword(String password)
          Set the local password variable.
 void setPathname(String pathname)
           
 void setProfileId(int profileId)
           
 void setSetNumber(int setNumber)
           
 void setUsername(String username)
           
 void setXferType(String xferType)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogSet

public LogSet()
Method Detail

getActiveFlag

public String getActiveFlag()

setActiveFlag

public void setActiveFlag(String activeFlag)

getLogSetId

public int getLogSetId()

setLogSetId

public void setLogSetId(int infoId)

getProfileId

public int getProfileId()

setProfileId

public void setProfileId(int profileId)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getHostname

public String getHostname()

setHostname

public void setHostname(String hostname)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)
Set the local password variable. If new log set, encrypt. Else leave because password is already encrypted.

Parameters:
password -

getPathname

public String getPathname()

setPathname

public void setPathname(String pathname)

getSetNumber

public int getSetNumber()

setSetNumber

public void setSetNumber(int setNumber)

isNewSet

public boolean isNewSet()

getXferType

public String getXferType()

setXferType

public void setXferType(String xferType)

getEncrypted

public boolean getEncrypted()

setEncrypted

public void setEncrypted(boolean encrypted)

toString

public String toString()
Overrides:
toString in class Object


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