@Entity public class Document extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
Principal |
getCreator() |
String |
getDescription() |
UUID |
getId() |
Date |
getLastUpdate() |
String |
getMimeSubType() |
String |
getMimeType() |
String |
getName() |
int |
getSize() |
Tenant |
getTenant() |
String |
getUrl() |
void |
setCreationDate(Date creation) |
void |
setCreator(Principal creator) |
void |
setDescription(String description) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setMimeSubType(String mimeSubType) |
void |
setMimeType(String mimeType) |
void |
setName(String name) |
void |
setSize(int size) |
void |
setTenant(Tenant tenant) |
void |
setUrl(String url) |
String |
toString() |
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getMimeType()
public void setMimeType(String mimeType)
public String getMimeSubType()
public void setMimeSubType(String mimeSubType)
public int getSize()
public void setSize(int size)
public String getUrl()
public void setUrl(String url)
public Date getCreationDate()
getCreationDate in interface Stampablepublic void setCreationDate(Date creation)
setCreationDate in interface Stampablepublic Date getLastUpdate()
getLastUpdate in interface Stampablepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface Stampablepublic Principal getCreator()
public void setCreator(Principal creator)
public Tenant getTenant()
public void setTenant(Tenant tenant)
Copyright © 2017. All Rights Reserved.