|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.index.reader.ItemDocReader.RelatedResource
public class ItemDocReader.RelatedResource
Data for a related resource.
Constructor Summary | |
---|---|
ItemDocReader.RelatedResource(String id,
String title,
String url,
String kind,
String specifiedById)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
True if the two RelatedResource URLs and kind are the same. |
String |
getId()
Gets the id attribute of the RelatedResource object |
String |
getKind()
Gets the relation attribute of the RelatedResource object |
String |
getSpecifiedById()
Gets the specifiedById attribute of the RelatedResource object |
String |
getTitle()
Gets the title attribute of the RelatedResource object |
String |
getUrl()
Gets the url attribute of the RelatedResource object |
String |
toString()
String representation |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ItemDocReader.RelatedResource(String id, String title, String url, String kind, String specifiedById)
id
- The IDtitle
- The titleurl
- The urlkind
- The kindspecifiedById
- The ID of the record that specified this related resourceMethod Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class Object
o
- A RelatedResource
public String getId()
public String getTitle()
public String getUrl()
public String getKind()
public String getSpecifiedById()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |