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

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

There is a newer version: 1.23.0
Show newest version
package com.anaptecs.jeaf.junit.impl.domain;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy