@Entity public class LayoutEntity extends Object
Constructor and Description |
---|
LayoutEntity() |
Modifier and Type | Method and Description |
---|---|
void |
addVertexPosition(VertexPositionEntity position) |
Date |
getCreated() |
String |
getCreator() |
String |
getId() |
Date |
getLastUsed() |
PointEntity |
getPosition(String namespace,
String id) |
Date |
getUpdated() |
String |
getUpdator() |
List<VertexPositionEntity> |
getVertexPositions() |
void |
setCreated(Date created) |
void |
setCreator(String creator) |
void |
setId(String id) |
void |
setLastUsed(Date lastUsed) |
void |
setUpdated(Date updated) |
void |
setUpdator(String updator) |
void |
setVertexPositions(List<VertexPositionEntity> vertexPositions) |
public String getId()
public void setId(String id)
public Date getCreated()
public void setCreated(Date created)
public String getCreator()
public void setCreator(String creator)
public Date getUpdated()
public void setUpdated(Date updated)
public String getUpdator()
public void setUpdator(String updator)
public List<VertexPositionEntity> getVertexPositions()
public void setVertexPositions(List<VertexPositionEntity> vertexPositions)
public PointEntity getPosition(String namespace, String id)
public void addVertexPosition(VertexPositionEntity position)
public void setLastUsed(Date lastUsed)
public Date getLastUsed()
Copyright © 2021. All rights reserved.