gov.nasa.pds.report.update.model
Class Profile

java.lang.Object
  extended by gov.nasa.pds.report.update.model.Profile

public class Profile
extends Object

Profile object

Author:
jpadams

Field Summary
protected  Logger log
           
 
Constructor Summary
Profile()
          Base constructor class with no parameters
Profile(ResultSet rs)
          Constructor class that gets values from a ResultSet
 
Method Summary
 String getIdentifier()
           
 List<LogSet> getLogSetList()
           
 String getMethod()
           
 String getName()
           
 List<LogSet> getNewLogSets()
           
 String getNode()
           
 int getProfileId()
           
 void setIdentifier(String identifier)
           
 void setLogSetList(List<LogSet> logSetList)
           
 void setMethod(String method)
           
 void setName(String name)
           
 void setNode(String node)
           
 void setProfile(Map<String,String[]> paramMap)
          Constructor class that gets values from a paramater map
 void setProfileId(int profileId)
           
 com.google.gson.JsonObject toJson()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected Logger log
Constructor Detail

Profile

public Profile()
Base constructor class with no parameters


Profile

public Profile(ResultSet rs)
        throws SQLException
Constructor class that gets values from a ResultSet

Parameters:
rs -
Throws:
SQLException
Method Detail

setProfile

public void setProfile(Map<String,String[]> paramMap)
Constructor class that gets values from a paramater map

Parameters:
paramMap -

getProfileId

public int getProfileId()

setProfileId

public void setProfileId(int profileId)

getNode

public String getNode()

setNode

public void setNode(String node)

getIdentifier

public String getIdentifier()

setIdentifier

public void setIdentifier(String identifier)

getName

public String getName()

setName

public void setName(String name)

getMethod

public String getMethod()

setMethod

public void setMethod(String method)

getLogSetList

public List<LogSet> getLogSetList()

getNewLogSets

public List<LogSet> getNewLogSets()

setLogSetList

public void setLogSetList(List<LogSet> logSetList)

toJson

public com.google.gson.JsonObject toJson()


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.