public class ServerDeployment extends Line
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
ATTRIBUTE_NAMES_SET |
static String[] |
ATTRIBUTE_NAMES_SET_VALUES |
protected String |
entity1Guid |
protected String |
entity2Guid |
static Set<String> |
ENUM_NAMES_SET |
static String[] |
ENUM_NAMES_SET_VALUES |
static Set<String> |
MAP_NAMES_SET |
static String[] |
MAP_NAMES_SET_VALUES |
static Set<String> |
PROPERTY_NAMES_SET |
static String[] |
PROPERTY_NAMES_SET_VALUES |
entity1Name, entity1Type, entity2Name, entity2Type, lineType, name, serialVersionUID, typeDefGuid| Constructor and Description |
|---|
ServerDeployment() |
ServerDeployment(Line template) |
ServerDeployment(Relationship omrsRelationship) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployer()
{@literal Person, organization or engine that deployed the software server.
|
Date |
getDeploymentTime()
{@literal Time that the software server was deployed to the host.
|
OperationalStatus |
getServerCapabilityStatus()
{@literal The operational status of the software server on this host.
|
void |
setDeployer(String deployer) |
void |
setDeploymentTime(Date deploymentTime) |
void |
setServerCapabilityStatus(OperationalStatus serverCapabilityStatus) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb) |
createOmrsRelationship, getEffectiveFromTime, getEffectiveToTime, getExtraAttributes, getGuid, getLineType, getName, getSerialVersionUID, getSystemAttributes, getTypeDefGuid, setEffectiveFromTime, setExtraAttributes, setGuid, setLineType, setSystemAttributes, setTypeDefGuidpublic static final String[] PROPERTY_NAMES_SET_VALUES
public static final String[] ATTRIBUTE_NAMES_SET_VALUES
public static final String[] ENUM_NAMES_SET_VALUES
public static final String[] MAP_NAMES_SET_VALUES
protected String entity1Guid
protected String entity2Guid
public ServerDeployment()
public ServerDeployment(Line template)
public ServerDeployment(Relationship omrsRelationship)
public Date getDeploymentTime()
Date public void setDeploymentTime(Date deploymentTime)
public String getDeployer()
String public void setDeployer(String deployer)
public OperationalStatus getServerCapabilityStatus()
OperationalStatus public void setServerCapabilityStatus(OperationalStatus serverCapabilityStatus)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018–2019 ODPi. All rights reserved.