org.chenillekit.tapestry.core.utils
Class ProtoTubeIdHolder

java.lang.Object
  extended by org.chenillekit.tapestry.core.utils.ProtoTubeIdHolder

public class ProtoTubeIdHolder
extends Object

holder class for YouTube video informations.

Version:
$Id: ProtoTubeIdHolder.java 588 2009-11-10 21:55:07Z homburgs $

Constructor Summary
ProtoTubeIdHolder(String id, String title)
           
 
Method Summary
 String getId()
           
 String getTitle()
           
 void setId(String id)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtoTubeIdHolder

public ProtoTubeIdHolder(String id,
                         String title)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.