org.infoglue.cms.applications.databeans
Class ComponentPropertyDefinition
java.lang.Object
org.infoglue.cms.applications.databeans.ComponentPropertyDefinition
public class ComponentPropertyDefinition
- extends java.lang.Object
This bean represents a Asset Key definition. Used mostly by the content type definition editor.
- Author:
- Mattias Bogeblad
|
Constructor Summary |
ComponentPropertyDefinition(java.lang.String name,
java.lang.String type,
java.lang.String entity,
java.lang.Boolean multiple,
java.lang.String allowedContentTypeNames,
java.lang.String description)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BINDING
public static final java.lang.String BINDING
- See Also:
- Constant Field Values
TEXTFIELD
public static final java.lang.String TEXTFIELD
- See Also:
- Constant Field Values
TEXTFAREA
public static final java.lang.String TEXTFAREA
- See Also:
- Constant Field Values
SELECTFIELD
public static final java.lang.String SELECTFIELD
- See Also:
- Constant Field Values
ComponentPropertyDefinition
public ComponentPropertyDefinition(java.lang.String name,
java.lang.String type,
java.lang.String entity,
java.lang.Boolean multiple,
java.lang.String allowedContentTypeNames,
java.lang.String description)
getEntity
public java.lang.String getEntity()
getMultiple
public java.lang.Boolean getMultiple()
getName
public java.lang.String getName()
getType
public java.lang.String getType()
getAllowedContentTypeNames
public java.lang.String getAllowedContentTypeNames()
getDescription
public java.lang.String getDescription()
getOptions
public java.util.List getOptions()
Copyright © 2005 InfoGlue.org All Rights Reserved.