Class RegistrationInfo


  • public final class RegistrationInfo
    extends Object
    Includes information for registering objects.
    • Constructor Detail

      • RegistrationInfo

        public RegistrationInfo()
        Basic constructor
      • RegistrationInfo

        public RegistrationInfo​(ObjectID theobjectID,
                                MetaClassID theclassID,
                                SessionID thesessionID,
                                DataSetID thedataSetID,
                                String thealias)
        Constructor
        Parameters:
        theobjectID - ID of the object.
        theclassID - Class ID of the object.
        thesessionID - ID of session that created the object from which to get DataSet (store DataSet).
        thedataSetID - Optionally, ID of dataset provided by user.
    • Method Detail

      • getObjectID

        public ObjectID getObjectID()
        Returns:
        the objectID
      • getClassID

        public MetaClassID getClassID()
        Returns:
        the classID
      • getStoreSessionID

        public SessionID getStoreSessionID()
        Returns:
        the storeSessionID
      • getDataSetID

        public DataSetID getDataSetID()
        Returns:
        the dataSetID
      • getAlias

        public String getAlias()
        Returns:
        the alias