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, toString
public String getEntityName()
NamedEntityBuilder
public IssueSecurityLevel build(org.ofbiz.core.entity.GenericValue genericValue)
EntityBuilder
genericValue
- GenericValue for the entitypublic FieldMap fieldMapFrom(IssueSecurityLevel value)
EntityFactory
value
- the Entity valueCopyright © 2002-2017 Atlassian. All Rights Reserved.