forked from Coded/SIPRP
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							60 lines
						
					
					
						
							1.3 KiB
						
					
					
				
			
		
		
	
	
							60 lines
						
					
					
						
							1.3 KiB
						
					
					
				| /*
 | |
| * TrabalhadoresEcdsDatasObservacoesData.java
 | |
| *
 | |
| * Generated by com.evutils.codegen.JDOObjectGenerator on Jan 16, 2008
 | |
| *
 | |
| * Use but DON'T TOUCH
 | |
| */
 | |
| package siprp.medicina.processo.data;
 | |
| 
 | |
| import java.util.HashMap;
 | |
| import com.evolute.utils.jdo.*;
 | |
| 
 | |
| public final class TrabalhadoresEcdsDatasObservacoesData extends JDOObject
 | |
| {
 | |
| 	public static final String ID = "id";
 | |
| 	public static final String TRABALHADORES_ECDS_DATAS_ID = "trabalhadores_ecds_datas_id";
 | |
| 	public static final String OBSERVACAO = "observacao";
 | |
| 
 | |
| 	public static final String FIELD_NAMES[] = new String[]{
 | |
| 		TRABALHADORES_ECDS_DATAS_ID, OBSERVACAO, };
 | |
| 
 | |
| 
 | |
| 	protected static final String ALL_FIELD_NAMES[] = new String[]{
 | |
| 		ID, TRABALHADORES_ECDS_DATAS_ID, OBSERVACAO, };
 | |
| 
 | |
| 	private HashMap dataHash;
 | |
| 
 | |
| 	public TrabalhadoresEcdsDatasObservacoesData()
 | |
| 	{
 | |
| 		dataHash = new HashMap();
 | |
| 	}
 | |
| 
 | |
| 	protected Object innerGet( String fieldName )
 | |
| 		throws Exception
 | |
| 	{
 | |
| 		return dataHash.get( fieldName );
 | |
| 	}
 | |
| 
 | |
| 	protected void innerSet( String fieldName, Object value )
 | |
| 		throws Exception
 | |
| 	{
 | |
| 		dataHash.put( fieldName, value );
 | |
| 	}
 | |
| 
 | |
| 	public String []getFieldNames()
 | |
| 	{
 | |
| 		return FIELD_NAMES;
 | |
| 	}
 | |
| 
 | |
| 	protected String []getAllFieldNames()
 | |
| 	{
 | |
| 		return ALL_FIELD_NAMES;
 | |
| 	}
 | |
| 
 | |
| 	public Class getInnerClass()
 | |
| 	{
 | |
| 		return TrabalhadoresEcdsDatasObservacoes.class;
 | |
| 	}
 | |
| }
 |