Interface ComposedTypeRemote

    • Method Detail

      • reinitializeType

        void reinitializeType​(ComposedTypeRemote superType,
                              ItemDeployment deployment,
                              java.lang.String jaloClassName,
                              ComposedTypeRemote metaType)
        Internal ! Used for reinitialization - dont call directly.
        Parameters:
        superType - the new supertype (optional)
        deployment - the new deployment object (optional)
        jaloClassName - the new jalo class name (optional)
      • getSuperTypeItemPK

        PK getSuperTypeItemPK()
        Returns:
        the item pk of this type's supertype
      • getJaloClassName

        java.lang.String getJaloClassName()
        Returns:
        the assoziated jalo class of this type or NULL which means to use its supertype's jaloclass.
      • setJaloClassName

        void setJaloClassName​(java.lang.String className)
        changes this types assoziated jalo class. NULL means to use its supertype's jaloclass.
      • setItemJNDIName

        void setItemJNDIName​(java.lang.String jndi)
      • getItemTableName

        java.lang.String getItemTableName()
        the database table assoziated with this type or NULL for abstract types.
      • getItemPropertyTableName

        java.lang.String getItemPropertyTableName()
        returns the property table name or null if this type isnt assoziated with a real item ejb.
      • getPropertyTableStatus

        boolean getPropertyTableStatus()
      • setPropertyTableStatus

        void setPropertyTableStatus​(boolean initialized)
      • isRemovable

        boolean isRemovable()
      • isAbstract

        boolean isAbstract()
      • setAbstract

        void setAbstract()
      • getItemTypeCode

        int getItemTypeCode()
      • getItemJNDIName

        java.lang.String getItemJNDIName()
      • isSingleton

        boolean isSingleton()
      • setSingleton

        void setSingleton​(boolean isSingleton)
      • changeSTPK

        void changeSTPK​(java.lang.String string)