gov.nasa.pds.report.logs.pushpull.model
Class Profile
java.lang.Object
gov.nasa.pds.report.logs.pushpull.model.Profile
public class Profile
- extends Object
Profile object
- Author:
- jpadams
Constructor Summary |
Profile()
Base constructor class with no parameters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected Logger log
Profile
public Profile()
- Base constructor class with no parameters
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)
Copyright © 2010–2014 Planetary Data System. All rights reserved.