com.ail.coretest.service
Class TypeWithSet

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

public class TypeWithSet
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
TypeWithSet()
           
 
Method Summary
 java.util.Set<Version> getMySet()
           
 void setMySet(java.util.Set<Version> mySet)
           
 
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

TypeWithSet

public TypeWithSet()
Method Detail

getMySet

public java.util.Set<Version> getMySet()

setMySet

public void setMySet(java.util.Set<Version> mySet)