public class SoftwareServerProperties extends AssetProperties
| Constructor and Description |
|---|
SoftwareServerProperties()
Default constructor
|
SoftwareServerProperties(SoftwareServerProperties template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getSoftwareServerSource()
Return the source (such as vendor or operator) of the server.
|
String |
getSoftwareServerType()
Return the type description for the server's type.
|
String |
getSoftwareServerUserId()
Return the user identity of the server.
|
String |
getSoftwareServerVersion()
Return the version of the server.
|
int |
hashCode()
Return has code based on properties.
|
void |
setSoftwareServerSource(String softwareServerSource)
Set up the source (such as vendor or operator) of the server.
|
void |
setSoftwareServerType(String softwareServerType)
Set up the type description for the server's type.
|
void |
setSoftwareServerUserId(String softwareServerUserId)
Set up the user identity of the server.
|
void |
setSoftwareServerVersion(String softwareServerVersion)
Set up the version of the server.
|
String |
toString()
Standard toString method.
|
getDescription, getDisplayName, getLatestChange, getOrigin, getOwner, getOwnerCategory, getZoneMembership, setDescription, setDisplayName, setLatestChange, setOrigin, setOwner, setOwnerCategory, setZoneMembershipgetAdditionalProperties, getClassifications, getExtendedProperties, getMeanings, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setClassifications, setExtendedProperties, setMeanings, setQualifiedName, setTypeName, setVendorPropertiespublic SoftwareServerProperties()
public SoftwareServerProperties(SoftwareServerProperties template)
template - object to copypublic String getSoftwareServerType()
public void setSoftwareServerType(String softwareServerType)
softwareServerType - type description stringpublic String getSoftwareServerVersion()
public void setSoftwareServerVersion(String softwareServerVersion)
softwareServerVersion - version stringpublic String getSoftwareServerSource()
public void setSoftwareServerSource(String softwareServerSource)
softwareServerSource - string namepublic String getSoftwareServerUserId()
public void setSoftwareServerUserId(String softwareServerUserId)
softwareServerUserId - string user identitypublic String toString()
toString in class AssetPropertiespublic boolean equals(Object objectToCompare)
equals in class AssetPropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AssetPropertiesCopyright © 2018–2020 ODPi. All rights reserved.