@Entity public class Marker extends Object implements Serializable
ConfigurationItem
.
May be attached to one or several PartMaster
s.Constructor and Description |
---|
Marker() |
Marker(String pTitle,
User pAuthor,
String pDescription,
double pX,
double pY,
double pZ) |
Modifier and Type | Method and Description |
---|---|
User |
getAuthor() |
Date |
getCreationDate() |
String |
getDescription() |
Set<Effectivity> |
getEffectivities() |
int |
getId() |
Set<PartMaster> |
getRelatedParts() |
String |
getTitle() |
double |
getX() |
double |
getY() |
double |
getZ() |
void |
setAuthor(User author) |
void |
setCreationDate(Date creationDate) |
void |
setDescription(String description) |
void |
setEffectivities(Set<Effectivity> effectivities) |
void |
setId(int id) |
void |
setRelatedParts(Set<PartMaster> relatedParts) |
void |
setTitle(String title) |
void |
setX(double x) |
void |
setY(double y) |
void |
setZ(double z) |
public int getId()
public void setId(int id)
public void setDescription(String description)
public String getDescription()
public String getTitle()
public void setTitle(String title)
public Set<Effectivity> getEffectivities()
public void setEffectivities(Set<Effectivity> effectivities)
public Set<PartMaster> getRelatedParts()
public void setRelatedParts(Set<PartMaster> relatedParts)
public void setX(double x)
public double getX()
public void setY(double y)
public double getY()
public void setZ(double z)
public double getZ()
public User getAuthor()
public void setAuthor(User author)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
Copyright © 2017 DocDoku. All rights reserved.