com.hp.ucmdb.api.types
Interface Relation

All Superinterfaces:
Element, ElementProperties
All Known Subinterfaces:
AffectedRelation, TopologyRelation

public interface Relation
extends Element

Represents a uCMDB relation at the client side.


Method Summary
 UcmdbId getEnd1()
          Returns the ID of "end1" of this relation.
 UcmdbId getEnd2()
          Returns the ID of "end2" of this relation.
 
Methods inherited from interface com.hp.ucmdb.api.types.Element
getId, getProperty, getPropertyValue, getType, properties, propertiesAsMap, propertiesSize, setBooleanProperty, setBytesProperty, setDateProperty, setDoubleProperty, setFloatProperty, setIntListProperty, setIntListProperty, setIntProperty, setLongProperty, setPropertyValue, setStringListProperty, setStringListProperty, setStringProperty, setXmlProperty
 

Method Detail

getEnd1

UcmdbId getEnd1()
Returns the ID of "end1" of this relation.


getEnd2

UcmdbId getEnd2()
Returns the ID of "end2" of this relation.



Documentation Feedback
Copyright 2010 Hewlett-Packard Development Company, L.P.