com.hyper9.simdk.stubs.dao
Class TraversalSpec

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

public class TraversalSpec
extends SelectionSpec

Author:
akutz
See Also:
Serialized Form

Constructor Summary
TraversalSpec()
           
 
Method Summary
 String getPath()
           
 List<SelectionSpec> getSelectSet()
           
 Boolean getSkip()
           
 String getType()
           
 void setPath(String toSet)
           
 void setSelectSet(List<SelectionSpec> toSet)
           
 void setSkip(Boolean toSet)
           
 void setType(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.SelectionSpec
getName, setName
 
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

TraversalSpec

public TraversalSpec()
Method Detail

getType

public String getType()

setType

public void setType(String toSet)

getPath

public String getPath()

setPath

public void setPath(String toSet)

getSkip

public Boolean getSkip()

setSkip

public void setSkip(Boolean toSet)

getSelectSet

public List<SelectionSpec> getSelectSet()

setSelectSet

public void setSelectSet(List<SelectionSpec> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.