gov.nasa.pds.report.logs.pushpull.model
Class LogSet
java.lang.Object
gov.nasa.pds.report.logs.pushpull.model.LogSet
public class LogSet
- extends Object
LogSet
public LogSet()
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.