public class ClusterLockStatusEntity extends AbstractEntityFactory<com.atlassian.beehive.core.ClusterLockStatus>
Builds ClusterLockStatus objects from GenericValues and vice versa.
Modifier and Type | Field and Description |
---|---|
static String |
LOCK_NAME |
static String |
LOCKED_BY_NODE |
static String |
UPDATE_TIME |
Constructor and Description |
---|
ClusterLockStatusEntity() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.beehive.core.ClusterLockStatus |
build(org.ofbiz.core.entity.GenericValue gv)
Builds an instance of this Entity from the given GenericValue.
|
Map<String,Object> |
fieldMapFrom(com.atlassian.beehive.core.ClusterLockStatus clusterLockStatus)
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 static final String LOCK_NAME
public static final String LOCKED_BY_NODE
public static final String UPDATE_TIME
public String getEntityName()
NamedEntityBuilder
public com.atlassian.beehive.core.ClusterLockStatus build(org.ofbiz.core.entity.GenericValue gv)
EntityBuilder
gv
- GenericValue for the entitypublic Map<String,Object> fieldMapFrom(com.atlassian.beehive.core.ClusterLockStatus clusterLockStatus)
EntityFactory
clusterLockStatus
- the Entity valueCopyright © 2002-2021 Atlassian. All Rights Reserved.