com.ontimize.dms.client.gui
Class ODMSAttribute
java.lang.Object
com.ontimize.dms.client.gui.ODMSAttribute
- All Implemented Interfaces:
- java.io.Serializable
public class ODMSAttribute
- extends java.lang.Object
- implements java.io.Serializable
Ontimize Document Management System Attribute.
Allows to fill component in the Ontimize form.
- Since:
- 03/02/2010 Custom types and recursive query., 22/12/2010 Added component context map.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
entity
protected java.lang.String entity
base
protected Document base
listMap
protected java.util.Map listMap
context
protected java.util.Map context
ODMSAttribute
public ODMSAttribute(java.lang.String name,
java.lang.String entity,
Document base)
getListMap
public java.util.Map getListMap()
setListMap
public void setListMap(java.util.Map listMap)
getName
public java.lang.String getName()
getEntity
public java.lang.String getEntity()
getBase
public Document getBase()
getContext
public java.util.Map getContext()
getList
public java.util.List getList(java.lang.Object key)
setName
protected void setName(java.lang.String name)
setEntity
protected void setEntity(java.lang.String entity)
setBase
protected void setBase(Document base)
addList
public void addList(java.lang.Object key,
java.util.List list)
setContext
public void setContext(java.util.Map context)
setTypes
public void setTypes(java.util.List types)
- Deprecated.
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object