All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anaptecs.jeaf.junit.impl.domain.MReleationBO Maven / Gradle / Ivy

The newest version!
package com.anaptecs.jeaf.junit.impl.domain;

public class MReleationBO extends MReleationBOBase {
  /**
   * Initialize object. The constructor of the class has visibility protected in order to avoid creating business
   * objects not through JEAFs persistence service provider.
   */
  protected MReleationBO( ) {
    // Nothing to do.
  }

  /**
   * @return {@link NReleationBO}
   */
  @Override
  public NReleationBO getMySpecialN( ) {
    // TODO: Implement business logic for method.
    return null;
  }

  /**
   * @return char
   */
  @Override
  public char returnPrimitive( ) {
    // TODO: Implement business logic for method.
    return 0;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy