public interface MetadataObject
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 |
java.util.Date getCreated()
java.lang.String getCreatedBy()
java.util.Date getLastUpdated()
java.lang.String getLastUpdatedBy()
com.ibm.json.java.JSONObject toJSON() throws BuildException
BuildException
java.lang.String toString()
java.lang.String
toString
in class java.lang.Object
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.