public static final class ActionItem.Builder extends Object implements Serializable, ModelBuilder, ActionItemContract
ActionItem
instances. Enforces the constraints of the ActionItemContract
.Modifier and Type | Method and Description |
---|---|
ActionItem |
build()
Returns an instance of the object being built by this builder based
on the current state of the builder.
|
static ActionItem.Builder |
create(ActionItemContract contract) |
static ActionItem.Builder |
create(String documentId,
String actionRequestCd,
String actionRequestId,
org.joda.time.DateTime dateTimeAssigned,
String docLabel,
String docHanderlURL,
String docName,
String responsibilityId,
String principalId) |
Integer |
getActionItemIndex()
Deprecated.
|
String |
getActionRequestCd() |
String |
getActionRequestId() |
String |
getActionToTake()
Deprecated.
|
String |
getDateAssignedString()
Deprecated.
|
org.joda.time.DateTime |
getDateTimeAssigned() |
DelegationType |
getDelegationType() |
String |
getDelegatorGroupId() |
String |
getDelegatorPrincipalId() |
String |
getDocHandlerURL() |
String |
getDocLabel() |
String |
getDocName() |
String |
getDocTitle() |
String |
getDocumentId() |
String |
getGroupId() |
String |
getId() |
String |
getPrincipalId() |
String |
getResponsibilityId() |
String |
getRoleName() |
void |
setActionItemIndex(Integer actionItemIndex)
Deprecated.
actionItemIndex is never used
|
void |
setActionRequestCd(String actionRequestCd) |
void |
setActionRequestId(String actionRequestId) |
void |
setActionToTake(String actionToTake)
Deprecated.
actionToTake is never used
|
void |
setDateAssignedString(String dateAssignedString)
Deprecated.
dateAssignedString is never used
|
void |
setDateTimeAssigned(org.joda.time.DateTime dateTimeAssigned) |
void |
setDelegationType(DelegationType delegationType) |
void |
setDelegatorGroupId(String delegatorGroupId) |
void |
setDelegatorPrincipalId(String delegatorPrincipalId) |
void |
setDocHandlerURL(String docHandlerURL) |
void |
setDocLabel(String docLabel) |
void |
setDocName(String docName) |
void |
setDocTitle(String docTitle) |
void |
setDocumentId(String documentId) |
void |
setGroupId(String groupId) |
void |
setId(String id) |
void |
setPrincipalId(String principalId) |
void |
setResponsibilityId(String responsibilityId) |
void |
setRoleName(String roleName) |
public static ActionItem.Builder create(String documentId, String actionRequestCd, String actionRequestId, org.joda.time.DateTime dateTimeAssigned, String docLabel, String docHanderlURL, String docName, String responsibilityId, String principalId)
public static ActionItem.Builder create(ActionItemContract contract)
public ActionItem build()
ModelBuilder
build
in interface ModelBuilder
public String getId()
getId
in interface ActionItemContract
public org.joda.time.DateTime getDateTimeAssigned()
getDateTimeAssigned
in interface ActionItemContract
public String getActionRequestCd()
getActionRequestCd
in interface ActionItemContract
public String getActionRequestId()
getActionRequestId
in interface ActionItemContract
public String getDocumentId()
getDocumentId
in interface ActionItemContract
public String getDocTitle()
getDocTitle
in interface ActionItemContract
public String getDocLabel()
getDocLabel
in interface ActionItemContract
public String getDocHandlerURL()
getDocHandlerURL
in interface ActionItemContract
public String getDocName()
getDocName
in interface ActionItemContract
public String getResponsibilityId()
getResponsibilityId
in interface ActionItemContract
public String getRoleName()
getRoleName
in interface ActionItemContract
@Deprecated public String getDateAssignedString()
ActionItemContract
getDateAssignedString
in interface ActionItemContract
@Deprecated public String getActionToTake()
ActionItemContract
getActionToTake
in interface ActionItemContract
@Deprecated public Integer getActionItemIndex()
ActionItemContract
getActionItemIndex
in interface ActionItemContract
public DelegationType getDelegationType()
getDelegationType
in interface ActionItemContract
public String getGroupId()
getGroupId
in interface ActionItemContract
public String getPrincipalId()
getPrincipalId
in interface ActionItemContract
public String getDelegatorGroupId()
getDelegatorGroupId
in interface ActionItemContract
public String getDelegatorPrincipalId()
getDelegatorPrincipalId
in interface ActionItemContract
public void setDateTimeAssigned(org.joda.time.DateTime dateTimeAssigned)
public void setActionRequestCd(String actionRequestCd)
public void setActionRequestId(String actionRequestId)
public void setDocumentId(String documentId)
public void setDocTitle(String docTitle)
public void setDocLabel(String docLabel)
public void setDocHandlerURL(String docHandlerURL)
public void setDocName(String docName)
public void setResponsibilityId(String responsibilityId)
public void setRoleName(String roleName)
@Deprecated public void setDateAssignedString(String dateAssignedString)
@Deprecated public void setActionToTake(String actionToTake)
public void setDelegationType(DelegationType delegationType)
@Deprecated public void setActionItemIndex(Integer actionItemIndex)
public void setGroupId(String groupId)
public void setPrincipalId(String principalId)
public void setDelegatorGroupId(String delegatorGroupId)
public void setDelegatorPrincipalId(String delegatorPrincipalId)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.