org.apache.felix.scrplugin.om.metatype
Class OCD
java.lang.Object
org.apache.felix.scrplugin.om.metatype.OCD
public class OCD
- extends Object
Constructor Summary |
OCD()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
description
protected String description
properties
protected List<AttributeDefinition> properties
OCD
public OCD()
getId
public String getId()
setId
public void setId(String id)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getProperties
public List<AttributeDefinition> getProperties()
setProperties
public void setProperties(List<AttributeDefinition> properties)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.