@Entity public class PreparedConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
PreparedConfiguration(ConfigProfile profile) |
PreparedConfiguration(String namedReference,
String tag,
String subsystemName,
String user,
boolean fromProfile,
org.lsst.gruth.jutils.ComponentNode configuredData) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigName() |
org.lsst.gruth.jutils.ComponentNode |
getConfiguredData() |
NamesAndTag |
getNameAndTag() |
String |
getSubsystemName() |
String |
getTag() |
String |
getUser() |
boolean |
isFromProfile() |
void |
setUser(String user) |
public PreparedConfiguration(String namedReference, String tag, String subsystemName, String user, boolean fromProfile, org.lsst.gruth.jutils.ComponentNode configuredData)
public PreparedConfiguration(ConfigProfile profile)
public boolean isFromProfile()
public org.lsst.gruth.jutils.ComponentNode getConfiguredData()
public String getSubsystemName()
public NamesAndTag getNameAndTag()
public String getUser()
public void setUser(String user)
public String getConfigName()
public String getTag()
Copyright © 2014 LSST. All rights reserved.