com.hyper9.simdk.stubs.dao
Class FileQueryFlags

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

public class FileQueryFlags
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
FileQueryFlags()
           
 
Method Summary
 Boolean getFileOwner()
           
 Boolean getFileSize()
           
 Boolean getFileType()
           
 Boolean getModification()
           
 void setFileOwner(Boolean toSet)
           
 void setFileSize(Boolean toSet)
           
 void setFileType(Boolean toSet)
           
 void setModification(Boolean 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

FileQueryFlags

public FileQueryFlags()
Method Detail

getFileType

public Boolean getFileType()

setFileType

public void setFileType(Boolean toSet)

getFileSize

public Boolean getFileSize()

setFileSize

public void setFileSize(Boolean toSet)

getModification

public Boolean getModification()

setModification

public void setModification(Boolean toSet)

getFileOwner

public Boolean getFileOwner()

setFileOwner

public void setFileOwner(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.