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.
		
		
		
		
		
			
		
			
				
					
					
						
							84 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
	
	
							84 lines
						
					
					
						
							1.8 KiB
						
					
					
				| /*
 | |
| * TrabalhadoresFichasAptidao.java
 | |
| *
 | |
| * Generated by com.evutils.codegen.JDOObjectGenerator on May 14, 2007
 | |
| *
 | |
| * Use but DON'T TOUCH
 | |
| */
 | |
| package siprp.medicina.processo.data;
 | |
| 
 | |
| import com.evolute.utils.jdo.*;
 | |
| 
 | |
| public final class TrabalhadoresFichasAptidao implements JDOInnerObject
 | |
| {
 | |
| 	private Integer id;
 | |
| 	private Integer processo_id;
 | |
| 	private Integer exame_id;
 | |
| 
 | |
| 	public TrabalhadoresFichasAptidao()
 | |
| 	{
 | |
| 	}
 | |
| 
 | |
| 	public Object getField( String fieldName )
 | |
| 	{
 | |
| 		if( fieldName == TrabalhadoresFichasAptidaoData.ID )
 | |
| 		{
 | |
| 			return id;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresFichasAptidaoData.PROCESSO_ID )
 | |
| 		{
 | |
| 			return processo_id;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresFichasAptidaoData.EXAME_ID )
 | |
| 		{
 | |
| 			return exame_id;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresFichasAptidaoData.ID ) )
 | |
| 		{
 | |
| 			return id;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresFichasAptidaoData.PROCESSO_ID ) )
 | |
| 		{
 | |
| 			return processo_id;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresFichasAptidaoData.EXAME_ID ) )
 | |
| 		{
 | |
| 			return exame_id;
 | |
| 		}
 | |
| 		return null;
 | |
| 	}
 | |
| 
 | |
| 	public void setField( String fieldName, Object value )
 | |
| 	{
 | |
| 		if( fieldName == TrabalhadoresFichasAptidaoData.ID )
 | |
| 		{
 | |
| 			id = ( Integer ) value;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresFichasAptidaoData.PROCESSO_ID )
 | |
| 		{
 | |
| 			processo_id = ( Integer ) value;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresFichasAptidaoData.EXAME_ID )
 | |
| 		{
 | |
| 			exame_id = ( Integer ) value;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresFichasAptidaoData.ID ) )
 | |
| 		{
 | |
| 			id = ( Integer )  value;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresFichasAptidaoData.PROCESSO_ID ) )
 | |
| 		{
 | |
| 			processo_id = ( Integer )  value;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresFichasAptidaoData.EXAME_ID ) )
 | |
| 		{
 | |
| 			exame_id = ( Integer )  value;
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	public Class getOuterClass()
 | |
| 	{
 | |
| 		return TrabalhadoresFichasAptidaoData.class;
 | |
| 	}
 | |
| }
 |