@Entity public class ModificationNotification extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
id |
Constructor and Description |
---|
ModificationNotification() |
Modifier and Type | Method and Description |
---|---|
User |
getAcknowledgementAuthor() |
String |
getAcknowledgementComment() |
Date |
getAcknowledgementDate() |
int |
getId() |
PartIteration |
getImpactedPart() |
PartIteration |
getModifiedPart() |
boolean |
isAcknowledged() |
void |
setAcknowledged(boolean acknowledged) |
void |
setAcknowledgementAuthor(User acknowledgementAuthor) |
void |
setAcknowledgementComment(String acknowledgementComment) |
void |
setAcknowledgementDate(Date acknowledgementDate) |
void |
setImpactedPart(PartIteration impactedPart) |
void |
setModifiedPart(PartIteration modifiedPart) |
public int getId()
public PartIteration getImpactedPart()
public void setImpactedPart(PartIteration impactedPart)
public PartIteration getModifiedPart()
public void setModifiedPart(PartIteration modifiedPart)
public boolean isAcknowledged()
public void setAcknowledged(boolean acknowledged)
public User getAcknowledgementAuthor()
public void setAcknowledgementAuthor(User acknowledgementAuthor)
public Date getAcknowledgementDate()
public void setAcknowledgementDate(Date acknowledgementDate)
public String getAcknowledgementComment()
public void setAcknowledgementComment(String acknowledgementComment)
Copyright © 2017 DocDoku. All rights reserved.