Interface Metadata

    • Method Detail

      • getCreatedBy

        @ISProperty(name="createdBy",
                    description="The user that created the Entity or the Relation. It is initialized at Creation Time.",
                    readonly=true,
                    mandatory=true,
                    nullable=false)
        String getCreatedBy()
        Returns the user who created the element.
        Returns:
        The creator's identifier.
      • getCreationTime

        @ISProperty(name="creationTime",
                    description="Creation time. It is represented in the format yyyy-MM-dd HH:mm:ss.SSS Z.",
                    readonly=true,
                    mandatory=true,
                    nullable=false)
        Date getCreationTime()
        Returns the time when the element was created.
        Returns:
        The creation date and time.
      • getLastUpdateBy

        @ISProperty(name="lastUpdateBy",
                    description="The user that made the last update to the Entity or the Relation. At Creation Time, it assumes the same value of createdBy.",
                    mandatory=true,
                    nullable=false)
        String getLastUpdateBy()
        Returns the user who last updated the element.
        Returns:
        The last updater's identifier.
      • getLastUpdateTime

        @ISProperty(name="lastUpdateTime",
                    description="Last Update time. At creation time it assumes the same value of creationTime. It is represented in the format yyyy-MM-dd HH:mm:ss.SSS Z",
                    mandatory=true,
                    nullable=false)
        Date getLastUpdateTime()
        Returns the time when the element was last updated.
        Returns:
        The last update date and time.