lumis.portal.structure.sync.model.serviceinstance
Class ServiceInstanceCustomProperty

Package class diagram package ServiceInstanceCustomProperty
java.lang.Object
  extended by lumis.portal.structure.sync.model.serviceinstance.ServiceInstanceCustomProperty
All Implemented Interfaces:
ICustomEquivalence

public class ServiceInstanceCustomProperty
extends Object
implements ICustomEquivalence

Service instance custom property model.

Since:
6.2.0
See Also:
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

ServiceInstanceCustomProperty

public ServiceInstanceCustomProperty()
Method Detail

getId

public String getId()
Returns the id.

Returns:
the id
Since:
6.2.0

setId

public void setId(String id)
Sets the id.

Parameters:
id - the id value to set.
Since:
6.2.0

getServiceInstance

public ServiceInstance getServiceInstance()
Returns the serviceInstance.

Returns:
the serviceInstance
Since:
6.2.0

setServiceInstance

public void setServiceInstance(ServiceInstance serviceInstance)
Sets the serviceInstance.

Parameters:
serviceInstance - the serviceInstance value to set.
Since:
6.2.0

getName

public String getName()
Returns the name.

Returns:
the name
Since:
6.2.0

setName

public void setName(String name)
Sets the name.

Parameters:
name - the name value to set.
Since:
6.2.0

getValue

public String getValue()
Returns the value.

Returns:
the value
Since:
6.2.0

setValue

public void setValue(String value)
Sets the value.

Parameters:
value - the value value to set.
Since:
6.2.0

isEquivalent

public boolean isEquivalent(Object obj)
Description copied from interface: ICustomEquivalence
Returns whether this object is equivalent to the given object. If the object is equivalent, it will not need to be updated during synchronization.

Specified by:
isEquivalent in interface ICustomEquivalence
Parameters:
obj - the object to compare with.
Returns:
true if the objects are equivalent, false otherwise.


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.