@MappedSuperclass public abstract class ChangeItem extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ACL |
acl |
protected User |
assignee |
protected User |
author |
protected ChangeItemCategory |
category
An adaptive change maintains functionality for a different platform or
environment.
|
protected Date |
creationDate |
protected String |
description |
protected int |
id |
protected String |
name |
protected ChangeItemPriority |
priority |
protected Workspace |
workspace |
Modifier | Constructor and Description |
---|---|
|
ChangeItem() |
protected |
ChangeItem(String name,
Workspace workspace,
User author,
User assignee,
Date creationDate,
String description,
ChangeItemPriority priority,
ChangeItemCategory category) |
|
ChangeItem(Workspace pWorkspace,
String pName,
User pAuthor) |
protected int id
protected String name
protected Workspace workspace
protected User author
protected User assignee
protected ACL acl
protected Date creationDate
protected String description
protected ChangeItemPriority priority
protected ChangeItemCategory category
protected ChangeItem(String name, Workspace workspace, User author, User assignee, Date creationDate, String description, ChangeItemPriority priority, ChangeItemCategory category)
public ChangeItem()
public int getId()
public ChangeItemCategory getCategory()
public void setCategory(ChangeItemCategory category)
public ChangeItemPriority getPriority()
public void setPriority(ChangeItemPriority priority)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public ACL getACL()
public void setACL(ACL acl)
public boolean addTag(Tag pTag)
public boolean removeTag(Tag pTag)
public String getName()
public void setName(String name)
public User getAuthor()
public void setAuthor(User author)
public String getAuthorName()
public Workspace getWorkspace()
public void setWorkspace(Workspace workspace)
public User getAssignee()
public void setAssignee(User assignee)
public String getAssigneeName()
public Set<DocumentIteration> getAffectedDocuments()
public void setAffectedDocuments(Set<DocumentIteration> affectedDocuments)
public Set<PartIteration> getAffectedParts()
public void setAffectedParts(Set<PartIteration> affectedParts)
public String getDescription()
public void setDescription(String description)
public String getWorkspaceId()
Copyright © 2017 DocDoku. All rights reserved.