public class Resource<T> extends java.lang.Object
Resource()
Resource(T content)
T
getContent()
void
setContent(T content)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Resource()
public Resource(T content)
public T getContent()
public void setContent(T content)