public class ServiceInstanceCustomProperty extends Object implements ICustomEquivalence
ServiceInstance
,
IServiceInstanceManager
Modifier and Type | Class and Description |
---|---|
static class |
ServiceInstanceCustomProperty.ServiceInstanceCustomPropertyComparator |
Constructor and Description |
---|
ServiceInstanceCustomProperty() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the id.
|
String |
getName()
Returns the name.
|
ServiceInstance |
getServiceInstance()
Returns the serviceInstance.
|
String |
getValue()
Returns the value.
|
boolean |
isEquivalent(Object obj)
Returns whether this object is equivalent to the given object.
|
void |
setId(String id)
Sets the id.
|
void |
setName(String name)
Sets the name.
|
void |
setServiceInstance(ServiceInstance serviceInstance)
Sets the serviceInstance.
|
void |
setValue(String value)
Sets the value.
|
public String getId()
public void setId(String id)
id
- the id value to set.public ServiceInstance getServiceInstance()
public void setServiceInstance(ServiceInstance serviceInstance)
serviceInstance
- the serviceInstance value to set.public String getName()
public void setName(String name)
name
- the name value to set.public String getValue()
public void setValue(String value)
value
- the value value to set.public boolean isEquivalent(Object obj)
ICustomEquivalence
isEquivalent
in interface ICustomEquivalence
obj
- the object to compare with.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.