@Entity public class PartCollection extends Object implements Serializable
PartIteration
per each PartMaster
.
PartCollection is a foundation for the definition of ProductBaseline
and ProductInstanceIteration
.Constructor and Description |
---|
PartCollection() |
Modifier and Type | Method and Description |
---|---|
void |
addBaselinedPart(PartIteration targetPart) |
boolean |
equals(Object o) |
User |
getAuthor() |
BaselinedPart |
getBaselinedPart(BaselinedPartKey baselinedPartKey) |
Map<BaselinedPartKey,BaselinedPart> |
getBaselinedParts() |
Date |
getCreationDate() |
int |
getId() |
boolean |
hasBaselinedPart(BaselinedPartKey baselinedPartKey) |
int |
hashCode() |
void |
removeAllBaselinedParts() |
void |
setAuthor(User author) |
void |
setCreationDate(Date creationDate) |
void |
setId(int id) |
public void removeAllBaselinedParts()
public Map<BaselinedPartKey,BaselinedPart> getBaselinedParts()
public void addBaselinedPart(PartIteration targetPart)
public BaselinedPart getBaselinedPart(BaselinedPartKey baselinedPartKey)
public boolean hasBaselinedPart(BaselinedPartKey baselinedPartKey)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public User getAuthor()
public void setAuthor(User author)
public int getId()
public void setId(int id)
Copyright © 2017 DocDoku. All rights reserved.