Package org.openscience.cdk.dict
Class Entry
java.lang.Object
org.openscience.cdk.dict.Entry
- Direct Known Subclasses:
EntryReact
Entry in a Dictionary.
- Author:
- Egon Willighagen <egonw@users.sf.net>
- See Also:
- Source code:
- main
- Belongs to CDK module:
- dict
- Keywords:
- dictionary
- Created on:
- 2003-08-23
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetID()
getLabel()
void
setClassName
(String className) void
setDefinition
(String definition) void
setDescription
(String description) void
setDescriptorMetadata
(String metadata) void
void
void
setRawContent
(Object rawContent) toString()
-
Constructor Details
-
Entry
-
Entry
-
Entry
public Entry()
-
-
Method Details
-
setLabel
-
getLabel
-
setID
-
getID
-
getDefinition
-
setDefinition
-
getDescription
-
setDescription
-
setDescriptorMetadata
-
getDescriptorMetadata
-
toString
-
getRawContent
- Returns:
- Returns the rawContent.
-
setRawContent
- Parameters:
rawContent
- The rawContent to set.
-
getClassName
- Returns:
- Returns the className.
-
setClassName
- Parameters:
className
- The className to set.
-