org.apache.felix.metatype
Class DesignateObject

java.lang.Object
  extended by org.apache.felix.metatype.DesignateObject

public class DesignateObject
extends java.lang.Object

The DesignateObject class represents the Object element of the meta type descriptor.

Author:
fmeschbe

Constructor Summary
DesignateObject()
           
 
Method Summary
 void addAttribute(Attribute attribute)
           
 java.util.List getAttributes()
           
 java.lang.String getOcdRef()
           
 void setOcdRef(java.lang.String ocdRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesignateObject

public DesignateObject()
Method Detail

getOcdRef

public java.lang.String getOcdRef()

setOcdRef

public void setOcdRef(java.lang.String ocdRef)

getAttributes

public java.util.List getAttributes()

addAttribute

public void addAttribute(Attribute attribute)