com.hyper9.simdk.stubs.dao
Class PropertyFilterSpec

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.PropertyFilterSpec
All Implemented Interfaces:
Serializable

public class PropertyFilterSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
PropertyFilterSpec()
           
 
Method Summary
 List<ObjectSpec> getObjectSet()
           
 List<PropertySpec> getPropSet()
           
 void setObjectSet(List<ObjectSpec> toSet)
           
 void setPropSet(List<PropertySpec> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFilterSpec

public PropertyFilterSpec()
Method Detail

getPropSet

public List<PropertySpec> getPropSet()

setPropSet

public void setPropSet(List<PropertySpec> toSet)

getObjectSet

public List<ObjectSpec> getObjectSet()

setObjectSet

public void setObjectSet(List<ObjectSpec> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.