| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| DatumObject | GetDatumObject
()
Get method for attribute "DatumObject" The datum object. |
| int | GetId
()
Get method for attribute "Id" The datum id. |
| String | GetName
()
Get method for attribute "Name" Name of the datum. |
| void | SetDatumObject
(DatumObject value)
Set method for attribute "DatumObject" The datum object. |
| void | SetId
(int value)
Set method for attribute "Id" The datum id. |
| void | SetName
(String value)
Set method for attribute "Name" Name of the datum. |
| Method Detail |
|---|
| GetId/SetId |
|---|
| int | GetId | () |
| void | SetId | (int value) |
| The datum id. |
| GetName/SetName |
|---|
| String | GetName | () |
| void | SetName | (String value) |
| Name of the datum. |
| GetDatumObject/SetDatumObject |
|---|
| DatumObject | GetDatumObject | () |
| void | SetDatumObject | (DatumObject value) |
| The datum object. |