Android Open Source - MproEntity Mpro Entity Relation






From Project

Back to project page MproEntity.

License

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.

Java Source Code

/*
 * 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(){}
}




Java Source Code List

br.com.mpro3.utils.LauDB.java
br.com.mpro3.utils.MproEntityRelation.java
br.com.mpro3.utils.MproEntity.java
br.com.mpro3.utils.Objects.java
br.com.mpro.mprolabs.model.Grupo.java
br.com.mpro.mprolabs.model.Pessoa.java
com.mpro.mprolabs.MainActivity.java