public class DeploymentLocationsReference extends Reference implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
relationship_Type |
protected SoftwareServerCapability |
softwareServerCapability |
KEY_RELATED_END_GUID, KEY_RELATIONSHIP_GUID, KEY_TYPENAME, KEY_UNIQUE_ATTRIBUTES, referenceName, relatedEndGuid, relatedEndType, relationshipGuid, uniqueAttributes| Constructor and Description |
|---|
DeploymentLocationsReference() |
DeploymentLocationsReference(Map objIdMap) |
DeploymentLocationsReference(Reference other) |
DeploymentLocationsReference(String guid) |
DeploymentLocationsReference(String entityGuid,
Line line)
Populate the reference from a relationship
|
DeploymentLocationsReference(String relatedEndType,
Map<String,Object> uniqueAttributes) |
DeploymentLocationsReference(String guid,
String relatedEndType) |
DeploymentLocationsReference(String guid,
String relatedEndType,
Map<String,Object> uniqueAttributes) |
DeploymentLocationsReference(String relatedEndType,
String attrName,
Object attrValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDeploymentDate()
Date that the component was last deployed.
|
String |
getDeploymentProcess()
Process used to deploy the component.
|
SoftwareServerCapability |
getSoftwareServerCapability() |
int |
hashCode() |
void |
setDeploymentDate(String deploymentDate) |
void |
setDeploymentProcess(String deploymentProcess) |
void |
setSoftwareServerCapability(SoftwareServerCapability softwareServerCapability) |
StringBuilder |
toString(StringBuilder sb) |
getReferenceName, getRelatedEndGuid, getRelatedEndType, getRelationship_Type, getRelationshipAttributes, getRelationshipGuid, getUniqueAttributes, setReferenceName, setRelatedEndGuid, setRelatedEndType, setRelationship_Type, setRelationshipAttributes, setRelationshipGuid, setUniqueAttributes, toStringprotected String relationship_Type
protected String name
protected SoftwareServerCapability softwareServerCapability
public DeploymentLocationsReference()
public DeploymentLocationsReference(String guid)
public DeploymentLocationsReference(String guid, String relatedEndType)
public DeploymentLocationsReference(String relatedEndType, Map<String,Object> uniqueAttributes)
public DeploymentLocationsReference(String relatedEndType, String attrName, Object attrValue)
public DeploymentLocationsReference(String guid, String relatedEndType, Map<String,Object> uniqueAttributes)
public DeploymentLocationsReference(Reference other)
public DeploymentLocationsReference(String entityGuid, Line line)
entityGuid - String entity Guidline - Linepublic DeploymentLocationsReference(Map objIdMap)
public SoftwareServerCapability getSoftwareServerCapability()
public void setSoftwareServerCapability(SoftwareServerCapability softwareServerCapability)
public String getDeploymentDate()
public void setDeploymentDate(String deploymentDate)
public String getDeploymentProcess()
public void setDeploymentProcess(String deploymentProcess)
public StringBuilder toString(StringBuilder sb)
Copyright © 2018 ODPi. All rights reserved.