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

com.databasesandlife.util.gwtsafe.YouTubeVideoId Maven / Gradle / Ivy

There is a newer version: 21.0.1
Show newest version
package com.databasesandlife.util.gwtsafe;

import java.io.Serializable;

/** 
 * Represents the ID of a youtube Video 
 *
 * @author This source is copyright Adrian Smith and licensed under the LGPL 3.
 * @see Project on GitHub
 */
public class YouTubeVideoId implements Serializable {
    
    public String id;
    
    public YouTubeVideoId(String i) { id=i; }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy