|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.structure.sync.model.serviceinstance.ServiceInstanceCustomProperty
public class ServiceInstanceCustomProperty
Service instance custom property model.
ServiceInstance
,
IServiceInstanceManager
Nested Class Summary | |
---|---|
static class |
ServiceInstanceCustomProperty.ServiceInstanceCustomPropertyComparator
|
Constructor Summary | |
---|---|
ServiceInstanceCustomProperty()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceInstanceCustomProperty()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |