org.apache.felix.scrplugin.om.metatype
Class OCD

java.lang.Object
  extended by org.apache.felix.scrplugin.om.metatype.OCD

public class OCD
extends Object


Field Summary
protected  String description
           
protected  String id
           
protected  String name
           
protected  List<AttributeDefinition> properties
           
 
Constructor Summary
OCD()
           
 
Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 List<AttributeDefinition> getProperties()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 void setProperties(List<AttributeDefinition> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

description

protected String description

properties

protected List<AttributeDefinition> properties
Constructor Detail

OCD

public OCD()
Method Detail

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.