Adempiere 3.5.2a

org.adempiere.pipo
Class AttributeFiller

java.lang.Object
  extended by org.adempiere.pipo.AttributeFiller

public class AttributeFiller
extends Object


Constructor Summary
AttributeFiller(AttributesImpl attributes)
          Will clear attributes !!!
AttributeFiller(AttributesImpl attributes, PO poToAutoFill)
          Will clear attributes !!!
 
Method Summary
 void add(String columnName)
           
 void addBoolean(String name, boolean boolValue)
           
 void addIsActive()
           
 void addString(String name, String stringValue)
           
 void addUnchecked(String name, String value)
           
 AttributesImpl getAttributes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeFiller

public AttributeFiller(AttributesImpl attributes)
Will clear attributes !!!

Parameters:
_atts -

AttributeFiller

public AttributeFiller(AttributesImpl attributes,
                       PO poToAutoFill)
Will clear attributes !!!

Parameters:
_atts -
Method Detail

addUnchecked

public void addUnchecked(String name,
                         String value)
Parameters:
name -
value -

addString

public void addString(String name,
                      String stringValue)
Parameters:
name -
stringValue -

addBoolean

public void addBoolean(String name,
                       boolean boolValue)
Parameters:
name -
boolValue -

add

public void add(String columnName)
Parameters:
name -
stringValue -

addIsActive

public void addIsActive()

getAttributes

public AttributesImpl getAttributes()
Returns:

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.