com.fatwire.cs.ui.model.bo.asset
Class AttributeEditor

java.lang.Object
  extended by 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

Nested Class Summary
static class AttributeEditor.EnumOption
           
 
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
 

Constructor Detail

AttributeEditor

public AttributeEditor(java.lang.String name)

AttributeEditor

public AttributeEditor(java.lang.String name,
                       java.util.Map<java.lang.String,java.lang.Object> props)
Method Detail

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)