|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.persist.BasicPersistedObject
public class BasicPersistedObject
A basic Encog persisted object. Provides the name, description and collection attributes. Also provides a generic persistor.
| Constructor Summary | |
|---|---|
BasicPersistedObject()
|
|
| Method Summary | |
|---|---|
Persistor |
createPersistor()
Create a persistor for this object. |
EncogCollection |
getCollection()
|
String |
getDescription()
|
String |
getName()
|
void |
setCollection(EncogCollection collection)
|
void |
setDescription(String theDescription)
Set the description of this object. |
void |
setName(String theName)
Set the name of this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicPersistedObject()
| Method Detail |
|---|
public Persistor createPersistor()
createPersistor in interface EncogPersistedObjectpublic EncogCollection getCollection()
getCollection in interface EncogPersistedObjectpublic String getDescription()
getDescription in interface EncogPersistedObjectpublic String getName()
getName in interface EncogPersistedObjectpublic void setCollection(EncogCollection collection)
setCollection in interface EncogPersistedObjectpublic void setDescription(String theDescription)
setDescription in interface EncogPersistedObjecttheDescription - The description.public void setName(String theName)
setName in interface EncogPersistedObjecttheName - The name of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||