@Entity public class CSSFile extends Object implements Comparable<CSSFile>
| Constructor and Description |
|---|
CSSFile() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CSSFile o) |
void |
generate() |
Date |
getCreated() |
String |
getDescription() |
SortedSet<CSSGroup> |
getGroups() |
Date |
getModified() |
String |
getModifiedAddress() |
String |
getModifiedBy() |
String |
getName() |
String |
getPath() |
Integer |
getPriority() |
File |
getUploadFile() |
String |
getUuid() |
Integer |
getVersion() |
void |
setCreated(Date created) |
void |
setDescription(String description) |
void |
setGroups(SortedSet<CSSGroup> groups) |
void |
setModified(Date modified) |
void |
setModifiedAddress(String modifiedAddress) |
void |
setModifiedBy(String modifiedBy) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setPriority(Integer priority) |
void |
setUploadFile(File uploadFile) |
void |
setUuid(String uuid) |
void |
setVersion(Integer version) |
public String getUuid()
public void setUuid(String uuid)
uuid - the uuid to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic Integer getPriority()
public void setPriority(Integer priority)
priority - the priority to setpublic String getPath()
public void setPath(String path)
path - the path to setpublic File getUploadFile()
public void setUploadFile(File uploadFile)
uploadFile - the uploadFile to setpublic Date getCreated()
public void setCreated(Date created)
created - the created to setpublic Date getModified()
public void setModified(Date modified)
modified - the modified to setpublic String getModifiedBy()
public void setModifiedBy(String modifiedBy)
modifiedBy - the modifiedBy to setpublic String getModifiedAddress()
public void setModifiedAddress(String modifiedAddress)
modifiedAddress - the modifiedAddress to setpublic Integer getVersion()
public void setVersion(Integer version)
version - the version to setpublic void generate()
public int compareTo(CSSFile o)
compareTo in interface Comparable<CSSFile>Copyright © 2010–2020 T.I.V. Consulting GmbH. All rights reserved.