net.sf.jzeno.echo.editor
Class CodeCompletionEntry

java.lang.Object
  extended by net.sf.jzeno.echo.editor.CodeCompletionEntry

public class CodeCompletionEntry
extends java.lang.Object

Represents a single existing class in the web context.


Constructor Summary
CodeCompletionEntry()
           
 
Method Summary
 java.lang.Class getClazz()
           
 java.lang.String getFullClassName()
           
 java.net.URL getUrl()
           
 void setFullClassName(java.lang.String fullClassName)
           
 void setUrl(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeCompletionEntry

public CodeCompletionEntry()
Method Detail

getClazz

public java.lang.Class getClazz()

getFullClassName

public java.lang.String getFullClassName()

setFullClassName

public void setFullClassName(java.lang.String fullClassName)

getUrl

public java.net.URL getUrl()

setUrl

public void setUrl(java.net.URL url)