@Entity public class LayerTag extends Object implements Entity, Identifiable, Serializable, Stampable
| Constructor and Description |
|---|
LayerTag() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
UUID |
getId() |
Date |
getLastUpdate() |
Layer |
getLayer() |
Tag |
getTag() |
void |
setCreationDate(Date creationDate) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setLayer(Layer layer) |
void |
setTag(Tag tag) |
String |
toString() |
public Layer getLayer()
public void setLayer(Layer layer)
public Tag getTag()
public void setTag(Tag tag)
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic Date getCreationDate()
getCreationDate in interface Stampablepublic void setCreationDate(Date creationDate)
setCreationDate in interface Stampablepublic Date getLastUpdate()
getLastUpdate in interface Stampablepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface StampableCopyright © 2017. All Rights Reserved.