DataObjectWrapper
@Deprecated public class ForeignKeyFieldsPopulationState extends Object implements Serializable
Constructor and Description |
---|
ForeignKeyFieldsPopulationState(boolean allFieldsPopulated,
boolean anyFieldsPopulated,
List<String> unpopulatedFieldNames)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getUnpopulatedFieldNames()
Deprecated.
Gets the unpopulatedFieldNames attribute.
|
boolean |
hasUnpopulatedFieldName(String fieldName)
Deprecated.
|
boolean |
isAllFieldsPopulated()
Deprecated.
Gets the allFieldsPopulated attribute.
|
boolean |
isAnyFieldsPopulated()
Deprecated.
Gets the anyFieldsPopulated attribute.
|
public ForeignKeyFieldsPopulationState(boolean allFieldsPopulated, boolean anyFieldsPopulated, List<String> unpopulatedFieldNames)
public boolean isAllFieldsPopulated()
public boolean isAnyFieldsPopulated()
public List<String> getUnpopulatedFieldNames()
public boolean hasUnpopulatedFieldName(String fieldName)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.