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

com.iovation.launchkey.sdk.integration.managers.FenceCache Maven / Gradle / Ivy

There is a newer version: 4.10.0
Show newest version
package com.iovation.launchkey.sdk.integration.managers;

import com.iovation.launchkey.sdk.domain.policy.Fence;

public class FenceCache {
    private Fence cachedFence;

    public Fence getCachedFence() {
        return cachedFence;
    }

    public void setCachedFence(Fence cachedFence) {
        this.cachedFence = cachedFence;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy