org.olat.search.ui
Class AdvancedSearchInputController.DocumentInfo
java.lang.Object
org.olat.search.ui.AdvancedSearchInputController.DocumentInfo
- Enclosing class:
- AdvancedSearchInputController
public class AdvancedSearchInputController.DocumentInfo
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
public java.lang.String key
value
public java.lang.String value
fileType
public java.lang.String fileType
documentType
public java.lang.String documentType
AdvancedSearchInputController.DocumentInfo
public AdvancedSearchInputController.DocumentInfo(java.lang.String key,
java.lang.String value,
java.lang.String docType,
java.lang.String fType)
getKey
public java.lang.String getKey()
getValue
public java.lang.String getValue()
hasDocumentType
public boolean hasDocumentType()
getDocumentType
public java.lang.String getDocumentType()
hasFileType
public boolean hasFileType()
getFileType
public java.lang.String getFileType()