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.
23 lines
325 B
23 lines
325 B
/*
|
|
* AvisoID.java
|
|
*
|
|
* Generated by com.evolute.codegen.jdo.idclassgenerators.JPOXIDClassGenerator on 13/Out/2004
|
|
*
|
|
* Use but DON'T TOUCH
|
|
*/
|
|
package siprp.data;
|
|
|
|
import com.evolute.utils.jdo.jpox.*;
|
|
|
|
public final class AvisoID extends IntegerID
|
|
{
|
|
public AvisoID()
|
|
{
|
|
}
|
|
|
|
public AvisoID( String str )
|
|
{
|
|
super( str );
|
|
}
|
|
}
|