@Entity public class PluginLibrary extends Object implements Entity, Identifiable, Stampable
| Constructor and Description |
|---|
PluginLibrary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
byte[] |
getChecksum() |
Date |
getCreationDate() |
byte[] |
getData() |
UUID |
getId() |
Date |
getLastUpdate() |
String |
getName() |
Set<Plugin> |
getPlugins() |
int |
hashCode() |
void |
setChecksum(byte[] checksum) |
void |
setCreationDate(Date creationDate) |
void |
setData(byte[] data) |
void |
setId(UUID id) |
void |
setLastUpdate(Date lastUpdate) |
void |
setName(String name) |
void |
setPlugins(Set<Plugin> plugins) |
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 byte[] getData()
public void setData(byte[] data)
public byte[] getChecksum()
public void setChecksum(byte[] checksum)
public 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.