@Entity public class UserWorkspaceLayer extends Object implements Entity, Identifiable, Stampable, Serializable
| Constructor and Description |
|---|
UserWorkspaceLayer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Date |
getCreationDate() |
UUID |
getDirectoryId() |
UUID |
getId() |
Date |
getLastUpdate() |
Layer |
getLayer() |
String |
getName() |
Principal |
getOwner() |
String |
getPath() |
String |
getTitle() |
int |
hashCode() |
void |
setCreationDate(Date creationDate) |
void |
setDirectoryId(UUID directoryId) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setLayer(Layer layer) |
void |
setName(String name) |
void |
setOwner(Principal owner) |
void |
setPath(String path) |
void |
setTitle(String title) |
String |
toString() |
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 Stampablepublic String getName()
public void setName(String name)
public String getTitle()
public void setTitle(String title)
public Principal getOwner()
public void setOwner(Principal owner)
public String getPath()
public void setPath(String path)
public Layer getLayer()
public void setLayer(Layer layer)
public UUID getDirectoryId()
public void setDirectoryId(UUID directoryId)
Copyright © 2019. All Rights Reserved.