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

jp.fkmsoft.libs.kiilib.entities.BucketOwnable Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package jp.fkmsoft.libs.kiilib.entities;

/**
 * Describes implemented class can own buckets
 * @author fkm
 *
 */
public interface BucketOwnable {
    public static final int TYPE_APP = 0;
    public static final int TYPE_GROUP = 1;
    public static final int TYPE_USER = 2;
    
    String getResourcePath();
    
    int getType();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy