com.ail.coretest.service
Class TypeWithMap

java.lang.Object
  extended by com.ail.core.Type
      extended by com.ail.coretest.service.TypeWithMap
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class TypeWithMap
extends Type

Sample Type with a Set to help in testing the core's clonning

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ail.core.Type
jXPathContext, NOT_PERSISTED
 
Constructor Summary
TypeWithMap()
           
 
Method Summary
 java.util.Map<java.lang.String,Version> getMyMap()
           
 void setMyMap(java.util.Map<java.lang.String,Version> myMap)
           
 
Methods inherited from class com.ail.core.Type
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeWithMap

public TypeWithMap()
Method Detail

getMyMap

public java.util.Map<java.lang.String,Version> getMyMap()

setMyMap

public void setMyMap(java.util.Map<java.lang.String,Version> myMap)