Back to project page MproEntity.
The source code is released under:
GNU General Public License
If you think the Android project MproEntity listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/* * To change this template, choose Tools | Templates * and open the template in the editor./*from w w w . j a v a2 s. c o m*/ */ package br.com.mpro3.utils; /** * * @author Matheus */ public abstract class MproEntityRelation extends MproEntity { public int superCod; public MproEntityRelation(){} }