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.
26 lines
491 B
26 lines
491 B
/*
|
|
* TrabalhadoresFichasAptidaoID.java
|
|
*
|
|
* Generated by com.evolute.codegen.jdo.idclassgenerators.JPOXIDClassGenerator on Jan 16, 2008
|
|
*
|
|
* Use but DON'T TOUCH
|
|
*/
|
|
package siprp.medicina.processo.data;
|
|
|
|
import java.io.Serializable;
|
|
|
|
import com.evolute.utils.jdo.jpox.IntegerID;
|
|
|
|
public final class TrabalhadoresFichasAptidaoID extends IntegerID
|
|
implements Serializable
|
|
{
|
|
public TrabalhadoresFichasAptidaoID()
|
|
{
|
|
}
|
|
|
|
public TrabalhadoresFichasAptidaoID( String str )
|
|
{
|
|
super( str );
|
|
}
|
|
}
|