public interface ManagedObject extends MetadataObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOwner()
Return the owner of the managed object
|
int |
getPermission()
Return the permission for the managed object
|
java.lang.String |
getTeam()
Return the team for the managed object
|
void |
setOwner(java.lang.String owner)
Set the owner of the managed object
|
void |
setPermission(int permission)
Set the permission for the managed object.
|
void |
setTeam(java.lang.String team)
Set the team for the managed object
|
getCreated, getCreatedBy, getLastUpdated, getLastUpdatedBy, toJSON, toString
java.lang.String getOwner() throws BuildException
BuildException
void setOwner(java.lang.String owner) throws BuildException
owner
- the owner of the managed objectBuildException
java.lang.String getTeam() throws BuildException
BuildException
void setTeam(java.lang.String team) throws BuildException
team
- the team for the managed objectBuildException
int getPermission() throws BuildException
BuildException
void setPermission(int permission) throws BuildException
permission
- the permission for the managed objectBuildException
<IBM Copyright © 2018 IBM Corp. All Rights Reserved.