com.fatwire.cs.ui.model.bo.asset
Class AttributeEditor
java.lang.Object
com.fatwire.cs.ui.model.bo.asset.AttributeEditor
- All Implemented Interfaces:
- java.io.Serializable
public class AttributeEditor
- extends java.lang.Object
- implements java.io.Serializable
Fatwire Software
Date: Sep 18, 2006 3:08:39 PM
- See Also:
- Serialized Form
Constructor Summary |
AttributeEditor(java.lang.String name)
|
AttributeEditor(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> props)
|
Method Summary |
java.util.Set<java.lang.String> |
getKeys()
|
java.lang.String |
getName()
|
IPresentationObject |
getPresentationObject()
For flex attribute editor, PresentationObject is stored in the map and this method returns it |
java.lang.Object |
getProperty(java.lang.String key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeEditor
public AttributeEditor(java.lang.String name)
AttributeEditor
public AttributeEditor(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> props)
getName
public java.lang.String getName()
getPresentationObject
public IPresentationObject getPresentationObject()
- For flex attribute editor, PresentationObject is stored in the map and this method returns it
- Returns:
- the IPresentationObject, null if this attribute is not flex attribute, or does not have an
attribute editor specified
getKeys
public java.util.Set<java.lang.String> getKeys()
getProperty
public java.lang.Object getProperty(java.lang.String key)