@Entity public class Marker extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
private User |
author |
private Date |
creationDate |
private String |
description |
private Set<Effectivity> |
effectivities |
private int |
id |
private Set<PartMaster> |
relatedParts |
private String |
title |
private double |
x
Position on x axis.
|
private double |
y
Position on y axis.
|
private double |
z
Position on z axis.
|
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) |
private int id
private Set<Effectivity> effectivities
private Set<PartMaster> relatedParts
private User author
private Date creationDate
private String title
private String description
private double x
private double y
private 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 © 2013 OW2 Consortium. All Rights Reserved.