| Package | Description |
|---|---|
| com.hpe.adm.nga.sdk.model |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanFieldModel
This class hold the BooleanFieldModel objects and serve as a Boolean type FieldModel data holder
|
class |
DateFieldModel
This class holds the DateFieldModel objects and serves as a ZonedDateTime type FieldModel data holder.
|
class |
EmptyFieldModel
This class represents an Empty Field
|
class |
FloatFieldModel
Created by ngthien on 8/3/2016.
|
class |
LongFieldModel
This class hold the LongFieldModel objects and serve as a long type FieldModel data holder
|
class |
MultiReferenceFieldModel
This class hold the MultiReferenceFieldModel objects and serve as a multi reference type FieldModel data holder
|
class |
ObjectFieldModel
This class hold the ObjectFieldModel objects.
|
class |
ReferenceErrorModel
This class hold the ReferenceErrorModel objects and serve as a ReferenceError type FieldModel data holder
|
class |
ReferenceFieldModel
This class hold the ReferenceFieldModel objects and serve as a ReferenceField type FieldModel data holder
|
class |
StringFieldModel
This class hold the StringFieldModel objects and serve as a string type FieldModel data holder
|
| Modifier and Type | Method and Description |
|---|---|
FieldModel |
EntityModel.getValue(String key)
getter of single field
|
| Modifier and Type | Method and Description |
|---|---|
Set<FieldModel> |
EntityModel.getValues()
getter of entity value
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EntityUtil.areFieldModelsEqualByContent(FieldModel leftFieldModel,
FieldModel rightFieldModel)
Check if two field models have the same content, uses
EntityUtil.areEqualByContent(EntityModel, EntityModel) for ReferenceFieldModel
and EntityUtil.containsSameEntities(Collection, Collection, EntityEquator) for MultiReferenceFieldModel |
static boolean |
EntityUtil.areFieldModelsEqualByContent(FieldModel leftFieldModel,
FieldModel rightFieldModel)
Check if two field models have the same content, uses
EntityUtil.areEqualByContent(EntityModel, EntityModel) for ReferenceFieldModel
and EntityUtil.containsSameEntities(Collection, Collection, EntityEquator) for MultiReferenceFieldModel |
EntityModel |
EntityModel.setValue(FieldModel fieldModel)
setter of single field, update if field exists
|
| Modifier and Type | Method and Description |
|---|---|
EntityModel |
EntityModel.setValues(Set<FieldModel> values)
setter of new entity value, all old fields are cleared
|
| Constructor and Description |
|---|
EntityModel(Set<FieldModel> values)
Creates a new EntityModel object with given field models
Use this when create entity model with mass of fields.
|
EntityModel(Set<FieldModel> values,
EntityModel.EntityState entityState)
Creates a new EntityModel object with given field models
Use this when create entity model with mass of fields.
|
ErrorModel(Set<FieldModel> value)
Creates a new ErrorModel object with given field models
|
Copyright © 2021 Micro Focus. All rights reserved.