public abstract class AbstractGVBean extends Object
| Constructor and Description |
|---|
AbstractGVBean() |
| Modifier and Type | Method and Description |
|---|---|
org.ofbiz.core.entity.GenericValue |
getGenericValue() |
protected abstract void |
init() |
boolean |
isModified() |
void |
setGenericValue(org.ofbiz.core.entity.GenericValue genericValue) |
protected void |
setModified(boolean modified) |
protected void |
updateGV(String fieldName,
Object value) |
public org.ofbiz.core.entity.GenericValue getGenericValue()
public void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)
protected abstract void init()
public boolean isModified()
protected void setModified(boolean modified)
Copyright © 2002-2024 Atlassian. All Rights Reserved.