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
378 B

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