Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

docs.future.doe
Class Thing  view Thing download Thing.java

java.lang.Object
  extended bydocs.future.doe.Thing
Direct Known Subclasses:
Item, Person, Place

public class Thing
extends java.lang.Object

There is a question as to whether these should be concrete or not.


Field Summary
private  java.util.List aliases
           
private  java.lang.String name
           
private  org.crosswire.bible.passage.Passage ref
           
 
Constructor Summary
Thing()
           
 
Method Summary
 java.util.List getAliases()
           
 java.lang.String getName()
           
 org.crosswire.bible.passage.Passage getPassage()
           
 void setPassage(org.crosswire.bible.passage.Passage ref)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name

aliases

private java.util.List aliases

ref

private org.crosswire.bible.passage.Passage ref
Constructor Detail

Thing

public Thing()
Method Detail

getName

public java.lang.String getName()

getPassage

public org.crosswire.bible.passage.Passage getPassage()

setPassage

public void setPassage(org.crosswire.bible.passage.Passage ref)

getAliases

public java.util.List getAliases()