Class GUIPatch
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIPatch
- All Implemented Interfaces:
Serializable
GUI representation of a patch.
- Since:
- 8.2.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
static String
getColor
(int rating) getDate()
getFile()
getId()
getName()
int
long
getSize()
boolean
boolean
isLocal()
boolean
void
void
setDescription
(String description) void
void
void
setInstalled
(boolean installed) void
setLocal
(boolean local) void
void
setRating
(int rating) void
setRestart
(boolean restart) void
setSize
(long size) toString()
-
Constructor Details
-
GUIPatch
public GUIPatch()
-
-
Method Details
-
getId
-
getDate
-
getDescription
-
getSize
public long getSize() -
isInstalled
public boolean isInstalled() -
setId
-
setDate
-
setDescription
-
setSize
public void setSize(long size) -
setInstalled
public void setInstalled(boolean installed) -
getName
-
setName
-
getFile
-
setFile
-
toString
-
isRestart
public boolean isRestart() -
setRestart
public void setRestart(boolean restart) -
getRating
public int getRating() -
setRating
public void setRating(int rating) -
getColor
-
getColor
-
isLocal
public boolean isLocal() -
setLocal
public void setLocal(boolean local)
-