public abstract class OdsxSaveInfo extends Fwk implements OdsxSaveInfoInterface
,
Serialized FormModifier 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, release
public static final java.lang.String version
protected java.util.HashMap attributes
public java.lang.String getVersion()
FwkInterface
getVersion
in interface FwkInterface
getVersion
in class Fwk
public abstract AoSession getSession()
getSession
in interface OdsxSaveInfoInterface
public java.lang.String getName()
getName
in interface OdsxSaveInfoInterface
public void setName(java.lang.String name)
setName
in interface OdsxSaveInfoInterface
name
- the name of the object.public java.util.Map getAttributes()
getAttributes
in interface OdsxSaveInfoInterface
public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args)