Class Branding
java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.enterprise.branding.Branding
- All Implemented Interfaces:
Serializable
public class Branding
extends com.logicaldoc.core.PersistentObject
Represents branding informations for a tenant
- Since:
- 7.6.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
Fields inherited from class com.logicaldoc.core.PersistentObject
DELETED_CODE_DEFAULT, DELETED_CODE_STRONG
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBugs()
getCss()
getForum()
getHead()
getHelp()
getLogo()
getSales()
getSkin()
getTop()
getUrl()
void
void
void
void
void
setEvaluation
(String evaluation) void
setFavicon
(String favicon) void
void
void
void
void
void
setLogoHead
(String logoHead) void
setLogoHeadOem
(String logoHeadOem) void
setLogoMenu
(String logoMenu) void
setLogoOem
(String logoOem) void
setProduct
(String product) void
setProductName
(String productName) void
void
void
setSupport
(String support) void
void
void
void
setVendorAddress
(String vendorAddress) void
setVendorCap
(String vendorCap) void
setVendorCity
(String vendorCity) void
setVendorCountry
(String vendorCountry) Methods inherited from class com.logicaldoc.core.PersistentObject
equals, getCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, hashCode, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId, toString
-
Constructor Details
-
Branding
public Branding()
-
-
Method Details
-
getLogo
-
setLogo
-
getLogoHead
-
setLogoHead
-
getLogoOem
-
setLogoOem
-
getLogoHeadOem
-
setLogoHeadOem
-
getFavicon
-
setFavicon
-
getBanner
-
setBanner
-
getProduct
-
setProduct
-
getHelp
-
setHelp
-
getBugs
-
setBugs
-
getUrl
-
setUrl
-
getForum
-
setForum
-
getVendor
-
setVendor
-
getVendorAddress
-
setVendorAddress
-
getVendorCap
-
setVendorCap
-
getVendorCountry
-
setVendorCountry
-
getVendorCity
-
setVendorCity
-
getSupport
-
setSupport
-
getProductName
-
setProductName
-
getSales
-
setSales
-
getSkin
-
setSkin
-
getCss
-
setCss
-
getLogoMenu
-
setLogoMenu
-
getHead
-
setHead
-
getTop
-
setTop
-
getBottom
-
setBottom
-
getEvaluation
-
setEvaluation
-