added setOwner method
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/workspace-task-executor-library@167379 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0bbc94fcf8
commit
424c41fe78
|
@ -131,6 +131,15 @@ public class TaskConfiguration implements BaseTaskConfiguration, Serializable {
|
|||
|
||||
return owner;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param owner the owner to set
|
||||
*/
|
||||
public void setOwner(String owner) {
|
||||
|
||||
this.owner = owner;
|
||||
}
|
||||
/*
|
||||
* (non-Javadoc)
|
||||
* @see org.gcube.common.workspacetaskexecutor.TaskConfiguration#getTaskId()
|
||||
|
|
Loading…
Reference in New Issue