Thanks. I think my original question/example was confusing.
It sounds like the attributes that are listed in the Java docs are just a description of some of the attributes from the object/table.
The reason I asked was: in other systems/platforms, there can be multiple different concepts of attributes. For example, in ArcGIS geodatabases, there are table attributes (i.e. ASSET_ID), but there are also other kinds of attributes like the attributes of a spatial object datatype (i.e. ST_GEOMETRY.
NumPts). But that doesn't have anything to do with Maximo/Java, it's just an example of different concepts of "attributes".
So I had wondered if the Java class attributes might have been slightly different than table attributes. I'd wondered if Java attributes might have represented empty variables, or something like that, that might not literally be the table attribute data. But I think we can just disregard.
Original Message:
Sent: Thu December 02, 2021 09:08 AM
From: Steven Shull
Subject: Difference between Java class attributes vs. attributes of object/table?
Java Docs are generated based on the source code. It can't look at the underlying database and won't change unless the underlying source code changes and the Java Docs are rebuilt from the updated source code. For some of the Maximo objects, the developers went through the process of writing these comments in the source code to help describe what some of the out of the box attributes are used to do. You won't find it for all the out of the box attributes nor even all the objects since it has to be done manually.
------------------------------
Steven Shull
Original Message:
Sent: Wed December 01, 2021 10:07 PM
From: User1971
Subject: Difference between Java class attributes vs. attributes of object/table?
MAM 7.6.1.2:
I'm trying to get familiar with the Java docs -- for the purpose of automation scripting, not Java development.
Is there a difference between Java class attributes and the attributes of an object/table?
For example, if I were to add a custom field/attribute to a Maximo object/table, would it be automatically available in the same way as the attributes in the Java class are?
Thanks.
#Maximo
#AssetandFacilitiesManagement