com.ibm.dbb.metadata

Interface MetadataObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.Date getCreated()
      Return the time that the repository object was created
      java.lang.String getCreatedBy()
      Return the user that creates the repository object
      java.util.Date getLastUpdated()
      Return the time the repository object last updated
      java.lang.String getLastUpdatedBy()
      Return the user that updated the repository object
      com.ibm.json.java.JSONObject toJSON()
      Output the attributes of the repository object in JSON format
      java.lang.String toString()
      Output the attributes of the repository object in java.lang.String
    • Method Detail

      • getCreated

        java.util.Date getCreated()
        Return the time that the repository object was created
        Returns:
        the time of creation
      • getCreatedBy

        java.lang.String getCreatedBy()
        Return the user that creates the repository object
        Returns:
        the user
      • getLastUpdated

        java.util.Date getLastUpdated()
        Return the time the repository object last updated
        Returns:
        the time of last updated
      • getLastUpdatedBy

        java.lang.String getLastUpdatedBy()
        Return the user that updated the repository object
        Returns:
        the name of the user
      • toJSON

        com.ibm.json.java.JSONObject toJSON()
                                     throws BuildException
        Output the attributes of the repository object in JSON format
        Returns:
        the JSON format
        Throws:
        BuildException
      • toString

        java.lang.String toString()
        Output the attributes of the repository object in java.lang.String
        Overrides:
        toString in class java.lang.Object
        Returns:
        the string representation of the repository object

<IBM Copyright © 2018 IBM Corp. All Rights Reserved.