Package com.aspose.tasks.cloud.model
Class AssignmentItem
java.lang.Object
com.aspose.tasks.cloud.model.AssignmentItem
Resource's assignment brief into.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getLink()
Get linkUid of the resource.Uid of the task.getUid()
The unique id (Uid) of the resource's assignment.int
hashCode()
resourceUid
(Integer resourceUid) void
void
setResourceUid
(Integer resourceUid) void
setTaskUid
(Integer taskUid) void
toString()
-
Constructor Details
-
AssignmentItem
public AssignmentItem()
-
-
Method Details
-
link
-
getLink
Get link- Returns:
- link
-
setLink
-
uid
-
getUid
The unique id (Uid) of the resource's assignment.- Returns:
- uid
-
setUid
-
taskUid
-
getTaskUid
Uid of the task.- Returns:
- taskUid
-
setTaskUid
-
resourceUid
-
getResourceUid
Uid of the resource.- Returns:
- resourceUid
-
setResourceUid
-
equals
-
hashCode
public int hashCode() -
toString
-