public class FileQueryFlags extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Boolean |
fileOwner |
boolean |
fileSize |
boolean |
fileType |
boolean |
modification |
dynamicProperty, dynamicType| Constructor and Description |
|---|
FileQueryFlags() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getFileOwner() |
boolean |
isFileSize() |
boolean |
isFileType() |
boolean |
isModification() |
void |
setFileOwner(Boolean fileOwner) |
void |
setFileSize(boolean fileSize) |
void |
setFileType(boolean fileType) |
void |
setModification(boolean modification) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic boolean fileType
public boolean fileSize
public boolean modification
public Boolean fileOwner
public boolean isFileType()
public boolean isFileSize()
public boolean isModification()
public Boolean getFileOwner()
public void setFileType(boolean fileType)
public void setFileSize(boolean fileSize)
public void setModification(boolean modification)
public void setFileOwner(Boolean fileOwner)
Copyright © 2011-2012. All Rights Reserved.