com.hyper9.simdk.stubs.dao
Class PropertySpec

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

public class PropertySpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
PropertySpec()
           
 
Method Summary
 Boolean getAll()
           
 List<String> getPathSet()
           
 String getType()
           
 void setAll(Boolean toSet)
           
 void setPathSet(List<String> toSet)
           
 void setType(String 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

PropertySpec

public PropertySpec()
Method Detail

getType

public String getType()

setType

public void setType(String toSet)

getAll

public Boolean getAll()

setAll

public void setAll(Boolean toSet)

getPathSet

public List<String> getPathSet()

setPathSet

public void setPathSet(List<String> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.