public final class ProductMetaFields extends Object implements org.ctoolkit.gwt.client.facade.RelevantNullChecker
| Constructor and Description |
|---|
ProductMetaFields() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull() |
List<String> |
getAvailable()
The list of available fields (supplied by client).
|
List<String> |
getMandatory()
The list of mandatory fields as subset of the available fields (supplied by client).
|
ProductMetaFields |
setAvailable(List<String> available) |
ProductMetaFields |
setMandatory(List<String> mandatory) |
public ProductMetaFields setAvailable(List<String> available)
public List<String> getMandatory()
public ProductMetaFields setMandatory(List<String> mandatory)
public boolean allNull()
allNull in interface org.ctoolkit.gwt.client.facade.RelevantNullCheckerCopyright © 2023. All rights reserved.