13 lines
368 B
Java
13 lines
368 B
Java
package config;
|
|
|
|
import com.amarsoft.are.jbo.BizObject;
|
|
import com.amarsoft.awe.dw.handler.impl.CommonHandler;
|
|
|
|
public class Hander extends CommonHandler{
|
|
@Override
|
|
protected void initDisplayForAdd(BizObject bo) throws Exception {
|
|
// TODO Auto-generated method stub
|
|
bo.setAttributeValue("GROUP_CODE", this.asPage.getAttribute("GROUP_CODE").toString());
|
|
}
|
|
|
|
} |