V3_0.java [src/java/d/crlmod/management] Revision: Date:
/*
* $Id: 1.0+65 V3_0.java 402d39c37049 2021-12-29 od $
*
* This file is part of the Cloud Services Integration Platform (CSIP),
* a Model-as-a-Service framework, API, and application suite.
*
* 2012-2024, OMSLab, Colorado State University.
*
* OMSLab licenses this file to you under the MIT license.
* See the LICENSE file in the project root for more information.
*/
package d.crlmod.management;
import crlmod.ServiceResources;
import static crlmod.ServiceResources.CR_LMOD_2018_JUNE_ID;
import csip.annotations.*;
import static csip.annotations.State.RELEASED;
import javax.ws.rs.Path;
/**
*
* @author Lucas Yaege
*/
@Name("managements")
@Description("Crop service for the CRLMOD_2018_June Database. Results from this service are returned in the rotation v1 format.")
@VersionInfo("3.0")
@State(RELEASED)
@Path("d/management/3.0")
@Resource(from = ServiceResources.class)
public class V3_0 extends V2_0 {
{
opUrlKey = "crlmod3.op";
crUrlKey = "crlmod3.crop";
reUrlKey = "crlmod3.residue";
verKey = "3.0";
jdbcId = CR_LMOD_2018_JUNE_ID;
}
}