com.atlassian.jira.issue.fields.screen
Class AbstractGVBean

java.lang.Object
  extended by com.atlassian.jira.issue.fields.screen.AbstractGVBean
Direct Known Subclasses:
AbstractFieldScreenLayoutItem, FieldLayoutImpl, FieldLayoutSchemeEntityImpl, FieldLayoutSchemeImpl, FieldScreenImpl, FieldScreenSchemeImpl, FieldScreenSchemeItemImpl, FieldScreenTabImpl, IssueTypeScreenSchemeEntityImpl, IssueTypeScreenSchemeImpl

public abstract class AbstractGVBean
extends Object

Copyright (c) 2002-2004 All rights reserved.


Constructor Summary
AbstractGVBean()
           
 
Method Summary
 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)
           
protected  boolean valuesEqual(Object value1, Object value2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGVBean

public AbstractGVBean()
Method Detail

getGenericValue

public org.ofbiz.core.entity.GenericValue getGenericValue()

setGenericValue

public void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)

init

protected abstract void init()

updateGV

protected void updateGV(String fieldName,
                        Object value)

valuesEqual

protected boolean valuesEqual(Object value1,
                              Object value2)

isModified

public boolean isModified()

setModified

protected void setModified(boolean modified)


Copyright © 2002-2012 Atlassian. All Rights Reserved.