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.
SIPRP/trunk/siprp/medicina/processo/data/TrabalhadoresEcdsID.java

26 lines
436 B

/*
* TrabalhadoresEcdsID.java
*
* Generated by com.evolute.codegen.jdo.idclassgenerators.JPOXIDClassGenerator on May 14, 2007
*
* Use but DON'T TOUCH
*/
package siprp.medicina.processo.data;
import java.io.*;
import com.evolute.utils.jdo.jpox.*;
public final class TrabalhadoresEcdsID extends IntegerID
implements Serializable
{
public TrabalhadoresEcdsID()
{
}
public TrabalhadoresEcdsID( String str )
{
super( str );
}
}