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

cz.active24.client.fred.data.EppCommand Maven / Gradle / Ivy

package cz.active24.client.fred.data;

import cz.active24.client.fred.eppclient.objectstrategy.ServerObjectType;

/**
 * For every command we defines object type.
 *
 * 
    *
  • {@link EppCommand#serverObjectType}
  • *
* @see ServerObjectType */ public abstract class EppCommand { private ServerObjectType serverObjectType; public ServerObjectType getServerObjectType() { return serverObjectType; } protected void setServerObjectType(ServerObjectType serverObjectType) { this.serverObjectType = serverObjectType; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy