Class VDPViewFields
java.lang.Object
com.denodo.scheduler.client.commons.VDPViewFields
- All Implemented Interfaces:
Serializable
Encapsulates the fields of a VDP view and which ones are mandatory.
A field is mandatory if it is obligatory in all the search methods.
- Since:
- 5.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes. -
Constructor Summary
ConstructorsConstructorDescriptionVDPViewFields(Collection<String> fieldNames, Collection<String> mandatoryFields) -
Method Summary
Modifier and TypeMethodDescriptionGets all the field names of the view.Gets the names of the mandatory fields of the view.booleanisMandatory(String fieldName) toString()
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
Constructor Details
-
VDPViewFields
-
-
Method Details
-
isMandatory
- Parameters:
fieldName- the field name to check if it is mandatory.- Returns:
-
getFieldNames
Gets all the field names of the view.- Returns:
- the field names
-
getMandatoryFields
Gets the names of the mandatory fields of the view.- Returns:
- the mandatory fields
-
toString
-