public class IssueSecurityLevelFactory extends AbstractEntityFactory<IssueSecurityLevel>
EntityFactory| Modifier and Type | Class and Description |
|---|---|
static class |
IssueSecurityLevelFactory.Builder |
| Constructor and Description |
|---|
IssueSecurityLevelFactory() |
| Modifier and Type | Method and Description |
|---|---|
IssueSecurityLevel |
build(org.ofbiz.core.entity.GenericValue genericValue)
Builds an instance of this Entity from the given GenericValue.
|
FieldMap |
fieldMapFrom(IssueSecurityLevel value)
Builds a FieldMap from an entity Object.
|
String |
getEntityName()
The name of the Entity as defined in the entitymodel.xml file.
|
buildList, genericValueFrom, toStringpublic String getEntityName()
NamedEntityBuilderpublic IssueSecurityLevel build(org.ofbiz.core.entity.GenericValue genericValue)
EntityBuildergenericValue - GenericValue for the entitypublic FieldMap fieldMapFrom(IssueSecurityLevel value)
EntityFactoryvalue - the Entity valueCopyright © 2002-2023 Atlassian. All Rights Reserved.