@Entity public class Plugin extends PersistentObject
| Constructor and Description |
|---|
Plugin()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassName() |
Set<File> |
getFileUploads() |
String |
getName() |
String |
getSourceCode() |
String |
getStyleSheet() |
Boolean |
getSystemPlugin() |
String |
getXtype() |
int |
hashCode() |
void |
setClassName(String className) |
void |
setFileUploads(Set<File> fileUploads) |
void |
setName(String name) |
void |
setSourceCode(String sourceCode) |
void |
setStyleSheet(String styleSheet) |
void |
setSystemPlugin(Boolean systemPlugin) |
void |
setXtype(String xtype) |
String |
toString() |
getCreated, getGroupPermissions, getId, getModified, getUserPermissions, setGroupPermissions, setModified, setUserPermissionspublic String getName()
public void setName(String name)
name - the name to setpublic String getClassName()
public void setClassName(String className)
className - the className to setpublic String getXtype()
public void setXtype(String xtype)
xtype - the xtype to setpublic String getSourceCode()
public void setSourceCode(String sourceCode)
sourceCode - the sourceCode to setpublic String getStyleSheet()
public void setStyleSheet(String styleSheet)
styleSheet - the styleSheet to setpublic Boolean getSystemPlugin()
public void setSystemPlugin(Boolean systemPlugin)
systemPlugin - the systemPlugin to setpublic void setFileUploads(Set<File> fileUploads)
fileUploads - the fileUploads to setpublic int hashCode()
public boolean equals(Object obj)
public String toString()
toString in class PersistentObjectCopyright © 2020 terrestris GmbH & Co. KG. All rights reserved.