public abstract class OdsxSaveInfo extends Fwk implements OdsxSaveInfoInterface
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected java.util.HashMap |
attributes
The attribute map.
|
static java.lang.String |
version |
| Constructor and Description |
|---|
OdsxSaveInfo()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getAttributes()
Get the attributes.
|
java.lang.String |
getName()
Get the object name.
|
abstract AoSession |
getSession()
Get the asam ods session into that object should be saved.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
static void |
main(java.lang.String[] args)
Main module of this application.
|
void |
setName(java.lang.String name)
Set the object name.
|
java.lang.String |
toString()
The string presentation of the column save information.
|
getNiceVersion, releasepublic static final java.lang.String version
protected java.util.HashMap attributes
public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class Fwkpublic abstract AoSession getSession()
getSession in interface OdsxSaveInfoInterfacepublic java.lang.String getName()
getName in interface OdsxSaveInfoInterfacepublic void setName(java.lang.String name)
setName in interface OdsxSaveInfoInterfacename - the name of the object.public java.util.Map getAttributes()
getAttributes in interface OdsxSaveInfoInterfacepublic java.lang.String toString()
toString in class java.lang.Objectpublic static void main(java.lang.String[] args)