org.infoglue.cms.applications.databeans
Class ComponentPropertyOptionDefinition

java.lang.Object
  extended by org.infoglue.cms.applications.databeans.ComponentPropertyOptionDefinition

public class ComponentPropertyOptionDefinition
extends java.lang.Object

This bean represents a Asset Key definition. Used mostly by the content type definition editor.

Author:
Mattias Bogeblad

Constructor Summary
ComponentPropertyOptionDefinition(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentPropertyOptionDefinition

public ComponentPropertyOptionDefinition(java.lang.String name,
                                         java.lang.String value)
Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()


Copyright © 2005 InfoGlue.org All Rights Reserved.