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.
		
		
		
		
		
			
		
			
				
					
					
						
							136 lines
						
					
					
						
							3.2 KiB
						
					
					
				
			
		
		
	
	
							136 lines
						
					
					
						
							3.2 KiB
						
					
					
				| /*
 | |
| * TrabalhadoresEcdsDatasEmails.java
 | |
| *
 | |
| * Generated by com.evutils.codegen.JDOObjectGenerator on May 14, 2007
 | |
| *
 | |
| * Use but DON'T TOUCH
 | |
| */
 | |
| package siprp.medicina.processo.data;
 | |
| 
 | |
| import java.util.Date;
 | |
| import com.evolute.utils.jdo.*;
 | |
| 
 | |
| public final class TrabalhadoresEcdsDatasEmails implements JDOInnerObject
 | |
| {
 | |
| 	private Integer id;
 | |
| 	private Integer trabalhadores_ecds_datas_id;
 | |
| 	private String destination;
 | |
| 	private Date data;
 | |
| 	private String subject;
 | |
| 	private String body;
 | |
| 
 | |
| 	public TrabalhadoresEcdsDatasEmails()
 | |
| 	{
 | |
| 	}
 | |
| 
 | |
| 	public Object getField( String fieldName )
 | |
| 	{
 | |
| 		if( fieldName == TrabalhadoresEcdsDatasEmailsData.ID )
 | |
| 		{
 | |
| 			return id;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresEcdsDatasEmailsData.TRABALHADORES_ECDS_DATAS_ID )
 | |
| 		{
 | |
| 			return trabalhadores_ecds_datas_id;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresEcdsDatasEmailsData.DESTINATION )
 | |
| 		{
 | |
| 			return destination;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresEcdsDatasEmailsData.DATA )
 | |
| 		{
 | |
| 			return data;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresEcdsDatasEmailsData.SUBJECT )
 | |
| 		{
 | |
| 			return subject;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresEcdsDatasEmailsData.BODY )
 | |
| 		{
 | |
| 			return body;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresEcdsDatasEmailsData.ID ) )
 | |
| 		{
 | |
| 			return id;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresEcdsDatasEmailsData.TRABALHADORES_ECDS_DATAS_ID ) )
 | |
| 		{
 | |
| 			return trabalhadores_ecds_datas_id;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresEcdsDatasEmailsData.DESTINATION ) )
 | |
| 		{
 | |
| 			return destination;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresEcdsDatasEmailsData.DATA ) )
 | |
| 		{
 | |
| 			return data;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresEcdsDatasEmailsData.SUBJECT ) )
 | |
| 		{
 | |
| 			return subject;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresEcdsDatasEmailsData.BODY ) )
 | |
| 		{
 | |
| 			return body;
 | |
| 		}
 | |
| 		return null;
 | |
| 	}
 | |
| 
 | |
| 	public void setField( String fieldName, Object value )
 | |
| 	{
 | |
| 		if( fieldName == TrabalhadoresEcdsDatasEmailsData.ID )
 | |
| 		{
 | |
| 			id = ( Integer ) value;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresEcdsDatasEmailsData.TRABALHADORES_ECDS_DATAS_ID )
 | |
| 		{
 | |
| 			trabalhadores_ecds_datas_id = ( Integer ) value;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresEcdsDatasEmailsData.DESTINATION )
 | |
| 		{
 | |
| 			destination = ( String ) value;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresEcdsDatasEmailsData.DATA )
 | |
| 		{
 | |
| 			data = ( Date ) value;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresEcdsDatasEmailsData.SUBJECT )
 | |
| 		{
 | |
| 			subject = ( String ) value;
 | |
| 		}
 | |
| 		else if( fieldName == TrabalhadoresEcdsDatasEmailsData.BODY )
 | |
| 		{
 | |
| 			body = ( String ) value;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresEcdsDatasEmailsData.ID ) )
 | |
| 		{
 | |
| 			id = ( Integer )  value;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresEcdsDatasEmailsData.TRABALHADORES_ECDS_DATAS_ID ) )
 | |
| 		{
 | |
| 			trabalhadores_ecds_datas_id = ( Integer )  value;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresEcdsDatasEmailsData.DESTINATION ) )
 | |
| 		{
 | |
| 			destination = ( String )  value;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresEcdsDatasEmailsData.DATA ) )
 | |
| 		{
 | |
| 			data = ( Date )  value;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresEcdsDatasEmailsData.SUBJECT ) )
 | |
| 		{
 | |
| 			subject = ( String )  value;
 | |
| 		}
 | |
| 		else if( fieldName.equals( TrabalhadoresEcdsDatasEmailsData.BODY ) )
 | |
| 		{
 | |
| 			body = ( String )  value;
 | |
| 		}
 | |
| 	}
 | |
| 
 | |
| 	public Class getOuterClass()
 | |
| 	{
 | |
| 		return TrabalhadoresEcdsDatasEmailsData.class;
 | |
| 	}
 | |
| }
 |