public class Profile extends Object
Constructor and Description |
---|
Profile()
Base constructor class with no parameters
|
Modifier and Type | Method and Description |
---|---|
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 |
setProfileId(int profileId) |
protected Logger log
public int getProfileId()
public void setProfileId(int profileId)
public String getNode()
public void setNode(String node)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getName()
public void setName(String name)
public String getMethod()
public void setMethod(String method)
Copyright © 2010–2017 Planetary Data System. All rights reserved.