gov.nasa.pds.report.update.model
Class LogSet
java.lang.Object
gov.nasa.pds.report.update.model.LogSet
public class LogSet
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogSet
public LogSet()
LogSet
public LogSet(ResultSet rs)
throws SQLException
- Throws:
SQLException
LogSet
public LogSet(Map<String,String[]> paramMap,
int i)
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()
toJson
public com.google.gson.JsonObject toJson()
Copyright © 2010-2013 Planetary Data System. All Rights Reserved.